

/* clear browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
abbr,acronym,fieldset,img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-size:100%;font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,li{overflow:hidden;}
div{overflow:hidden;}
ol,ul{list-style:none;}
/* global hacks */

.clearfix:after,.clear{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
#preload{position:absolute;left:0;top:0;height:0;display:none;}
#preload img{width:1px;height:1px;}

/* global settings */
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #0A0A0A ;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	}
a:link, a:visited {
	color: blue;
	}
a:hover, a:active {
	color: red;
}

/* structure */
#wrapper {
	border: 0px solid #313131;
	background-color: #fff;
	}
#header {
	width: 100%;
	height: 55px;
	background-color: #0A0A0A;
}
#header h1 a, #header h2 a {
	text-decoration: none;
	color: #F1C205;
	font-size: 170%;
	line-height: 160%;
}
#header h2 a {
	text-decoration: none;
	color: #FFF;
	font-size: 170%;
	line-height: 160%;
}

#header h1{
	text-align: left;
	padding-left: 30px;
	text-transform: uppercase;
}
#header h2{
	color: #FFF;
	text-align: left;
	padding-left: 50px;
}
#single_sitename a{
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	line-height: 130%;
	text-transform: uppercase;

}
h2.plaintext, h2.plaintext a {
	font-size: 140%;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
	text-decoration: none;
}
h2#single a{
	color: #FEFE2F;
}
#footer{
	clear:both;
	background-color: #000;
	color: #FFF;
	height: 20px;
	width: 100%;
}

.post{
	margin: 15px;
	padding: 7px;
	background-color: #141414;
	border: 2px solid silver;
}
.post h3, .post h3 a:link, .post h3 a:visited{
	font-size: 22px;
	color: silver;
	margin: 5px;
	text-decoration: none;
}
.post h3 a:hover{
	text-decoration: none;
}
.post a:link, .post a:visited {
	color: #F1C205;
	}
.post a:hover, .post a:active {
	color: orange;
	text-decoration: underline;
}
.postmetadata {
	font-size: 90%;
	padding: 10px 0;
	color: #333;
	}
.entry{
	margin-right: 6px;
	font-family: Verdana, Arial, sans-serif;
}
.entry p {
	padding: 10px 0;
	line-height: 150%;
}
.entry img {
	border: 2px solid #FFF;
	margin-right: 2px;
	}
#sidebar{
}
.sidebarheader{
	font-weight: bold;
	font-size: 14px;
	color: #4E0807;
	margin: 15px 5px 5px;
	text-transform: uppercase;
}
.sidebox{
	padding: 1px;
	margin-bottom: 10px;
}

.headline{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	margin: 15px 5px 5px;
	text-transform: uppercase;
}

/* comments */
#comments {
	margin-top: 20px;
	}
#comments .comments_header {
	font-size: 140%;
	color: #DEC314;
	margin-bottom: 5px;
	}
#comments p {
	margin-bottom: 2px;
	}
#comments input, #comments textarea {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	border: 1px solid #000;
}
#comments textarea {
	width: 490px;
	}
#comments input#submit {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	border: 1px solid #FFF;
	background: #000000;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
}
#comments li {
	white-space: normal;
	padding-bottom: 20px;
	background: url(images/bullet.gif) left 6px no-repeat;
	padding-left: 16px;
	}
#comments li p {
	margin: 5px 0;
	}
.commentmeta {
	font-size: 90%;
	margin-bottom: 5px;
	}
	
#navigation {
	font-size: 90%;
	padding: 20px 0;
	clear: both;
}
#navigation .left {
	float: left;
	width: 40%;
	}
#navigation .right {
	float: right;
	width: 40%;
	text-align: right;
	}
	

#topmrow img, #sidemrow img{
	border-color: white;
}
