/*
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-attachment:fixed;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	}

#header{
	padding: 0 30px 0 40px;
	}

#header .about p  {
	color: #000000;
	font: 18px Helvetica, Arial, sans-serif;
	}

#header .about{
	margin-top: 76px;
	width: 160px;
	}

.search-input{
	display: none;
	}

.widget_sidebar_video_menu .featured_video_div, .widget_category_video_previews .featured_video_div{
	float: none;
	margin-bottom: 10px;
	}

.widget_sidebar_video_menu img, .widget_category_video_previews img{
	padding-right: 6px;
	float: left;
	}

.widget_sidebar_video_menu a.featured_video_title, .widget_category_video_previews a.featured_video_title{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	color: #
	}

.widget_sidebar_video_menu .featured_video_click_to_play a, .widget_category_video_previews .featured_video_click_to_play a{
	color: #000000;
	}

.clearingDiv, widget_sidebar_video_menu .clearingDiv, .widget_category_video_previews .clearingDiv{
	clear: both;
	}
.
.widget_category_video_previews h4{
	margin: 20px 0 10px 0;
	}

.widget_category_video_previews h4 a.widget-cat-title{
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
	}

.widget_category_video_previews h4 a.widget-cat-title:hover{
	/* color: #2B2B2B; */
	}

.widget_category_video_previews .more_small{
	color: #FF0000;
	font-size: 12px;
	}

h1.featured, h2.featured, h3.featured, h4.featured, h5.featured, h6.featured{
	border : 2px solid #2B2B2B;
	-moz-border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin-bottom: 20px;
	line-height: normal;
	}

/* hide rss li */
.sub-rss{
	display: none;
	}

/* move the whole site up an inch or two */
#top-pattern  {
	width: 800px;
	height: 10px;
	margin: 0 auto;
	background-image: none;
	}

.search-bar-bg{
	margin: 0 0 0 -3px;
	width: 808px;
	height: 20px;
	/* background: url(images/bg-searchbar.png) no-repeat left top; */
	}

#sidebar  {
		margin: 0;
		padding: 0 20px 0 5px;
		width:255px;
		font-size: 12px;
		}

.videosDivider{
		background-color: #000000;
		height: 6px;
		margin: 40px 20px 10px 0;
		}

.video-post span.date{
	display: none;
	}


/* Nav changes */
#navigation {
    padding: 0 14px;
    width: 780px;
}
.nav li {
	margin-right: 12px;
	}

.nav li:last-chlid {
	margin-right: 0px;
	}

.nav a {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

.nav a:hover{
/* 	text-decoration: underline; */
	}

.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.fake a {
    background-image: url("styles/grey_clean/bg-navhover.png");
    /* color: #A0A2A3; */
}
.nav li ul li a {
    color: #393939 !important;
}
.nav li ul li a:hover, .nav li ul li.current_page_item a, .nav li ul li.current_page_ancestor a, .nav li ul li.fake a {
    color: #000000 !important;
}
#wrapper .nav li ul ul li a:hover {
    color: #565656 !important;
}


.rollWrapper{
	color: #000000;
	font-weight: bold;
	/* background: #FFFFFF url(images/metalRollBgTop.jpg) top left no-repeat; */
	padding: 7px 0 0 0;
	}

.rollInner{
	/* background: #FFFFFF url(images/metalRollBgFill.jpg) top left repeat-y; */
	}

.rollContent{
	/* background: transparent url(images/metalRollBgBottom.jpg) bottom left no-repeat; */
	/* padding: 20px 20px 20px 60px; */
	padding: 0;
	}

.footerLeft{
	float: left;
	margin: 0 0 20px 30px;
	}

.footerRight{
	float: right;
	margin: 0 30px 20px 0;
	}




