/* Stylesheet for Brown Color Theme */
/************************************/

body { background-color:#FFF;  }
a { color: #a7b616; text-decoration: none; }
a:hover { color: #a7b616; }

.menu ul .current_page_item a { background: #c4d141; color: #fff; }
.menu ul .current_page_item a:hover { background: #c4d141; color: #fff; }
.menu ul .current-cat a { background: #331f07; color: #fff }
.menu ul .current-cat a:hover { background: #331f07; color: #fff;}

.sidebar ul li h2 { background: #a9b818 url(images/brown/sidebar_heading_bg.png) repeat-x top; text-shadow: 1px 1px 1px #646d0e; }
.sidebar a:hover { color: #666; }

.post h2 a:hover { color: #a7b616; }
.postinfo a { color: #a7b616; }
.postinfo a:hover { color: #a7b616; }

/* styling the read more link */
.entry .more-link { background: #f2972c; text-shadow: 1px 1px 1px #a55b05; }
.entry .more-link:hover { background: #2989ea; text-shadow: 1px 1px 1px #134e90; }

#respond h3 { background: #a7b616; text-shadow: 1px 1px 1px #646d0e; }

#footer { background:#999}
.footer_widget_area a { color: #b5a087; }
.footer_widget_area ul { text-shadow: 1px 1px 1px #281508; }
/*.copyright { text-shadow:; }*/
