/* Stylesheet for Gray Scheme */

body { background-color:#333; }
a { color: #2989ea; text-decoration: none;}
a:hover { color: #7f8650; }

.menu ul .current_page_item a { background: #444; text-shadow: 1px 1px 1px #333; color: #fff; }
.menu ul .current_page_item a:hover { background: #444; color: #333; text-shadow: 1px 1px 1px #333; }
.menu ul .current-cat a { background: #444; text-shadow: 1px 1px 1px #333; color: #333 }
.menu ul .current-cat a:hover { background: #444; text-shadow: 1px 1px 1px #333; color: #333; }

.sidebar ul li h2 { background: #333333; }
.sidebar a:hover { color: #7f8650; }

.post h2 a:hover { color: #7f8650; }
.postinfo a { color: #2989ea; }
.postinfo a:hover { color: #7f8650; }

/* styling the read more link */
.entry .more-link { background: #8d50a7; text-shadow: 1px 1px 1px #333; }
.entry .more-link:hover { background: #413f41; text-shadow: 1px 1px 1px #333; }

#respond h3 { background: #93799e; text-shadow: 1px 1px 1px #333; }

#footer { background-color: #999999; }
.footer_widget_area a { color: #b3bee0; }
.footer_widget_area ul { text-shadow: 1px 1px 1px #282628; }
.copyright { text-shadow: 1px 1px 1px #282628; }
