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

           For NETTUTS.com

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


#tabber{
	width:335px;
	margin: 10px 0px;
}

.widget {
}
.widget ul,.widget li,.widget ul li  {
margin:0;
padding: 0;
}

	.widget a {
	color: #666;
	text-decoration: none;
	}
	
	.widget a:hover {
	text-decoration: underline;
	}
	.tabnav {
		margin:0;
		background:#0A4D72;
	}

	.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: 6px 10px;
	outline: none;
	}
	
	.tabnav li a:hover, .tabnav li a:active {
	background: #0A4D72;
	color: #FFF;
	text-decoration: none;
	}
		
	.tabnav li.ui-tabs-selected a{ color:#FFF!important;}
	.tabdiv {
	margin-top:-18px;
	background: #EFF5F9;
	padding: 10px 10px 3px 10px;
	}
	
		.tabdiv li {
		line-height:21px;
		}
		#popular li {
		background: url(../images/popularLink.png) no-repeat left center;
		padding-left:20px;
		}
		#comments-tab li {
		background: url(../images/popularLink.png) no-repeat left center;
		padding-left:20px;
		}

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