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

           For NETTUTS.com

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

.widgetx {
width: 310px;
margin: 20px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

.widget {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
}
	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
		display: inline;
		list-style: none;
	}
	
	.tabnav li a {
		text-decoration: none;
		color: #222;
		font-weight: bold;
	font-weight: normal;
		padding: 0;
		outline: none;

	}
		
	.tabnav li a:hover, .tabnav li a:active {
		color: #005DB3;
		text-decoration: none;
	}
		
.tabnav li.ui-tabs-selected a { text-decoration: none; }
		
.tabdiv {}
.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;
			}

