/* 
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: #44301E url('images/background.png') repeat-x top left;
}

#page {
	background: #fcf6b5;
}

#nav {
	background: #126634;
}

.nav2 {
	border-bottom:3px solid #126634;
}

#header {
	border-bottom:2px dotted #126634;
}

#rss a {
	color:#000000;
}

.featured {
	background: #ffffff;
}

#featured-section{
	clear: both;
}

#video-frame {
	background:none;
}

.video-right h2 {
	color:#43301D;
}

.video-right p {
	color:#43301D;
}

.video-right .idTabs li a {
	color:#FFFFFF;
}

.video-right .selected {
	background:url("images/ico-watch.gif") no-repeat scroll right center #126634 !important;
}

.video-right .idTabs li {
	background:none repeat scroll 0 0 #126634;
}

.sideTabs .idTabs li a:hover, .sideTabs .idTabs .selected {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #43301D;
	color:#43301D;
	text-decoration:none;
}

.sideTabs .idTabs li a {
	background:none repeat scroll 0 0 #126634;
	border-color:#44301E;
	border-style:solid solid none;
	border-width:1px 1px 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0 2px 0 0;
	padding:0 10px;
}

.navbox {
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#44301E;
	border-style:none solid solid;
	border-width:0 1px 1px;
	margin:-2px 0 25px;
	padding:10px 10px 0;
	position:relative;
}


.box {
	background:none repeat scroll 0 0 #FFFFFF;
	border-top:3px solid #126634;
	padding-left: 5px;
	padding-right: 5px;
}

.hl-full {
	background: none;
	border-bottom:3px dotted #126634;
}

.hl3 {
	border-top:3px solid #126634;
}

a {
	color:#126634;
}

a.more {
	color:#44301E;
}

.post p.posted {
	color:#44301E;
}

.subcol h2 {
	color:#126634;
}

.catlist {
	border-bottom:3px solid #126634;
}

#footer {
	background:none repeat scroll 0 0 #126634;
	color:#44301E;
}

#footer a {
	color:#FCF6B5;
}

#archivebox {
	background:none repeat scroll 0 0 #513A26;
}

#optin {
	padding: 7px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 14px;
	float:right;
}

#rss img {
	float:right;
	padding:8px;
}

#rss {
	border-bottom:3px solid #126634;
	float:right;
	font-size:12px;
	text-align:right;
	width:960px;
	padding: 0;
}

form {
	text-align: left;
}

.optin-info{
	margin-left: 30px;
	margin-top: 6px;
}
.optin-label{
	text-align: left;
	float: left;
	width: 114px;
}

.optin-input{
	float: left;
	text-align: left;
	padding-right: 15px;
}

.post-alt p.posted {
	color:#000000;
}
