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

*/

#header { height: 50px; padding: 20px 0 10px;}

#header img.logo {  }

#featured h2 { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15); }

/* Page Nav */

#nav { position:relative; z-index:99; }
#nav, #nav ul {padding: 0;margin: 0;list-style: none; line-height: 1;float:right;}
#nav { margin-top: inherit; }
#nav a {font-family:Georgia, "Times New Roman", Times, serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:bold;display: block;line-height: 28px;padding: 0 10px;}
#nav a { color: #666666; }
#nav a:hover, #nav li.current_page_item a, #nav li.current_page_parent{ color:#333333; background:#f6f6f6; border:0px hidden #FFFFFF; border-width: 0 0px 0px 0; text-decoration: none;}

#nav li a { border:none !important; }

#nav li:hover, #nav li.current_page_item { border-bottom:0px solid #2a2a2a; }

#nav li { float: left; }

a.buttonsmall {
    background: url(images/btn-slider-right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 46px; 
	margin-right: 0px;
	padding-right: 13px; 
	padding-bottom: 13px;
	text-decoration: none;
	color: #3e3e3e;
	font-family: Georgia;
	font-size:14px;
}
a.buttonsmall span {
	float:left;
	background: url(images/btn-slider.png) no-repeat; 
	display: block;
	line-height: 46px; 
	padding: 1px 5px 18px 18px;
} 

/* Sidebar */

strong.highlight { background-color: #FFFFCC; padding:0.6em;}