/* DARK skin */

body { 
	color: #f2f2f2;
	background: #525659;
}
a{ 
	color: #fff;
}
.widget h3.widget-title { 
	color: #F75240;
}
#footer_area .widget h3 { 
	color:#BCBCBC;
}
#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;
}