/* DARK skin */

body { 
	color: #f2f2f2;
	background: #555;
}
a{ 
	color: #fff;
}
.widget {
	background-color: #777;
	border-color: #999;
}
.widget h3.widget-title { 
	color: #ddd;
}
.featured_sticky { 
	background-color: #555;
}
.stickies .cat a { 
	color:#999;
}
.widget .nav-menu a { 
	color:#ccc;
}
.widget .nav-menu li.current-menu-item a, .widget .nav-menu li.current_page_item a { 
	color: #fff;
}
.headline_meta,
.headline_meta a { 
	color:#ccc; 
}
#comments .comment .text-right .comm-reply,
#comments .comment .text-right .comment-entry { 
	background: none;
}
.widget form.search input {
	-webkit-box-shadow: 0 0 0 white, inset 0 0 0 rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 0 white, inset 0 0 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 0 white, inset 0 0 0 rgba(0, 0, 0, 0.15);
}
.widget #twitter ul li span.date a,
.widget_rss ul li span.rss-date,
.news-item  .byline,
#footer_area .widget a,
.widget h3.widget-title  {	
    text-shadow: #000 1px 1px 1px;
}