html	{
	background-color:#000;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}
body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #BBBBBB;
	padding-top: 20px;
}

div.postTitle	{
	color: #ff0000;
	margin-bottom: 0;
	font-size:18px;
}
div.postDetails	{
	font-size:12px;
	color: #999999;
	margin-top: 3px;
	margin-bottom: 10px;
}

#wrapper {
	background-color:#000;
	background-image:url(images/body-bkgd.jpg);
	background-repeat:no-repeat;
	display: block; 
	/*border: 1px #000000 solid;*/
	width:925px; 
	padding: 15px;
	margin:0px auto;
	margin-top: 20px;
}
#header {
	text-align:left;
	border-bottom: 1px #ff9000 solid;
	
}
#main	{
	margin-top: 10px;
}
#adblock	{
	float: left;
	width: 140px;
	height: 600px;
	padding-right: 20px;
}
#content {
	float: left;
	text-align:left;
	width: 550px;
	margin-top: 10px;
	min-height: 500px;
}
#content a:link, #content a:visited	{
	color: #F90;
	text-decoration:none;
}
#content a:hover	{
	color: #666666;
	text-decoration:underline;
}
#intro	{
	padding: 10px;
	background-color:#333;
	color: #F90;
	margin-bottom: 10px;
}
#intro	p{
	margin-bottom: 10px;
}
#intro strong	{
	font-weight: bold;
	color: #ff0000;
}
div.post	{
	margin-bottom: 10px;
}
div.post h2 a:link, div.post a:visited	{
	color: #ff0000;
	text-decoration:none;
	font-size:18px;
}
div.post h2 a:hover	{
	color: #666666;
	text-decoration:underline;
}
div.post p	{
	color: #bbbbbb;
	margin-bottom: 10px;
}div.entry	{
	padding-bottom: 10px;
	border-bottom: 1px solid #f90;
}
ol.commentList	{
	margin-left: 10px;
}
li.comment	{
	padding: 10px 0;
	border-top: 1px solid #f90;
	border-bottom: 1px solid #f90;
}
#comments	{
	margin-bottom: 10px;
	font-weight:bold;
	font-size:12px;
}
#respond	{
	margin-left: 10px;
}
#respond h3	{
	font-weight:bold;
	padding: 10px 0;
}
#commentform p	{
	padding: 3px 0;
}
#sidebar {
	margin-top: 10px;
	width: 200px;
	float: right;
	color: #bbbbbb;
	text-align:left;
}
#sidebar #s 	{
	background-color:#333;
	color: #bbbbbb;
	border: 1px solid #f90;
	padding: 3px;
	font-size:12px;
}
.sbDetails	{
	font-size: 10px;
	color: #666666;
	line-height: 10px;
}
#sidebar ul	{
	list-style-type:none;
	margin: 5px 0px 10px 10px;
}
#sidebar a:link, #sidebar a:visited	{
	font-size:12px;
	color: #F90;
	text-decoration:none;
}
#sidebar a:hover	{
	color: #666666;
	text-decoration:underline;
}
#searchform	{
	margin-left: 10px;
}
#both {
	clear: both;
}

#footer {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:left;
	color: #999999;
	font-size:10px;
}
#footerleft	{
	float: left;
}
#footerright	{
	float: right;
}
#footerright a:link, #footer a:visited	{
	color: #F90;
	text-decoration:none;
}
#footerright a:hover	{
	color: #666666;
	text-decoration:underline;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
