/* Stylesheet for Black color scheme */

body { background: url(images/black/background.png) repeat; }
a { color: #405a11; text-decoration: none; }
a:hover { color: #bcd098; }

.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: #000000 url(images/black/sidebar_heading_bg.png) repeat-x top; text-shadow: 1px 1px 1px #000000; }
.sidebar a:hover { color: #981910; }

.post h2 a:hover { color: #739e27; }
.postinfo a { color: #739e27; }
.postinfo a:hover { color: #bcd098; }

/* styling the read more link */
.entry .more-link { background: #981910; text-shadow: 1px 1px 1px #981910; }
.entry .more-link:hover { background: #bcd098; text-shadow: 1px 1px 1px #bcd098; }

#respond h3 { background: #689120; text-shadow: 1px 1px 1px #689120; }

#footer { background: #413f41 url(images/gray/footer_bg.png) repeat-x top; }
.footer_widget_area a { color: #b3bee0; }
.footer_widget_area ul { text-shadow: 1px 1px 1px #282628; }
.copyright { text-shadow: 1px 1px 1px #282628; }
