/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

* {
margin: 0;
padding: 0;
}

body {
	font-size: 11px;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	background-color: #666;
}


#bigbody{
	height: 860px;
	width: 1000px;
	background-color: #966;
	}

.widget {
	width: 920px;
	padding: 10px;
	border: 1px solid #dedbd1;
	margin-bottom: 15px;

	margin-right: auto;
	margin-left: auto;
	background-color: #851617;	
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #FFEC95;	
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	outline: none;
		}
		
		 .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	color: #222;
	text-decoration: none;
	background-color: #F5EBCF;
		}
		
	/*.tabdiv {
	margin-top: 2px;
	border: 1px solid #dedbd1;
	padding: 5px;
	background-color: #999;
	}*/
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
