/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

* {

padding: 0;
}

.widget {
width: 100%;
background: #ffffff;
}

	.widget a {
	color: #000000;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #000000;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	line-height:20px;
	}
	
		.tabnav li a {
		text-decoration: none;
		color: #000000;
		font-weight: bold;
		padding:5px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #DCE1E4;
		color: #000000;
		text-decoration: none;
		}
		
	.tabdiv {
	width:97%;
	background-color:#DCE1E4;
	padding: 5px;
	min-height:150px;
	color:#000000;
	}

.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;
			}

