/*  
Theme Name: Dyson
Theme URI: http://www.sns.ias.edu/~cjm/wp/wordpress/themes/
Description: Lightweight organization. 
Version: 1.0
Author: Chris McCafferty
Author URI: http://www.sns.ias.edu/~cjm/
*/

a {
	color: #00008B;
	text-decoration: none;
}

a img {
	border: 0;
}

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

body {
	background: #B5C9E6;
	/*background: #88B919;*/
	/*background: #CCCCCC;*/
	/* background-image: url("/images/background.jpg"); */
	color: #545454;
	font-family: Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

code {
	font-size: 1.05em;
}

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

h1, h2, h3 {
	font-family: Lucida Console, Tahoma, Arial;
}

hr {
	border-top: 1px dashed #808080;
/*	border-bottom: none;*/
}

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

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

.contentdate {
	background: #FFFFFF url(/images/date3.jpg);
	float: left;
	width: 35px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	padding: 2px 0px 0px 8px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Lucida Consola, Tahoma, Arial;
	color: #999999;
	font-size: 17px;
	font-weight: bold;
	padding: 1px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}

#content code {
	color: #545454;
}

#footer {
	clear:both;
}

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

#page {
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin: 0 auto; /* So firefox centers this properly. */
	text-align: left;
	width: 80%;
}

#sidebar {
	float: right;
	width: 25%;
}

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

#sidebar ul {
	padding-bottom:0;
}

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

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

.narrowcolumn {
	float:left;
	width: 69%
}

.widecolumn {
	width: 49%;
}

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


/*input
{
color: #000000;
width: 120px;
background: WhiteSmoke;
border: 1px solid #000000
}

input.submit
{
color: #000000;
background: #ffffff;
border: 1px outset #000000
}*/


/* End Images */

