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

*/

body{
	color: #000000;
/*      background-color: #000000; */
/*	background-color: #ddd;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.nav li ul { z-index: 99999; }


.widget ul li a:hover{
	color: #0101DF;
	text-decoration: None;
}

.widget li{
	list-style: none;
}

.widget H3 a {
	color: #ffffff;
}

#nav2 li {
	float: left;
	line-height:25px;
	font-weight:normal;
	font-size:11px;	
	text-transform:uppercase;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more_entries .wp-pagenavi {
    clear: both;
    margin: auto;
    width: 285px;
}




.widget ul li a {

 color: #B91010; 

}

ul.wooTabs li a {
    padding: 0 28px;
}

ul.wooTabs li {
    font-size: 12px;
}

.custom_thumb {
border: 1px solid #DDDDDD;
float: left;
padding: 3px;
background: none;
 margin: 0 5px 10px 5px;
display: inline;
}
