/* 
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.

Additional changes made
-remove title from intro page
-delete comments on pages
-delete comments on full page templates
-added <div class="clear"></div> to archive.php
*/

/*logo margins*/
.logo img  {
	margin: 10px 0 10px 40px;
}

/*nav hover background img*/
#pagenav li a:hover span, #pagenav li.current_page_item a span  {
	background: url(http://expertendurance.s3.amazonaws.com/images/lime_b.jpg) repeat-x left top;
}

/*nav color border*/
#pagenav li a:hover, #pagenav li.current_page_item a  {
	color: #fff;
	background: url(http://expertendurance.s3.amazonaws.com/images/lime_a.jpg) repeat-x left top;
}

/*header colors*/
h1, h2, h3, h4, h5, h6  {
	color: #80B329;
}

/*links*/
a:link, a:visited  {	font-weight: bold; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #80B329;
}


/* 2.4 Featured-slider */
#featured-slider  {
    
   width: 960px;
   margin: 0 ;
   height:230px;
   position: relative;
   overflow: visible;
 
}

