/*  
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: #0000AA;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: Black;
	background: #FFFFCC;
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	color: #545454;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

code,pre {
	font-size: 1.0em;
}

h1 a, h2 a, h3 a {
	color: #545454;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	border-top: 1px dashed #808080;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

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

#content p,ol,ul {
	line-height: 1.5em;
	color: black;
}

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

#footer {
	clear:both;
}

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

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

#page {
	background-color: #FFFFFF;
	padding: 0px 5px;
	margin: 0 auto; /* So firefox centers this properly. */
	text-align: left;
	width: 760px;
}

#sidebar {
	float: left;
	width: 180px;
	padding-top:25px;
	

}

#sidebar h2, #sidebar p, #sidebar li, #sidebar ul, #sidebar ol {
	font-size: 90%;
}

#sidebar ul {
	padding-bottom:0;
	font-size: 12px;
}

#sidebar ul li {
	margin-left: -30px;
	list-style-type: none;
}

#sidebar ul li li{
        margin-left: -20px;
}

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

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

.narrowcolumn {
	float:right;
	width: 570px
}

.widecolumn {
	float:right;
	width: 570px;
}

/*      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 */
