/* 
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.

*/

#nav1 .current_page_item a, #nav1 li.current, #nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active {
background-color:#0095a9;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
background-color:#0095a9;
}

#nav2 {
border-bottom:3px solid #0095a9;
}

#nav2 li a:hover {
background: #0095a9;
}

.box .post h2 a {
color:#0095a9;
}

.video-right h3 {
color:#0095a9;
}

#nav ul li a {
color:#0095a9;
}

#footer a {
color:#000000;
}

#archivebox h4 em, #archivebox h2 em, #archivebox h3 em {
color:#0095a9;
}

#archivebox {
background-color:#eee;
border:1px solid #ddd;
}

#search{
	float: right;
	height: 20px;
	width: 237px;
	margin: 5px 0px 0px 0px !important;
	padding: 0px !important;
        background: url('images/search-bg.gif') 0 0 no-repeat;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0px;
	color: #949494;
	float: left;
	font-size: 11px;
	width:200px;
	margin:0px;
	padding: 3px 10px;
        padding-top: 4px;
}

#search .btn{
        padding: 0px;
	padding-right: 0px;
	margin: 4px 6px 0px 0px !important;
	border:none;
        float: right;
        background: transparent;
        width: 11px;
        height: 12px;
}

.video {
margin-bottom: 10px;
}

#myTabs2 .video {
margin-bottom: 0px;
}

.widget h3 {
background-color:#0095a9;
}

body {
background: #d6ecf9 url('images/bg-blue.gif') repeat-x 0 0;
