﻿#nav,
.post-footer {
	background: #333 url(../images/colors/nav-black.png) repeat-x 0 0;
}
.postwrap .post-footer{
	background-color: #FFFFFF;
	background-image: none;
	height:38px;
}
#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:active, #nav .current_page_ancestor{
	background:#000 url(../images/colors/nav-black.png) repeat-x 0 -70px;
	text-decoration:none;

}
 #nav li a:hover{
	background:#222 url(../images/colors/nav-black.png) repeat-x 0 -35px;
}
#nav li a:active{
	color:#ddd;
	background:#000 url(../images/colors/nav-black.png) repeat-x 0 -70px;
	text-decoration:none;
}


#feature{
	background: #000 url(../images/colors/featurebg-black.jpg) no-repeat 0 0;
}

#featurenav a{
	border: 1px solid #444;
	background: #333;
	color: #ccc;
}

.fcontent .fsub {color: #ddd;}


#maincontent #highlight {
	
	background: #000 url(../images/colors/highlightbg_black.png) repeat-x 0 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;

}

#welcome {
	/*background:#000 url(../images/colors/welcomebg-black.png) repeat-x top left;*/
	color: #000;
	/*text-shadow: #222 0px 0px 1px;*/
}
#welcome .greeting /*{border-bottom: 1px solid #777;}*/
#welcome .welcometext {color:#000;}

.post-date em {
	background: #fff;
	color: #000;
}
.post-date em a{
	color: #000;
}