/*
Theme Name: danw
Version: 1.0
Author: Dan Winship
Author URI: http://mysterion.org/~danw/blog/
*/

body { color: #000033; font-family: sans-serif }
a:link { color: #333366 }
a:visited { color: #663366 }

div.blog_title { font-size: large; }
div.blog_subtitle { font-size: small; }

.content { width: 41em; float: left; }

div.article { border: thin solid #333366; width: 40em }
div.article + div.article { margin-top: 1em; }
div.article + div.links { margin-top: .5em; }

div.header { background-color: #f0f0f0; padding: .25em;
	     border-bottom: thin solid #333366; }
div.title { font-size: x-large; }
div.timestamp { font-size: small; font-style: italic; margin: .5em 0 }
div.body { margin: .25em; }

div.comments { padding: .25em; margin-top: .25em; font-size: small }

div.article_links { background-color: #f0f0f0; padding: .25em;
	            border-top: thin solid #333366; }

div.footer { font-size: small; clear: both }

span.title { font-weight: bold }

.sidebar { margin-left: 41em; }
.sidebar ul li { list-style-type: none; list-style-image: none;
                 margin-bottom: 15px; }
.widget { border: thin solid #333366; font-size: x-small }
.widget > * { padding: .25em }
.widgettitle { background-color: #f0f0f0; border-bottom: thin solid #333366;
	       font-size: small; }
#archives li { margin: .25em; }

.navigation { text-align: center }
.alignleft { float: left; }
.alignright { float: right; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

