/* Stylesheet for Black color scheme */


body { background-color:#000}
a { color: #FF0; text-decoration: none; font-style:italic; }
a:hover { color: #FF0; text-decoration:underline; }

.menu ul .current_page_item a { color:#FF0; background: #000; font-style:normal; border: 2px #FF0 solid;  -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.menu ul .current_page_item a:hover { color:#FF0; text-decoration:none; background: #000; font-style:normal; border: 2px #FF0 solid;  -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.menu ul .current-cat a { color:#FF0; background: #000; border: 2px #FF0 solid;  }
.menu ul .current-cat a:hover { color:#FF0; text-decoration:none; background: #000; border: 2px #FF0 solid;  }

.sidebar ul li h2 { color:#000; background: #FF0; }
.sidebar a:hover { color: #FF0; }

.post h2 a:hover { color: #FF0; text-decoration:underline; }
.postinfo a { color: #FF0; font-style:normal; }
.postinfo a:hover { color: #FF0; text-decoration:underline; }

/* styling the read more link */
.entry .more-link { color:#FF0; }
.entry .more-link:hover { color:#FF0; text-decoration:underline; }

#respond h3 { background: #FF0; }

#footer { background: #000}
.footer_widget_area a { color:#FF0; }
.footer_widget_area ul { color:#FF0; }
.copyright { color:#FFFFFF; }