/* @override http://www.rightswire.org/wp-content/themes/lifestyle_20/tabs-sidebar.css */

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

           For NETTUTS.com

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

* {
	margin: 0;
	padding: 0;
}

.widget a {
	color: #002266;
}

.widget a:hover {
	color: #0055ff;
}

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

.widget .tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	outline: none;
	font-size: 11px;
	background: #002266;
	border: 1px solid #DDDDDD;
	padding: 4px 6px;
}

.tabnav li.ui-tabs-selected a {
	background: #fffee5;
	color: #0055ff;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: #fffee5;
	position: relative;
}

.tabnav li a:active {
	background: #fffee5;
	color: #000000;
	text-decoration: none;
}

.tabnav li a:hover {
	background: #0055ff;
	color: #ffffff;
	text-decoration: none;
}

.tabdiv {
	border: 1px solid #e0e0e0;
	background: #fffee5;
	margin: 0;
	margin-top: 1px;
	padding: 10px 10px 7px;
}

.tabdiv li {
	list-style-image: url("star.png");
	display: block;
}

.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 #dddddd;
	text-transform: uppercase;
	margin-bottom: 5px;
}
