/*  
Theme Name: Dyson
Theme URI: http://www.sns.ias.edu/~cjm/wp/wordpress/themes/
Description: Lightweight organization. Dyson now requires the <a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts</a> plugin. See this theme's <a href="http://www.sns.ias.edu/~cjm/wp/wordpress/themes/">home page</a> for instructions on configuring Related Posts.
Version: 2.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: #FFFFCC;
	text-decoration: underline;
}

blockquote {
        margin-left 2em;
        padding-left: 1em;
        border-left: 5px solid #ddd;
        }

body {
	background: #CCCCCC;
	color: #545454;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, Dotum;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

code {
	font-size: 1.05em;
	color: green;
}

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;
}

#page {
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding: 1em 2em 1em 2em;
	margin: 0 auto; /* So firefox centers this properly. */
	text-align: left;
	width: 55em;
}

#authorslug {
	clear:both;
	padding-top: 1em;
}

#content p,ol,ul {
	line-height: 1.5em;
	color: black;
}

#content code {
	color: green;
}

#adsense {
	float: right;
	width: 20%;
}

#adsense_small {
	float: right;
	padding-bottom:1em;
}

#footer {
	clear:both;
}

#footer p {
	font-size: 85%;
}

#sidebar {
	float: right;
	width: 20%;
}

#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: 78%
}

.widecolumn {
	float:left;
	width: 78%;
}

/*      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 */

/* Added tags */
#sidebar ul.pcosmos {
			padding: 0px;
			list-style: none;
			font-size: 140%;
			line-height: 0.9em;
			}
			
		#sidebar span.pcosmos {
			display: inline;
			padding: 0px;
			margin: 5px;
			
			}
		.pcosmos a:link, .pcosmos a:visited {
			text-decoration: none;
			
		}
		.pcosmos a:hover {
			text-decoration: underline;
		}
		
		
		#sidebar span.pkeyword10 { font-size: 0.6em; }
		#sidebar span.pkeyword9 { font-size: 0.65em; }
		#sidebar span.pkeyword8 { font-size: 0.7em; }
		#sidebar span.pkeyword7 { font-size: 0.75em; }
		#sidebar span.pkeyword6 { font-size: 0.8em; }
		#content span.pkeyword5 { font-size: 0.85em; }
		#content span.pkeyword4 { font-size: 0.9em; }
		#content span.pkeyword3 { font-size: 0.95em; }
		#content span.pkeyword2 { font-size: 0.1em; }
		#content span.pkeyword1 { font-size: 1.05em; }

/* ended tags */