/*  
Theme Name: Genesis
Theme URI: http://www.sns.ias.edu/~jns/wp/2006/02/20/wordpress-theme-genesis/
Description: The Dawn Of Simplicity.
Version: 1.0
Author: James Stephens
Author URI: http://www.sns.ias.edu/~jns/
*/

a {
color: #4A5456;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #363E39;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	font-variant: normal;
	background-color: #000000;
	background-repeat: no-repeat;
}

td {
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
}
code,pre {
	font-size: 1.0em;
}

h1 a, h2 a, h3 a {
	font-size: 12pt;
	color: #4A5456;
	font-weight: normal;
}

h1, h2, h3 {
	font-size: 12pt;
	color: #4A5456;
	font-weight: normal;
}

hr {
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

#author {
	clear:both;
	padding-top: 1em;
}

#content p,ol,ul {

}

#content code,pre {
	color: #006600;
}

#footer {
	clear:both;
}

#footer p {
	font-size: 100%;
}

#header h1 {
        padding-top: 1em;
        padding-bottom: 1em;
	background: #E0E0E0;
}

#page {
	border: 1px solid #808080;
	padding: 1em 2em 1em 2em;
	margin: 0 auto; /* So firefox centers this properly. */
	text-align: left;
}

#sidebar {
	float: left;
	width: 50px;

}

#sidebar h2, #sidebar p, #sidebar li, #sidebar ul, #sidebar ol {
}

#sidebar ul {
	padding-bottom:0;
}

#sidebar ul li {
        margin-left: -2em;
}

#sidebar ul li li{
        font-size:105%;
        margin-left: -2.5em;
}

p.postmetadata {
	font-size: 1em;
}

.alt {
	clear:left;
	background: WhiteSmoke;
	padding: .2em;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
}

.narrowcolumn {
	float:left;
	width: 310px;}

.widecolumn {
	float:left;
	width: 310px;}

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        margin-left: 1em;
	}

img.alignleft {
        margin-right: 1em;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */
img {
	padding: 5px;
}
/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: normal;
}
