/* 
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.

*/
.wp-caption-text {
color: #000;
}
#featured { display: none; }
#top-nav {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
height:30px;
padding-top:15px;
text-transform:uppercase;
}
#nav a {
	display: block;
	line-height: 28px;
	padding: 5px 6px;
	z-index: 100;
	color:#666;
}

#nav a:hover, #nav .current_page_item a, #nav .current-cat a{
	color: #FFF;
	background: #738c2e;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
}

#nav li { float: left; }

#nav li ul { position: absolute; width: 170px; left: -999em; }
#nav li ul li { 
 background: url(images/bg-nav.png) repeat !important;
 background: #000; 
 -moz-border-radius: 6px;
 -khtml-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
}
#nav li ul li a { line-height: 25px; font-size: 11px; color: #FFF; width: 170px; }
#nav li ul ul {	margin: -35px 0 0 194px; }
#nav li ul ul li a { line-height: 25px; }
#nav li ul li ul li a {	}
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */
form#topSearch {
background:url("images/bg-search.png") no-repeat scroll 0 0 transparent;
height:32px;
position:absolute;
right:0;
top:19px;
width:178px;
}

#sidebar h3 {margin: 0 0 0 0; padding-top: 20px; padding-bottom:23px; padding-left:3px;} 
#recent-posts-3 h3 span{display: none; color:transparent;}
#recent-posts-3 h3
{
background: url("/images/headings-news.png")  0px 0px no-repeat !important;
}
#wpng-calendar h3 span{display: none; color:transparent;}
#wpng-calendar h3
{
background: url("/images/headings-calendar.png")  0px 0px no-repeat !important;
}
#tag_cloud-3 h3 span{display: none; color:transparent;}
#tag_cloud-3 h3
{
background: url("/images/headings-searchtags.png")  0px 0px no-repeat !important;
}
#categories-3 h3 span{display: none; color:transparent;}
#categories-3 h3
{
background: url("/images/headings-categories.png")  0px 0px no-repeat !important;
}
