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

/*body { background: #e1e1e1 url(images/brown/background.png) repeat; }*/
body { background: #e1e1e1; }
a { color: #cb25a2; text-decoration: none; }
a:hover { color: #2989ea; }

/*.menu ul .current_page_item a { background: #331f07; text-shadow: 1px 1px 1px #291306; color: #fff; }
.menu ul .current_page_item a:hover { background: #331f07; color: #fff; text-shadow: 1px 1px 1px #291306; }
*/
.menu ul .current_page_item a { background: #f39bee; text-shadow: 1px 1px 1px #f2c3f3; color: #252124; }
.menu ul .current_page_item a:hover { background: #f39bee; color: #252124; text-shadow: 1px 1px 1px #f2c3f3; }

.menu ul .current-cat a { background: #331f07; text-shadow: 1px 1px 1px #291306; color: #fff }
.menu ul .current-cat a:hover { background: #331f07; color: #fff; text-shadow: 1px 1px 1px #291306; }

/*.sidebar ul li h2 { background: #194990 url(images/brown/sidebar_heading_bg.png) repeat-x top; text-shadow: 1px 1px 1px #194990; }*/
/*.sidebar ul li h2 { background: #f6d8f2 url(images/brown/sidebar_heading_bg2.png) repeat-x top; text-shadow: 1px 1px 1px #f6d8f2;}*/
.sidebar ul li h2 {border-bottom: solid 2px #f3cbee;}
.sidebar a:hover { color: #2989ea; }

.post h2 a:hover { color: #2989ea; }
.postinfo a { color: #cb25a2; }
.postinfo a:hover { color: #2989ea; }

/* 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: #331f07; text-shadow: 1px 1px 1px #331f07; }

/* #footer { background: #281508 url(images/brown/footer_bg.png) repeat-x top; }
*/
#footer { 
	background: #f3cbee;
	color: #666;
	text-align: center;
	font-size: 12px;
}

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

