/* ----------- General Styles ----------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #B6B6B6 url(images/bg.gif) top center repeat-y;
	font-size: 62.5%;
	font-family: Calibri, Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	}
#container {
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	width: 650px;
	font-size: 1.4em;
	}
#header {
	padding: 10px 0 20px 0;
	text-transform: lowercase;
	color: #CCC;
	}
#content {
	float: left;
	width: 425px;
	}
#sidebar {
	float: right;
	width: 200px;
	}
#footer {
	padding: 5px 0 10px 0;
	}

/* ------------ Header Styles ------------ */	
#header a {
	color: #C00000;
	text-decoration: none;
	}
#header a:hover {
	color: #000;
	}
h1 {
	margin: 5px 0 0 0;
	_margin: -20px 0 0 0;
	padding: 0;
	}
h1 a {
	width: 650px;
	height: 150px;
	background: #B6B6B6 url(images/header.gif) no-repeat top left;
	text-indent: -9999px;
	display: block;
	}

/* ------------- Content Styles ------------ */
.entry {
	background: url(images/divider.gif) no-repeat bottom center;
	padding: 0 0 25px 0;
	line-height: 150%;
	margin: 0 0 25px 0;
	}
h2 {
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 1.7em;
	text-transform: lowercase;
	color: #C00000;
	}
h2 a {
	color: #C00000;
	text-decoration: none;
	}
h3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 1.4em;
	text-transform: lowercase;
	color: #c00000;
	clear: both;
	}
.postmeta {
	text-align: center;
	color: #666;
	margin: 0 0 8px 0;
	}
.postmeta a {
	color: #666;
	text-decoration: none;
	}
.postmeta a:hover {
	border-bottom: 1px dotted #666;
	}
.entry p a, .entry li a {
	color: #C00000;
	}
.entry p a:hover, .entry li a:hover {
	color: #000;
	}
.entry p img {
	padding: 1px;
	border: 1px solid #CCC;
	}
.entry ul li {
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0 0 0 20px;
	}
.entry blockquote {
	background-color: #EEE;
	margin: 20px;
	padding: 1px 8px;
	font-style: italic;
	font-family: Cambria, Georgia, "Times New Roman," Times, serif;
	}
	
/* ------------- Sidebar Styles ------------ */
.module {
	padding: 0 0 20px 0;
	line-height: 150%;
	color: #111
	}
#sidebar ul {
	margin: 5px 0;
	padding: 0;
	}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(images/sbullet.gif) no-repeat left 0.1em;
	padding: 0 0 0 20px;
	}
#sidebar ul li a {
	color: #333;
	text-decoration: none;
	}
#sidebar ul li a:hover {
	color: #C00000;
	}
#sidebar ul li small {
	color: #BBB;
	margin: 0 0 0 3px;
	padding: 1px 3px;
	}
	
/* ------------- Comment Form Styles ------- */
#commentform textarea {
	width: 423px;
	}
#commentform input, #commentform textarea {
	border: 1px solid #CCC;
	background-color: #FFF;
	letter-spacing: 1px;
	font-family: inherit;
	font-size: 1em;
	}
#author, #email, #url {
	margin-left: 23px;
	width: 350px;
	_width: 345px;
	}
label {
	display: inline-block;
	text-align: right;
	width: 50px;
	}
	
/* ------------- Footer Styles ------------- */
.wp_quotes_quote, .wp_quotes_author {
	font-style: italic;
	letter-spacing: 1px;
	}
.wp_quotes_quote {
	padding-right: 5px;
	}
.wp_quotes_author {
	color: #BBB;
	text-align: right;
	}
.bottomline {
	margin: 5px 0 0 0;
	padding: 16px 0 0 0;
	background: url(images/divider2.gif) no-repeat top center;
	}
#footer a {
	color: #C00000;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	}
	

/* ------------- Comment Styles ------------ */
.comment {
	margin: 10px 0 25px 0;
	_margin: 25px 0;
	border: 1px solid #CCC;
	padding: 0;
	}
.comment p {
	padding: 5px 8px;
	}
.commentmeta {
	background: #CCC url(images/comment.gif) no-repeat left center;
	color: #FFF;
	margin: 0;
	padding: 2px 0 2px 25px;
	}
.commentmeta a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
	
	
/* ------------- Piddly Styles ------------- */
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.clear {
	clear: both;
	height: 1px;
	}
.navigation {
	display: block;
	clear: both;
	padding-bottom: 45px;
	}
.navigation a {
	padding: 2px;
	background-color: #C00000;
	color: #FFF;
	text-decoration: none;
	}
.navigation a:hover {
	background-color: #666;
	}
img.floatleft {
	margin: 0 15px 20px 0;
	}
img.floatright {
	margin: 0 0 20px 15px;
	}
p img.wp-smiley {
	border: 0;
	padding: 0;
	margin: 0;
	}