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

*/

#video{
	background: #bdcc6f;
}

#featured{
	background: #36526a;
}

#video .box-top, #video .box-bot{
	background: url(images/vid-box-top.gif) no-repeat top;
}
#video .box-bot{
	background: url(images/vid-box-bot.gif) no-repeat top
}
#featured .box-top, #featured .box-bot{
	background: url(images/feat-box-top.gif) no-repeat top;
}
#featured .box-bot{
	background: url(images/feat-box-bot.gif) no-repeat top
}
#footer{
	background: #f67152;

}

#columns .post .featured .pic h3{
	background:#36526a none repeat scroll 0 0;
}

.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #000;
	text-decoration: none;
	background: #9da8af;
}
.nav2 a {
	color: #fff;
}


#nav2 li a{
	color: #fff;
}
#nav2 li a:hover{
	color: #000;
}

.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #000;
}
.sideTabs .idTabs li a{
	color: #FFFFFF;
}
.box a{
	color: #fff;
}


#footer{
	color: #fff;
	text-align: center;
}
#footer a{
	color: #fff
}
