html,body{
	font-family: 'Trebuchet MS' !important;
	font-size: 12px;
}
a{
	color: #990000;
}
a:hover{
	color: #CC0000;
}

pre{ 
       font-size:12px !important;
	padding: 8px;
}

#container{
	width: 1000px;
}

#header{

}

#top{
	height: 80px;
	text-align: left;
}

#top h1 a{
	color: #000;
	text-transform: capitalize !important;
}

#top p{
	color: #ccc;
	padding:  20px 0 0 60px;

}

#nav {
	border-bottom: 1px solid #e5e5e5;
	width: 1000px;
	height: 20px;
	*height: 24px ;
	padding: 0 0 1px 0;
}

#nav ul{
	border: 0px solid #000;
	padding: 0;
}

#nav li a{
	color: #000;
	padding: 0 0 0 0;
	border-right: 1px solid #e5e5e5 !important;
}

#nav li a:hover{
	color: #f00;
}

#nav span a{
	color: #000;
}

#nav span a:hover{
	color: #f00;
}

#navstats{
	color: #333;
	width:auto;
	margin-top: 6px;
	*width: 990px; /* 990 + 10 = 1000*/
	*position: absolute;
	*margin-top: 0px;
}
#content{
	width: 770px;	
}
.date{
	display: none;
	border: 0px solid #333;
	width: 770px ;
	text-align: left;
}
.date a{
	color: #000 !important;
	font-size: 12px;
	font-weight: normal;
}
.post{
	border: 0px solid #f00;
	width: 720px ;
font-size: 14px;
}
.post{
	filter:'' !important;
}
.posthead{
	border: 2px solid #ccc;
	/* margin: 0 10px 0 10px;*/
	background-color: #6C0000;
	line-height: 24px;
	font-size:12px;
	color: #fff;
}
.posthead h2 a{
	color: #fff;
	font-size: 14px;
	padding: 2px 0 4px 8px;
	text-decoration: none;
}
.posthead h2 a:hover{
	color: #fff;
}
.postbody{
	border: 2px solid #ccc;
	border-bottom: none;
	border-top: none;
}
.postfoot{
	border: 2px solid #ccc;
	border-top: none;
	font-size:12px;
}
.postfoot img{
	display: none;
}

.commentform input,.commentform textarea {
	border: 1px solid #ccc;
	padding: 4px;
}
.commentButton {
	border: 1px solid #666 !important;
	padding: 2px 8px 2px 8px !important;
}
#sidebar-a{
	border: 0px solid #000;
	width: 185px;
	padding: 0;
}
#sidebar-a h3{
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin: 0;
	margin-top: 20px;
 	padding: 8px 0 4px 8px;
	color: #fff;
	background-color: #6c0000;
}
#sidebar-a ul{
	border: 1px solid #e5e5e5;
	background-color: #F1F1F1;
	margin: -1px 0 0 0;
	padding: 8px 0 0 0;
	width: 183px;
	line-height: normal;
	*width: auto;
	height: auto;
	*height:1%;
}
#sidebar-a li{
	font-size: 12px;
	height: auto;
	margin: 0;
	border: none;
	line-height: 22px;
	margin-left: 8px;
}
#sidebar-a li a{
	margin: 0;
	padding: 0 8px 0 0px !important;
	color: #000;
}
#sidebar-a li a:hover{
	color: #fff;
	background-color: #6c0000;
	text-decoration: none;
}
#news{
	border: 0px solid #ccc;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
}
#footer{
	display: none;
}

.google-adsense{
	width: 1000px;
	margin: auto;
}
.google-adsense-wrapper{
	position: absolute;
	padding: 10px 0px 0 500px;	
	_margin-left:-480px;
}

.footer{
	width: 1000px;
	margin: auto;
	border-top: 1px solid #ccc;
	padding: 10px 0 8px 0;
	margin-top: 20px;
}
.footer a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	color: #f00;
}

.clear{
	border-top:0px solid transparent !important;
	/*margin-top:-1px !important;*/
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
.window-mark-wrapper{
	padding:4px 8px 2px 8px;background-color:#f00;color:#fff;
}

.window-mark-wrapper a{
	color: #fff;
}
.window-mark-wrapper a:hover{
	color: #fff;
	text-decoration: underline;
}