/* Stylesheet for Gray Scheme */

body { background: url(images/gray/background.png) repeat; }
a { color: #2989ea; text-decoration: none; }
a:hover { color: #660000; }

.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: #fff; text-shadow: 1px 1px 1px #333; }
.menu ul .current-cat a { background: #444; text-shadow: 1px 1px 1px #333; color: #fff }
.menu ul .current-cat a:hover { background: #444; color: #fff; text-shadow: 1px 1px 1px #333; }

.sidebar ul li h2 { background: #fff url(images/gray/sidebar_heading_bg.png) repeat-x top; text-shadow: 1px 1px 1px #333; height: 1px; }
.sidebar a:hover { color: #660000; }

.post h2 a:hover { color: #660000; }
.postinfo a { color: #2989ea; }
.postinfo a:hover { color: #660000; }

/* styling the read more link */
.entry .more-link { background: #8d50a7; text-shadow: 1px 1px 1px #91709f; }
.entry .more-link:hover { background: #413f41; text-shadow: 1px 1px 1px #282828; }

#respond h3 { font-weight: bold; background: #eee; text-shadow: 1px 1px 1px #ddd; }

#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 #282828; }
.copyright { text-shadow: 1px 1px 1px #282828; font-size: 10px }
