/*  

some comments and stuff.

 
look.  space! a lot of it...


*/


body { 
	background-color: #161410;
	color: #999;
	font: 62.5%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 { text-transform: lowercase; color: #fff; font-size: 2em; margin: 0 0 8px; }
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #bd934f; }

h2 { color: #bd934f; font-size: 1.25em; line-height: 1.15em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }

a:link, a:visited, a:active { color: #d8d7d3; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }

a img{ border: 0;}

#page {
	margin: 50px auto 25px;
	padding: 0;
	width: 760px;
	}

#wrapper, #headerimg { width: 760px; position:relative; }

#content, #sidebar { 
	border-left: 1px solid #363430;
	border-right: 1px solid #363430;
	padding: 0 10px; 
	overflow: hidden;
	}
	#content { float: left; font-size: 1.1em; width: 517px; }
	#content h2 { margin: 0 0 10px; }
	#content p { line-height: 1.5em; }
	#sidebar { border-left: 0; float: right; width: 200px; }
	#sidebar h3 { color: #bd934f; margin: 15px 0 5px; font-variant: small-caps; font-size: 12px; }
	#sidebar h3 a { color: #bd934f; }
	#sidebar ul, #akismetwrap { margin: 0 0 10px; padding: 0; border-top: 1px solid #363430; border-bottom: 1px solid #363430; }
	#sidebar li, #akismetwrap { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
	#sidebar li:hover { background: #363430; }
	#sidebar ul ul { border: 0; margin: 0; list-style: disc; }
	#sidebar ul ul li:before { content: "\2022 \20"; }
	#sidebar ul ul li { margin: 0 -10px; }

.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 */


.widecolumn { padding: 0; margin: 0; }
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #1b1814;
		margin: 0 0 15px; 
		border-bottom: 1px solid #35302a; 
		font-size: 1.75em;
	}	

.hr {
	background-color: #22201d;
	border: 1px solid #363430;
	height: 10px;
	margin: 10px 0;
	width: 760px;
	}

.entrytext { padding: 0 10px 0; line-height: 2em; font-size: 1.1em; }
.entrytext h2 { border-bottom: 1px solid #bd934f; display: block; }

.thumbnail { margin: 0px -14px; }
.thumbnail img {
	margin: -2px 0px;
	}
	
/* testing stuff below here */

.center {
	text-align:center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* #wrapper { background: url('images/content_bkg.gif') repeat-y top left;} */
