* {
	margin:0; padding:0;
}

body {
	background:#25270f;
	font: 14px/145% Helvetica, Arial;
	color:#e4d1b0;
	text-align:center;
}

a {
	color:#d66821;
}

a img {
	border:none;
}

abbr {
	background:#373a19; border-bottom:1px dotted #25270f; cursor: help;
}

div.ch_code_container {
	padding:5px;
	background:#fafafa;
	margin-bottom:1em;
}

div.ch_code_container div {
	color: #25270f;
}

div.ch_code_container ol {
	margin-left:30px;
}

blockquote {
	padding:10px;
	background:#707449 url(images/quote_bg.gif) no-repeat bottom right;
	margin: 0 20px 1em;
	border-bottom:1px solid #373a19;
	border-right:1px solid #373a19;
}

blockquote p {
	margin-bottom:0;
}

p {
	margin-bottom:1em;
}

p.postmetadata {
	font-size:12px;
	background:#373a19;
	padding:3px;
}

p.singlepostmeta {
	font-size:12px;
	padding:10px;
	background:#373a19;
	color: #707449;
}

p.singlepostmeta a {
	color: #e4d1b0;
}

h1 {
	text-indent:-9999px;
	background:#707449;
}                

h1 a {
	width:900px;
	margin:0 auto;
	display:block;
	height:91px;
	background:url(images/h1.gif) no-repeat;
}

div.delicious-posts h2, h3, h4, h5 {
	font-weight:normal;
	color:#d66821;
}

div.previous {
	margin-top:20px;
	padding:10px;
	background:#373a19;
}

div.previous h5, div.previous h4 {
	margin-bottom: 5px;
}
h4 { font-size:18px; }

h5 span {
	font-size:12px;
	color:#e4d1b0;
}

p.disclaimer {
	color:#707449;
	font-size:11px;
}

h3 {
	margin-bottom:10px;
	font-size:26px;	
	line-height:30px;
}

div.delicious-posts h2 a, h3 a {
	text-decoration:none;
}

h3 a:hover {
	color:#707449;
}

div.delicious-posts h2 {
	font-size:20px;
}

div#main {
	background:#4a4e23;
	text-align:center;
}

div#sub {
	background:#373a19;
	text-align:center;
}

div.content {
	width:890px;
	margin:0 auto;
	text-align:left;
	padding:10px 0 10px 10px;
}

div#main div.content div.secondary {
	padding-top:19px;
}

div.primary {
	float:left;
	width:520px;
	margin-right:20px;
	padding-top:16px;
}

div.secondary {
	float:right;
	width:350px;
}

div#sub div.secondary {
	padding-top:15px;
}


div#main div.content {
	background: url(images/h1_foot.gif) no-repeat;
}

h2#twit {
	font-weight:normal;
	color:#d66821;
}

h2#twit a { text-decoration:none; }
div#sidebar ul { list-style:none; }
ul#sidebar {
	margin-top:5px;
	list-style:none;
	border-top:1px dotted #707449;
	font-size:13px;
}

div#twitter-box li {
	border-bottom:1px dotted #707449;
	padding:5px 3px;
}

div.delicious-posts ul li:hover {
	background:#373a19;
}

div.delicious-posts li a {
	text-decoration:none;
}

p.delicious-extended {
	font-size:11px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#footer {
	padding-top:10px;
	font-size:11px;
	color:#4a4e23;
}

div#footer a {
	color:#707449;
}

img.bio {
	float:right;
	padding:5px;
	background: #4a4e23;
	margin:0 10px 5px 0;
}

ol.commentlist {
	list-style:none;
	margin-bottom: 20px;
}

ol.commentlist li {
	color:#707449;
	font-size:12px;
	padding:10px;
}

ol.commentlist li.alt {
	background:#4a4e23;
}

ol.commentlist li.authorcomment {
	background:#25270f;
}

ol.commentlist li p {
	color:#e4d1b0;
}

ol.commentlist li cite {
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	color: #d66821;
}

ol.commentlist li cite a {
	text-decoration:none;
	font-weight:bold;
}

ol.commentlist li cite a:hover {
	background:#25270f;
}

ul#weather {
	list-style:none;
	background:#373a19;
	padding:5px 5px 0;
	margin-bottom:1em;
}

.shadow {
	border-bottom:1px solid #373a19;
	border-right:1px solid #373a19;
}

.shadow_dark {
	border-bottom:1px solid #25270f;
	border-right:1px solid #25270f;
}

ul#weather li h4 {
	color:#d66821;
}

ul#weather li {
	line-height:30px;
}

li.icon {
	padding-top:0;
	float:left;
}

span.weather_info {
	font-size:28px;
}

pre { background: #fafafa; color:#25270f; padding:5px 10px;}
pre+p {margin-top:1em;}