#nav {
	background: #333 url(../images/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/nav-black.png) repeat-x 0 -70px;
}
 #nav li a:hover{
	background:#222 url(../images/nav-black.png) repeat-x 0 -35px;
}
#nav li a:active{
	color:#ddd;
	background:#000 url(../images/nav-black.png) repeat-x 0 -70px;
}

.icons .twitterlink {background: url(../images/icon-black-twitter.png) no-repeat 0 0;}
.icons .linkedinlink {background: url(../images/icon-black-linkedin.png) no-repeat 0 0;}
.icons .facebooklink {background: url(../images/icon-black-facebook.png) no-repeat 0 0;}
.icons .rsslink {background: url(../images/icon-black-rss.png) no-repeat 0 0;}

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

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

.fcontent .fsub {color: #ddd;}

.twitter{	background: url(../images/tballoon-black.png) no-repeat 0 0; }

#welcome {
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	margin-bottom: 1em;
	background:#000 url(../images/welcomebg-black.png) repeat-x top left;
	color: #fff;
	text-shadow: #000 0px 0px 2px;
}

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

}

.fcontent a.featurelink{
	background: url(../images/morebutton-black.jpg) no-repeat 0 0;
}

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