/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#nav a { color: #000000; }
#nav a:hover, #nav li.current_page_item a{ color:#fff; background:#3f3a2b; border-width: 0 0px 1px 0; }

/*
In the slideshow slider area, this makes the background white
*/
#featured { background:#fff }

/*
This removes the shadow effect from the top of the main post area
*/
#main-content {	background:#fff; padding:40px 0 25px; }

/*
This changes the mouseover color of the nav link from brown to dark gray
*/
#nav a:hover, #nav li.current_page_item a{ color:#fff; background:#333333; border-width: 0 0px 1px 0; }

/*
This changes the padding on the looped slider slideshow area
*/
#loopedSlider { width:960px; margin:0 auto; padding:0px 0;}
#featured p { font-size:14px; color:#333; line-height:20px; padding: 0; }
#featured { background:#ffffff; border-top:1px solid #333333; border-bottom:none ;  }


/*
List for sidebar
*/
#text-3 ul li  {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:circle;
  margin:0 0 0 16px;
  overflow: visible;
}