/* 
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.

*/
/**a:link, a:visited  { color: #90b938; text-decoration:none;} **/

#main{
    width:620px;
    background: transparent url(images/body_tan_bg.gif) repeat-y scroll 0 0; 
}

.post { margin: 5px 5px 40px 10px; }

#comments { 
    margin: 0 10px;
    padding: 10px 0 0;
    position: relative;
}

#respond {
    margin: 40px 10px; 
}

#older-posts  { margin: 0 -20px 30px 10px; }
#older-posts li  { float: left; width: 280px; margin: 0 20px -1px 0; padding: 10px 0; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; }

#sidebar{
    width:300px;overflow:hidden;
    background: transparent url(images/body_tan_bg.gif) repeat-y scroll 0 0;
}

#footer  { padding: 20px 0 60px; font-size: 12px; border-top: 1px solid #d9d9d9; color:#626262; background: #000000; }

#main-nav  { position: relative; z-index:9999; font: bold 15px Helvetica, Arial, sans-serif; border: 1px solid #dee3e7; margin-bottom: 40px; background: #f6edd6; }

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#90b938; text-decoration:none; color: #fff; }
#tabs .inside { background:#90b938; padding:5px;}
#tabs .inside #tab-tags a:hover  { color: #90b938; text-decoration: none; }
#tabs ul.wooTabs li a {	color:#a1a1a1; background: #ECDDC9; display: block;float: left;padding: 5px 10px; margin-right: 5px; font-size: 11px; font-weight: bold; }

.widget h3  { position: relative; margin: 0 0 5px 0; padding: 7px 0 7px 10px; font-size: 14px; color:#fff; background: #90b938; }

#main-nav a:hover, #main-nav li.current_page_item a, #main-nav li.current_page_parent a  { border-bottom-color: #90b938; color: #000; text-decoration: none; }
#main-nav a:hover, #main-nav li.current-cat a, #main-nav li.current-cat a  { border-bottom-color: #90b938; color: #000; text-decoration: none; }


