/* 
	Theme Name: Chronicles
	Theme URI: http://www.aaronbest.com/
	Description: A Theme for Dan's Story
	Author: Aaron Best
	Author URI: http://www.aaronbest.com/
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 40px;
	margin-top: 20px;
	font-size: 1em;
	line-height: 140%;
	font-family: georgia, serif;
	color: #000;
	text-align: center;
	background-color: white;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: "gill sans", arial, helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 1.7em;
}
h2 a { 
	color: black;
}
a {
	color: #cc0000;
	text-decoration: none;
}
#header {
	margin-bottom: 20px;
}
p {
	margin: 0;
	padding: 0 0 1.2em 0;
}
#page {
	text-align: left;
	width: 550px;
	margin: auto;
}
.navigation {
	margin-bottom: 30px;
}
.post .postedon {
	color: #666;
	font: 10px verdana, sans-serif;
	padding: 0 0 1.6em 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
#content {
}
#navigation {
	margin-bottom: 20px;
}
#sidebar {
	margin-top: 20px;
	font: .8em verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}
.commentlist {
	font-size: .9em;
	margin-bottom: 1em;
}
.commentlist li {
	background: #eee;
	margin-top: 1em;
	padding: 1em;
	padding-bottom: 0;
}
.commentlist p {
	padding-bottom: 1em;
}
#footer {
	text-align: center;
	margin-top: 20px;
	font: .6em verdana, sans-serif;
}