/* 
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
{
background: #efefef;
}

a{
	color: #ab0f0f;
	text-decoration: none;
}

.subcol h2{
	color: #ab0f0f;
	font-size: 14px;
	padding: 0 0 10px;
}

.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #ab0f0f;
	text-decoration: none;
	background: #B3B3B3;
}

.featured h3 a:hover {
	color:#ab0f0f;
}

.video-right h2{
	color: #ab0f0f;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}

.flickr h2{
	color: #ab0f0f;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}

.catlist h2{
	color: #ab0f0f;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}

#search input{
	background: transparent;
	border: 0;
	color: #000000;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}