/*************************************
 +Containers
 *************************************/
body{
	border-top:8px solid #93ba00;
	color:#555;
	font: normal 100% Helvetica, Arial, Verdana, sans-serif;	
	font-size: 11px;
	line-height: 1.5;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:802px;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:2em 50px 1em 0;
	width:540px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:3em;
	width:192px;
	margin-bottom: 100px;
}
#header{
	border-bottom:1px solid #ddd;
	padding:3.5em 0 2em 0;
	overflow: hidden;
	display: block;
	height: 20px;
}
#footer{
	background:#101010;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:2em 0 2em 0;
	overflow: hidden;
	display: block;
}

#sub_footer{
	margin:0 auto;
	text-align:left;
	width:802px;
}

#left{
	float: left;
	width: 300px;
	overflow: hidden;
	display: block;
}

.holder{
	float: left;
	overflow: hidden;
	display: block;
}

.padtop{
	padding-top: 2px;
}

#right{
	float: right;
	width: 210px;
	overflow: hidden;
	display: block;
	padding-top: 10px;
}

.left_foot{
	float: left;
	width: 400px;
	overflow: hidden;
	display: block;
}

.right_foot{
	float: right;
	width: 39px;
	overflow: hidden;
	display: block;
}

a.sub_link:link, a.sub_link:active, a.sub_link:visited { 
	font-size: 12px;
	color: #000000;
	padding: 0 0 0 15px;
	text-decoration: none;
}

a.sub_link:hover {
	font-size: 12px;
	color: #93ba00;
	padding: 0 0 0 15px;
	text-decoration: none; 
}

a.foot_link:link, a.foot_link:active, a.foot_link:visited { 
	color: #93ba00;
	text-decoration: none;
}

a.foot_link:hover {
	color: #FFFFFF;
	text-decoration: none; 
}

a.sub_offlink:link, a.sub_offlink:active, a.sub_offlink:visited {
	font-size: 12px; 
	color: #9d9d9d;
	padding: 0 0 0 15px;
	text-decoration: none;
}

a.sub_offlink:hover { 
	font-size: 12px;
	color: #9d9d9d;
	padding: 0 0 0 15px;
	text-decoration: none; 
}



/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-weight: normal;
	margin:0;
}

h5{
	font-weight: bold;
	margin:0;
	color: #cccccc;
	font-size:2em;
	letter-spacing: -1px;
}

.reply{
	font-weight: bold;
	margin:0;
	color: #cccccc;
	font-size:2em;
	letter-spacing: -1px;
	padding-top:20px;
}
#header h1{
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#93ba00;
}
#header h1 a:hover{
	color:#000000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2em;
	letter-spacing: -1px;
}
.entrytitle h2 a
{
	color:#93ba00;
	font-weight: bold;
}
.entrytitle h2 a:hover{
	color:#000000;
}
.entrytitle h3{
	padding-left: 2px;
	font-size:0.8em;
	color:#000000;
}

#sidebar h3{
	color:#8a8a8a;
	font-size:1.0em;
	font-weight: bold;
	margin:0.5em 0 1em 0;
	padding-bottom:0.3em;
	border-bottom:5px solid #ddd;
}

#sidebar h4{
	color:#8a8a8a;
	font-size:1.0em;
	font-weight: bold;
	margin:1em 0;
	padding-bottom:0.3em;
	padding-top: 0.7em;
	border-bottom:5px solid #ddd;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:2em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px solid #ddd;
	margin-bottom:0.3em;
	padding:0em 0.3em 0.4em 0.1em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:32em;
}
.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{
	list-style-type:none;
	margin-bottom:1em;
	margin-top:1em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:1em 1.5em 1em 1.5em;
}
.alt{
	background:#f5f5f5;
	border-left:8px solid #ddd;
	padding:1.5em;
	margin-bottom: 5px;
}

h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#93ba00;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
