/* Stylesheet for Black color scheme */

body { background: url(images/black/background.png) repeat; }
a { color: #983c1b; text-decoration: none; }
a:hover { color: #024c9f; }

.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: #4f0b06 url(images/black/sidebar_heading_bg.png) repeat-x top; text-shadow: 1px 1px 1px #4f0b06; }
.sidebar a:hover { color: #981910; }

.post h2 a:hover { color: #983c1b; }
.postinfo a { color: #983c1b; }
.postinfo a:hover { color: #024c9f; }

/* 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: #4f0b06; text-shadow: 1px 1px 1px #4f0b06; }

#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; }