/* Stylesheet for Brown Color Theme */
/************************************/

body { background: url(images/brown/background.png) repeat; }
a { color: #333399; text-decoration: none; }
a:hover { color: #2989ea; }

.menu ul .current_page_item a { background: #e3701a; text-shadow: 0px 0px 0px #E3701A; color: #fff; }
.menu ul .current_page_item a:hover { background: #E3701A; color: #fff; text-shadow: 0px 0px 0px #ee8833; }
.menu ul .current-cat a { background: #ee8833; text-shadow: 0px 0px 0px #134e90; color: #000 }
.menu ul .current-cat a:hover { background: #134e90; color: #fff; text-shadow: 0px 0px 0px #134e90; }

.sidebar ul li h2 { background: #ee8833 url(images/brown/sidebar_heading_bg.png) repeat-x top; text-shadow: 1px 1px 1px #CD6610; }
.sidebar a:hover { color: #134e90; }

.post h2 a:hover { color: #2989ea; }
.postinfo a { color: #EE8833; }
.postinfo a:hover { color: #2989ea; }

/* styling the read more link */
.entry .more-link { background: #194990; text-shadow: 1px 1px 1px #134e90; }
.entry .more-link:hover { background: #194990; text-shadow: 1px 1px 1px #134e90; }

#respond h3 { background: #ee8833; text-shadow: 1px 1px 1px #E3701A; }

#footer { background: #EE8833 url(images/brown/footer_bg.png) repeat-x top; }
.footer_widget_area a { color: #ffffff }
.footer_widget_area ul { text-shadow: 1px 1px 1px #134e90; }
.copyright { text-shadow: 1px 1px 1px #134e90; }
