

body{
	margin: 0px auto 10px auto;
	padding: 0;
	text-align: center;
	color: #000;
	background: #ffffff;
}
h1{
	font-family: Tahoma, Arial, Sans-serif;
font-size: 34px; 
}
h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Sans-serif;
	font-size: 20px;
	
}
blockquote{
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	background: #ededed;
}
hr{
	text-align: center;
	width: 460px;
	height: 1px;
	color: #999;
	opacity: 95%;
	margin: 5px 0 5px 10px;
}
a:link{
	color: #800000;
	text-decoration: none;
}
a:visited{
	color: #800000;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
	text-decoration: none;
}
p{
	margin: 0;
	padding: 5px 0 0 0;
}
p img {
	max-width: 100%;
	border: none;
}
img.centered {
	display: block;
	padding: 3px;
	border: 1px solid #e2e2e2;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	float: right;
	padding: 3px;
	border: 1px solid #e2e2e2;
	margin: 5px 0 10px 15px;
	display: inline;
}
img.alignleft {
	float: left;
	padding: 3px;
	border: 1px solid #e2e2e2;
	margin: 5px 15px 10px 0;
	display: inline;
}
#wholepage{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	background: #fff url(images/backimage.gif);
}
#header{
	float: left;
	width: 980px;
	height: 25px;
	background: url(images/navback.gif);
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;

}
#topall{
	width: 980px;
	height: 90px;
	margin-top: 0;
}
#topcontainer{
	height: 90px;
	width: 980px;
	background: #990000;
}
#topcontainer h1{
	clear: both;
	margin: 0 15px 0 15px;
	padding-top: 8px;
}
.blogdesc{
 font-weight: bold;
	margin: 1px 15px 15px 16px;
	text-align: left;
}
.archivetitle{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin-left: 17px;
	margin-right: 21px;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 5px 0 5px 20px;
	background: #fff url(images/icon-archive.gif) no-repeat left center;
}
.pagetitle{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin-left: 17px;
	margin-right: 21px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 5px 0 5px 20px;
	background: #fff url(images/icon-page.gif) no-repeat left center;
}
.searchtitle{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin-left: 17px;
	margin-right: 21px;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 5px 0 5px 20px;
	background: #fff url(images/icon-search.gif) no-repeat left center;
}
#nav {
	list-style: none;
	margin-top: 3px;
	padding-left: 4px;
	margin-left: 0;
	position: relative;
	text-align: center;
	float: left;
}
#nav li {
	float: left;
	text-align: center;
	margin: 1px 2px 0 1px;
	padding: 0 5px 0 2px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
