#nav {
	background: #333 url(../images/colors/nav-black.png) repeat-x 0 0;
}


#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;
}
 #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;
}


#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: #fff;
	text-shadow: #222 0px 0px 1px;
}
#welcome .greeting {border-bottom: 1px solid #777;}
#welcome .welcometext {color:#ddd;}

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