body {
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

h1, h2, h3, #blog_widget h3, #wiki_widget h3, .ads h3, #wiki_login h4, .red {
	color: #e70f00;
	font-family: Arial, Helvetica, sans-serif;	
}

h3 { color: #f27d00 }

#top_wiki_articles h3 { color: #e70f00;margin-bottom: 10px; };

#sidemenu li a {
	background-image: url(../img/sidemenu.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 31px;
	line-height: 31px;
	text-align: left;
	padding-left: 20px;
}

#sidemenu li a:hover, #sidemenu li a.active {
	background-image: url(../img/sidemenu.png);
	background-position: 0px 0px;
	color: #fff;
}

.nav li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 6px;
}

.nav li a {
	background-image: url(../img/buttons.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.nav li a:hover, .nav li a.active {
	background-image: url(../img/buttons.png);
	background-position: 0px 0px;
	color: #fff;
}

.blog_author, .article_author {
	color: #e70f00;
}

.blog_post_content a {
	color: #e70f00;
	text-decoration: none;
}

.blog_comments_link a:hover {
	color: #f27d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.blog_pagination a {
	color: #e70f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.blog_tags {
	color: #e70f00;
}

.buttons li, .buttons2 li, .buttons3 li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 10px;
}

.buttons li a, .buttons2 li a {
	background-image: url(../img/buttons2.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 140px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.buttons3 li a {
	background-image: url(../img/buttons3.png);
	background-position: 0px -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 64px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.new_article_btn li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 10px;
}

.new_article_btn li a {
	background-image: url(../img/new_article.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 140px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.new_article_btn li a:hover, .new_article_btn li a.active {
	background-image: url(../img/new_article_rollover.png);
	background-position: 0px 0px;
	color: #fff;
}

.buttons2 li a {
	font-size: 12px;
}

.buttons li a:hover, .buttons li a.active {
	background-image: url(../img/buttons2.png);
	background-position: 0px 0px;
	color: #fff;
}

.buttons li.new a {
	background-position: 0px -124px;
}

.buttons li.new a:hover, .buttons li.new a.active {
	background-image: url(../img/buttons2.png);
	background-position: 0px -93px;
	color: #fff;
}

.buttons3 li a:hover, .buttons3 li a.active {
	background-image: url(../img/buttons3.png);
	background-position: 0px 0px;
	color: #fff;
}

.buttons2 li a:hover, .buttons2 li a.active {
	background-image: url(../img/buttons2.png);
	background-position: 0px -62px;
	color: #fff;
}


#wiki_details ol li {
	font-size: 12px;
	color: #e70f00;
}

#wiki_details a {
	font-size: 12px;
	color: #666;
	text-decoration: none;	
}

.right_link {
	font-size: 12px;
	float: right;
}

.right_link a {
	color: #666;
	text-decoration: none;
}

.right_link a:hover {
	color:#f27d00;
}

.skyblue {
	color: #0099ff;
}

.lighter_grey {
	color:#c4c4c4;	
}

.blog_messages_date {
	font-weight:bold;
	display:block;	
	margin-bottom:4px;
}

.blog_messages_owner {
	color:#0e3b7f;
	font-weight:bold;
	display:block;	
	margin-bottom:4px;
}

.wiki_update_by .authorname {
	color:#00438b;
}

#wiki_login a {
	color: #f28510;
	text-decoration: none;
}

.blog_user_info {
	margin: 0;
	padding: 0;
	font-size:11px;	
}

.blog_user_info a {
	color:#888888;
	text-decoration:none;
}

.blog_user_info a:hover {
	color:#f27d00;
	text-decoration:underline;
}

.comment_author { color: #e70f00; }