#nav .page_item a{
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	display: block;
}
#nav .page_item a:hover, #nav .current_page_item a:visited{
	background: #fff;
	color: #000;
	padding: 2px 10px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	display: block;
} 
#container{
	float: left;
	width: 575px;
	padding-bottom: 20px;
}
.adscontainer468-60{
	width: 468px;
	height: 60px;
	margin-top: 15px;
	margin-left: 50px;
	margin-bottom: 15px;
}
.post{
	margin-left: 0;
	margin-right: 3px;
	margin-top: 0;
	border-bottom: 4px solid #c9c9c9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #000;
	text-align: justify;
	clear: both;
}
.post h2 a, .post h2 a:visited{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	padding-left: 1px;
	text-align: left;
}
.post h2 a:hover{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 22px;
	color: #666;
	line-height: 18px;
	text-align: left;
}
.post-archive, .post-search{
	margin-left: 15px;
	margin-right: 18px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #333;
	text-align: justify;
}
.post-archive h2 a, .post-archive h2 a:visited, .post-search h2 a, .post-search h2 a:visited{
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	text-align: left;
}
.post-archive h2 a:hover, .post-search h2 a:hover{
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	text-align: left;
}
.post-archive-date{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	color: #000;
}
.post-notfound{
	width: 500px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #fcfcfc;
	text-align: center;
	margin-left: 33px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-thumbnail.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 3px;
	margin-left: -4px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 1px;
	margin-bottom: 10px;
	width: 485px;
	
}
.fullstory{
	height: 20px;
	margin-top: 5px;
	padding-top: 10px;
	background: url(images/icon-fullstory.gif) no-repeat left center;
	padding-left: 22px;
}
.fullstory a, .fullstory a:visited{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #800000;
}
.fullstory a:hover{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ff0000;
}
.entry{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	clear: both;
}
.entry a, .entry a:visited{
	color: #930000;
	line-height: 18px;
	text-decoration: underline;
}
.entry a:hover{
	color: #ff0000;
	line-height: 18px;
	text-decoration: none;
}
p.postmetadata{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #515151;
	margin-top: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #999;
	text-align: left;
	background: #ededed;
}
p.postmetadata a, p.postmetadata a:visited{
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #800000;
	text-decoration: none;
}
p.postmetadata a:hover{
	margin-top: 4px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #ff0000;
	text-decoration: none;
}
p.postmetadata2{
	border: 1px solid #c9c9c9;
	background: #eee;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.navigation{
	margin-left: 15px;
	margin-top: 15px;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.navigation a, .navigation a:visited {
	color: #000;
	text-decoration: none;
}
.navigation a:hover{
	color: #ff0000;
	text-decoration: none;
}
.prevpost a{
	float: left;
	color: #000;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 3px;
	padding-left: 18px;
	background: url(images/icon-nav-left.gif) no-repeat left center;
}
.prevpost a:hover{
	float: left;
	color: #ff0000;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 3px;
}
.nextpost a{
	float: right;
	color: #000;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 15px;
	padding-right: 18px;
	background: url(images/icon-nav-right.gif) no-repeat right center;	
}
.nextpost a:hover{
	float: right;
	color: #ff0000;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 15px;
}
.leftmenuheader1{
	width: 200px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #515151;

	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	background: url(images/backbottom.gif); 
}
.leftmenuheader2{
	width: 200px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f8f8f8;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #800000 url(images/navback.gif);
}
.rightmenuheader1{
	width: 200px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8f8f8;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	background: url(images/navback.gif); 
}
.rightmenuheader2{
	width: 200px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url(images/backbottom.gif);
}
.lsidebar{
	float: left;
	width: 202px;
	margin-bottom: 20px;
}
.lsidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
.lsidebar ul li{
	padding: 5px 5px 4px 3px;
}
.lsidebar ul li h2{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 15px;
	color: #fff;
	margin-bottom: 0;
	margin-left: 2px;
	background: #800000 url(images/navback.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #c9c9c9;
}
.lsidebar ul ul li{
	padding: 0;
	line-height: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #333; 
	background: #800000;
}
.lsidebar ul ul li a, .lsidebar ul ul li a:visited{
	display: block;
	padding-left: 5px;
	color: #f8f8f8;
	text-decoration: none;
}
.lsidebar ul ul li a:hover{
	padding: 0;
	color: #ff0000;
	padding-left: 5px;
	background: #f8f8f8;
}
.rsidebar{
	float: right;
	width: 202px;
	margin-bottom: 20px;
}
.rsidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
.rsidebar ul li{
	padding: 5px 5px 4px 3px;
}
.rsidebar ul li h2{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 15px;
	color: #333;
	margin-bottom: 0;
	margin-left: 2px;
	background: #800000 url(images/backbottom.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #c9c9c9;
}
.rsidebar ul ul li{
	padding: 0;
	line-height: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #333; 
	background: #f8f8f8;
}
.rsidebar ul ul li a, .rsidebar ul ul li a:visited{
	display: block;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
}
.rsidebar ul ul li a:hover{
	padding: 0;
	color: #fff;
	padding-left: 5px;
	background: #666;
}
.menu-box{
	background: #333;
	padding: 2px;
	margin-bottom: 1px;
	color: #f8f8f8;
}
.sidebar2{
	float: left;
	width: 200px;
}
.sidebar2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 7px;
}
.sidebar2 ul li{
	padding: 0;
	line-height: 20px; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #999;
}
.sidebar2 ul li h2{
	list-style-type: none;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	padding: 2px;
}
.sidebar2 ul li a{
	padding: 0;
	color: #000;
	display: block;
}
.sidebar2 ul li a:hover{
	padding: 0;
	color: #fff;
	background: #666;
}
table#wp-calendar{
	border: 1px solid #c9c9c9;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	width: 100%;
}
table#wp-calendar caption{
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #333;
}
table#wp-calendar a{
	color: #f8f8f8;
	background: #f8f8f8;
	padding: 5px;
	text-decoration: none;
}
#footer {
	clear: both;
	width: 980px;
	height: 20px;
	padding-top: 5px;
	border-top: 2px solid #c9c9c9;
	text-align: center;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 11px;
	background: #fff url(images/navback.gif);
	color: #fff;
}
#footer p{
	line-height: 18px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
}
.comments-template ol li{
	margin: 20px 0 0 0;
	line-height: 18px;
	padding: 0 15px 10px 15px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f8f8f8;
	list-style-type: none;
}
.comments-template ol li a{
	color: #333;
	text-decoration: underline;
}
.comments-template ol li a:hover{
	text-decoration: none;
}
.comments-template h2, .comments-template h3{
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: underline;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
}
.comments-template .alt {
	background: #f8f8f8;
}
#submit{
	background: #ededed;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#menu-box-search{
	margin-top: 8px;
	margin-bottom: 10px;
	display: inline;
}
#searchform #s {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
	width: 140px;
	height: 15px;
	background: #fff;
	padding: 2px;
	margin-left: 9px;
	font-weight: normal;
	font: normal 12px Arial, Tahoma, Sans-serif;
}
#searchform input {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #fff;
	width: 25px;
	height: 21px;
	font: bold 12px Arial, Tahoma, Sans-serif;
	color: #333;
	vertical-align: middle;
}