body{
	background:#161410 url(images/stripes.png) repeat-x;
	border-top:5px solid #363430;
	color:#999;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background: url('images/content_bkg.gif') repeat-y top left;
	border-left:1px solid #363430;
	border-right: 7px solid #363430;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:600px;
}
#content{
	font-size:1.2em;
	float:left;
	margin:0 5px;
	width:580px;
}
#sidebar{
	background: #1b1814;
	border:1px solid #363430;
	border-bottom:none;
	color:#eee;
	float:right;	
	margin:0 10px;
	padding:10px;
	width:560px;
}

#sidebar a:link, a:visited, a:active { color: #d8d7d3; text-decoration: none; }

#sidebar a:hover { color: #fff; text-decoration: none; }

#sidebar .sec-a{
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
}
	
#footer{
    font-family: Georgia, 'Times New Roman', serif;
	border-top:1px solid #363430;
	clear:both;
	color:#999;
	font-size:0.9em;
	padding:5px;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
 
 h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }
 
#header{
	background: url(./images/header.png) no-repeat;
	height:225px;
	text-align:right;
	width:600px;
	padding:30px 0;
}
#header h1{
	font-size:2em;
	margin:0;
	margin-top:120px;
}

#header p{
	color: #bd934f;
	font-size:1em;
	margin-top:-0.5em;
}
#header h1, #header p{
	margin-right:30px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
	padding:5px 10px;
	font-size:1em;
}

.entrymeta{
	font-size:0.9em;
	color:#999;
}
.entrymeta a:link, a:visited, a:active { 
	color: #d8d7d3; text-decoration: none; 
}
.entrymeta a:hover{
	color: #fff; text-decoration: none;
}

.entrytitle a:link, .entrytitle a:visited, .entrytitle a:active, .entrytitle a:hover { color: #bd934f; text-decoration: none; }

.entrytitle h2 {
	color: #bd934f; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; 
}

.entrytitle h3 {
	margin-top: 0px;
	font-size: 1em;
}

.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1 {
	padding: 15px 10px 0px; background: #1b1814; margin-bottom: 15px; border-bottom: 1px solid #35302a
}

body#home .entry-1 .entrymeta{
background: #1b1814;
border-top:1px solid #363430;
margin:-5px -10px;
padding:5px 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h2 {
	color: #bd934f;
	font-size:1.25em;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #363430;
	margin-bottom:3px;
	padding:3px;
}
/*************************************
 +Nav
 *************************************/
#nav {
	font-family: Georgia, 'Times New Roman', serif; font-weight: normal;
	color: #bd934f;
	background: #1b1814;
	border-bottom:1px solid #363430;
	font-size:1.25em;
	margin-bottom:30px;
	padding:0;
	width:590px;
	margin-top:-60px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{
	float:left;
	margin-bottom:-3px;
	margin-right:10px;
	padding:2px 5px;
	font-size:1.25em;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color:  #bd934f; text-decoration: none; 	
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
	font-size:1em;
}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	color: #9c9890;
	font-size: 11px; 
	text-decoration: none; 
	background-color: #161410; 
	border: 1px solid #363430;
	padding: 5px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background: #1b1814;
	border:1px solid #363430;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}
/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

a:link, a:visited, a:active { color: #d8d7d3; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }

.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
