/*
colors_brown.css
******
To continue the day based theme site wide we are using two css sheets to 
control the accent colorings so they match the nav.  Any color based
styles, text, links, borders should be in this sheet

BROWN PALETTE
medium = 
accent = #352406

*/


.sidebarItem{ 	border:1px solid #352406; }

#content a:link, #content a:visited{color:#352406; font-weight:normal; text-decoration:none; border-bottom:1px solid #fff;  font-weight:bold;}
#content a:hover{  background-color:#b2a48c; border-bottom:1px solid #352406;}