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

           For NETTUTS.com

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

	width:700px;
	margin:0px;
	padding:0px;
	margin-bottom:0px;
}

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

	color:#000;
	text-decoration:underline;
}

.tabnav{ 
	margin-bottom:4px; 
}

.tabnav li{

	display:inline;
	list-style:circle;
	padding-right:5px;
}
	
.tabnav li a{

	text-decoration:underline;
	text-transform:uppercase;
	color:#222;
		color:#6c9874; /* green */
		color:#152E82; /* blue as in header */
	padding:4px 6px;
	outline:none;
	font-size:11px;
	font-weight:bold;
}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a{

	background:#6c9874;
	color:#000;
		color:#152E82; /* blue as in header */
	text-decoration:none;
}
		
.tabdiv{

	font-size:12px;
	margin-top:2px;
	background:#fff;
	border:1px solid #F1F1F1;
	padding:4px;
}

#bullets .tabdiv ul li{list-style:outside;}
.tabdiv li{
		
	list-style:none;
	margin-left: 25px;
}

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

#featuredvid{ text-align: center; }
		
.fvid{ margin-bottom: 5px; }
		
.vidselector li {

	text-align: left;
	list-style: none;
	padding: 5px;
	background: #fff;
	border: 1px solid #F1F1F1;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.bold-font{ font-weight:bold; }
