/* Stylesheet for Black color scheme */

body { bgcolor: #ffffff; }
a { color: #02659D; text-decoration: none; }
a:hover { color: #10A014; }

.menu ul .current_page_item a { background: #000; text-shadow: 1px 1px 1px #000; color: #fff; }
.menu ul .current_page_item a:hover { background: #000; color: #fff; text-shadow: 1px 1px 1px #000; }
.menu ul .current-cat a { background: #000; text-shadow: 1px 1px 1px #194170; color: #fff }
.menu ul .current-cat a:hover { background: #000; color: #fff; text-shadow: 1px 1px 1px #000; }

.sidebar ul li h2 { background: trasparent; 
                    text-shadow: 1px 1px 1px #4f0b06; 
                    border-bottom:1px solid #02659D; 
                    color:#02659D; }
.sidebar a:hover { color: #981910; }

.post h2 a:hover { color: #10A014; }
.postinfo a { color: #02659D; }
.postinfo a:hover { color: #10A014; }

/* styling the read more link */
.entry .more-link { background: #981910; text-shadow: 1px 1px 1px #981910; }
.entry .more-link:hover { background: #024c9f; text-shadow: 1px 1px 1px #024c9f; }

#respond h3 { background: transparent; text-shadow: 1px 1px 1px #4f0b06; border-bottom:1px solid #02659D; }


.footer_widget_area a { color: #02659D; }
.footer_widget_area a:hover { color: #10A014; }
.footer_widget_area ul { color: #02659D; }

#footer_widget3 { width:600px; margin:0px 0px 10px 0px; font-weight:bold;}

.copyright { text-shadow: 1px 1px 1px #282628; }