/* Stylesheet for Gray Scheme */

body {
	background-attachment: scroll;
	background-image: url(images/gray/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
a { color: #fff; text-decoration: none; }
a:hover { color: #000; }

.menu ul .current_page_item a { background: #EA7031; text-shadow: 1px 1px 1px #333; color: #fff; }
.menu ul .current_page_item a:hover { background: #EA7031; color: #000; /*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: /*#aa71b2*/ url(images/gray/sidebar_heading_bg.png) repeat-x top;
	/*text-shadow: 1px 1px 1px #9758a0;*/
	font-size: 16px;
	color: #fff;
}
.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 #91709f; }
.entry .more-link:hover { background: #413f41; text-shadow: 1px 1px 1px #282628; }

#respond h3 { background: #93799e; text-shadow: 1px 1px 1px #93799e; }

#footer {
/*	background-color: #006666;*/
}
.footer_widget_area a { color: #b3bee0; }
.footer_widget_area ul { text-shadow: 1px 1px 1px #282628; }
.copyright { text-shadow: 1px 1px 1px #282628; }

