body { 
	background-color: #333;
	color: #bbb;
	font: 85%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

.date { 
	color: #fff;
	font: 12px 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

.photo_credit { 
	color: #fff;
	font: 10px 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

.summary { 
	color: #fff;
	font: 12px 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
                display: inline;
	}


.title { 
	color: #bbb;
	font: 16px 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
                display: inline;
	}

/* hr { display: none; } */

.hr {
	background-color: #22201d;
	border: 1px solid #363430;
	height: 10px;
	margin: 10px 0;
	width: 758px;
	}
	
a:link, a:visited, a:active, a:hover { color: #d8d7d3; text-decoration: underline; }

a img { border: 0; }



input, textarea {
	color: #9c9890;
	font-size: 11px; 
	text-decoration: none; 
	background-color: #161410; 
	border: 1px solid #363430;
	padding: 5px;
	}
	
blockquote {
	background: #1b1814;
	padding: 1px 15px 5px;
	border-bottom: 1px solid #35302a;
}



pre {
	padding: 5px 0;
	border-top: 1px dotted #35302a;
	border-bottom: 1px dotted #35302a;
}


/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; color: #ffffff;}
a.left_menu:link, a.left_menu:visited { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; color: #ffffff; font-size: 1.0em; text-decoration: none;}
a.left_menu:hover{ font-family: Georgia, 'Times New Roman', serif; font-weight: normal; color: #ffffff; font-size: 1.0em; text-decoration: underline;}
h1 { color: #fff; font-size: 1.8em; margin: 0 0 8px; }
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #bd934f; }

h2 { font-size: 1.5em; line-height: 1.65em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }
	.post h2 a { color: #bd934f; }
	.post h2.first { font-size: 1.75em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #1b1814;
		margin: 0 0 15px; 
		border-bottom: 1px solid #35302a; 
		font-size: 1.75em; }

.description { color: #666; font-weight: bold; }

.comments h3 { margin: 0 0 10px 0; color: #ffffff; }

/*  -----|  Miscellaneous  |------------------------------------------------  */

.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 */

#sidebar li.linkcat { background-color: #161410; margin: 0; padding: 0; list-style: none;  }

.avatar { 
	margin: -26px 0 0;
	border: 1px solid #35302a;
	padding: 2px;
	float: right;
}

.navigation { 
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #35302a;
	}
.navigation .left { float: left; }
.navigation .right { float: right; }

.authormeta {
	border-top: 1px solid #35302a;
	font-size: 10px;
	padding-top: 10px; 
	color: #fff;
	font-weight: bold;
}

.font_90 {
    font-size: 90%;
}

.font_85 {
    font-size: 85%;
}

.font_80 {
    font-size: 80%;
}

.font_75 {
    font-size: 75%;
}

.font_70 {
    font-size: 70%;
}