/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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 {
padding-bottom: 5px;
}

.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {
    background: none repeat scroll 0 0 #d6d169;
}

#navigation {
    border-bottom: 2px solid #516703;
    border-top: 2px solid #516703;
    font: 14px/14px sans-serif;
    margin-bottom: 30px;
    padding: 10px 0;
}

.widget h3 {
    border-bottom: 2px solid #516703;
    color: #555555;
    font: bold 14px/1.5em PT Serif;
}

.post-more {
    border-bottom: 1px solid #516703;
    border-top: 1px solid #516703;
    color: #868686;
    font: 1em/1.5em "Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
}

#tabs {
    background: none repeat scroll 0 0 #5f7630;
    display: block;
    height: auto;
    margin-bottom: 30px;
    padding: 5px;
}

#tabs ul.wooTabs li a {
    color: #ffffff;
}

#tabs ul.wooTabs li a.selected {
    color: #777777;
}

#tabs ul.wooTabs li a:hover {
    color: #777777;
}