/* Stylesheet for Gray Scheme */

body {
	background-attachment: scroll;
	background-image: url(images/gray/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a { color: #0066cc; text-decoration: none; }
a:hover { color: #0066cc; }

hr.thin { height: 1px; border: 0; color: #333; background-color: #ccc; width: 100%; }

.menu ul .current_page_item a { background: none;text-shadow: 1px 1px 1px #333; color: #fff; }
.menu ul .current_page_item a:hover { background: none; 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: #003399 url(images/gray/sidebar_heading_bg.png) repeat-x top; /*text-shadow: 1px 1px 1px #666666; */}
.sidebar a:hover { color: #0066cc; }

.post h2 a:hover { color: #0066cc; }
.postinfo a { color: #0066cc; }
.postinfo a:hover { color: #0066cc; }

/* styling the read more link */
.entry .more-link {
	/*text-shadow: 1px 1px 1px #666666;*/
	background-color: #cccccc;
}
.entry .more-link:hover { background: #666666; /*text-shadow: 1px 1px 1px #282628; */}

#respond h3 { background: #003399; /*text-shadow: 1px 1px 1px #93799e; */}

#footer { background: url(images/gray/footer_bg.gif) repeat-x top #999999; }
.footer_widget_area a { color: #b3bee0; }
.footer_widget_area ul { text-shadow: 1px 1px 1px #282628; }
/*.footer_menu { text-shadow: 1px 1px 1px #282628; }
.copyright { text-shadow: 1px 1px 1px #282628; }*/
