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

           For NETTUTS.com

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


#tabber{
	background:#eaeaea;
	width:322px;
	margin:0 15px;
    border:1px #d2d0d0 solid;
}

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

	.widget a {
	color: #3cafce;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #383838;
	text-decoration: none;
	}
	.tabnav {
		margin:0;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #383838;
		font-weight: bold;
		padding: 6px 10px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #383838;
		color: #c6cacd;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top:-17px;
	background: #fff;
	border: 1px solid #d9d5d5;
	padding: 5px 5px 0 5px;
	}
	
		.tabdiv li {
		border-bottom:1px #eee solid;
		line-height:21px;
		}
		#popular li {
		background:#fff url('images/popular.png') no-repeat left center;
		padding-left:20px;
		}
		#comments-tab li {
		background:#fff url('images/comment.gif') no-repeat left center;
		padding-left:20px;
		}

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