/* Stylesheet for Gray Scheme */

body { background-color:#fff;}
a { color: #2989ea; text-decoration: none; }
a:hover { color: #7f8650; }

.menu ul .current_page_item a { background: #ffd801; color: #fff; }
.menu ul .current_page_item a:hover { background: #b79b00; color: #fff;}
.menu ul .current-cat a { background: #ddbb01; text-shadow: 1px 1px 1px #333; color: #fff }
.menu ul .current-cat a:hover { background: #ddbb01; color: #fff;}

.sidebar ul li h2 { background: #edc800 }
.sidebar a:hover { color: #edc800; }

.post h2 a:hover { color: #ddbb01; }
.postinfo a { color: #2989ea; }
.postinfo a:hover { color: #ddbb01; }

/* styling the read more link */
.entry .more-link { background: #8d50a7; }
.entry .more-link:hover { background: #413f41; }

#respond h3 { background: #93799e; }

#footer { background: #fff }
.footer_widget_area a { color: #b3bee0; }
.footer_widget_area ul {}
.copyright { }