body{
	background:#444 url(./images/stripes.png) repeat-x;
	color:#555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:85.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	height: 100%;
}
#wrap{
	background:#fff;
	border-left:7px solid #eee;
	border-right:7px solid #eee;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:720px;
}
#content{
	font-size:1.1em;
	float:left;
	margin:0 5px;
	width:712px;
}
#sidebar{
	background:#333;
	border:5px solid #ddd;
	border-bottom:none;
	color:#fff;
	float:right;
	margin:0 -20px;
	padding:10px;
	width:730px;
}
#sidebar a{
color:#b3cFc1;
}
#sidebar a:hover{
color:#eda;
}
#sidebar .sec-a{
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
}

#footer{
	background:#333;
	border-top:1px solid #777;
	clear:both;
	color:#888;
	font-size:0.9em;
	padding:5px;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header {
	height: 197px;
    width: 700px !important;
	width: 466px;
	color: #fff;
	background: #333;
	border: 5px solid #555;
	border-top: 0;
    margin: 0 auto;
	margin-left: 6px !important;
	margin-left: 10px;
}
#header a {
	color: #fff;
}
#header a:hover, #header .current_page_item{
	background: #000;
	color: #fff;
}
#title{
	width: 700px;
	font-size: 12px;
	height: 50px;
}
#title a {
	display: block;
	width: 700px;
	height: 50px;
	line-height: 23px;
	padding: 35px 0 15px 0;
}
#title h1 {
	padding-left: 7px;
	font-size: 4.7em;
	font-family: helvetica, arial, sans-serif;
}
#title a:hover {
	background: #000 url('images/title.gif') no-repeat 20% 82% !important;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:15px;
padding:5px 10px;
font-size:0.9em;
}
.entry h3 {
	color:#6F6F6F;
	font-size:1.8em;
}
.entry blockquote {
	padding-left: 10px;
	border-left: 3px solid #2C5F3F;
}
.entrymeta{
	font-size:0.5em;
color:#999;
}
.entrymeta a{
color:#677;
}
.entrymeta a:hover{
color:#b3cFc1;
}
.entrytitle h2{
	color:#58BBEB;
	font-size:1.8em;
}
.entrytitle h2 a{
color:#2C5F3F;
}
.entrytitle h2 a:hover{
	color:#C8A799;
}
.entrytitle h3{
	color:#6F6F6F;
	font-size:1.8em;
}
.postedby{
}
.filedto{
	background:url("") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1
{
background:#eee;
border:1px solid #d8d9c8;
border:1px solid #fafbfa;
font-size:1em;
}
body#home .entry-1 .entrymeta{
background: #fafbfa;
border-top:1px solid #d8d9c8;
margin:-5px -10px;
padding:5px 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#aaa;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #414141;
	margin-bottom:3px;
	padding:3px;
}
#sidebar ul li:hover {
	background-color: #000;
	border-bottom:1px dotted #555;
}
/*************************************
 +Nav
 *************************************/
#menu{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	text-transform: lowercase;
	width: 700px;
	border-top: 1px solid #555;
}
#menu li {
	float: left;
	display: inline;
	width: 7em;
	border-right: 1px solid #555;
}
#menu a {
	display: block;
	height: 50px;
	width: 7em;
	line-height: 14px;
	padding: 40px 0 0 0;
	text-align: center;
	margin: 0;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
	font-size:1.1em;
}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.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;
}
.author{
	background-color:#f3f3f3;
	color: #fff;
	border:1px solid #EEEEEE;
	padding:0.5em;
	color: #333;
}
.gravatar {
	float: right;
	padding: 3px;
	border: 1px solid #333;
	background-color: #eee;
}
h3#comments{
font-size:1.6em;
}
/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
color:#2C5F3F
border:0pt none;
	text-decoration:none;
}
a:hover{
	color:#bdbaf9;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
