
/*** Featured Slider ***/

#featured{
	background:#336699!important;
}

#featured .ui-tabs-panel{
	background:#999;
}
#featured .ui-tabs-panel a{
	float:right;
}
#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	color:#FFF; 
}

#featured li.ui-tabs-nav-item a:hover{
	color:#808080;
}

#featured li.ui-tabs-selected{ /*Selected tab style*/
	background:url('images/selected_item.png') top left ;
	
}
#featured ul.ui-tabs-nav li img{
	background:#fff;
	border:1px solid #000;
}

#featured .info h2{
	color:#fff;
}
#featured .info p{
    color:#cecece;
	text-shadow:1px 1px #000;
}

#featured .info h2 a{
	color:#fff;
}




/* Featured Slider */
#featured{
	width:980px;
	position:relative;
	height:298px;
	padding-left:22px;
	padding-top:19px;
	overflow:hidden;
	/*margin-top:22px;*/
	float:left;
}

.featured_long_title{float:left; width:412px; background:#006;}
.featured_long_title h1 a{color:#fff; font-size:21px; text-decoration:none; text-shadow:1px 1px 1px #000;}
.featured_long_date{width:406px; top:35px;}*/
.featured_long_content{width:412px; top:19px; background:#030; position:absolute; left:520px; height:190px;}

/*** Navigation Tabs ***/
#featured ul.ui-tabs-nav{
	position:absolute;
	top:214px;
	left:20px;
	list-style:none;
	padding:0; margin:0;
	width:446px;
	height:84px;
	z-index:1;
}

#featured ul.ui-tabs-nav li{
	padding:0px 0; 
	height:84px;
	font-size:12px;
	float:left;
}
#featured ul.ui-tabs-nav li span{
    font-size:11px; 
	font-family:Arial, Verdana, Geneva, sans-serif;
	line-height:18px;
	text-shadow:1px 1px 1px #000;
}

#featured .ui-tabs-panel{
	width:953px;
	height:278px;
	position:relative;
    overflow:hidden;
}
#featured .ui-tabs-panel a img{
	width:500px;
	height:278px;
	
}
#featured .ui-tabs-hide{
	display:none;
}

#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	display:block;
	height:69px;
	line-height:20px;
	outline:none;
	text-decoration:none;
	
}

/*** Thumbs ***/

#featured ul.ui-tabs-nav li img{
	float:left; 
	margin:2px 9px;
	width:87px;
	height:63px;
	margin-top:10px;
}

/*** Other ***/

#featured .ui-tabs-panel .info{
	position:absolute;
	top:0px;
	height:72px; 
	width: 420px;
}

#featured .ui-tabs-panel .info .date{ 
   font-size:12px; color:#9f9f9f;
   text-shadow:1px 1px #000; 
   float:left; 
   width:100%; 
   padding-top:10px; 
   padding-bottom:10px;
}
   
#featured .ui-tabs-panel .info .date a{
  color:#9f9f9f; 
  text-shadow:1px 1px #000;
  float:left;
  margin-left:5px;
}

#featured .ui-tabs-panel .info .date em{
  float:left;
  font-size:12px;
  font-style:normal;
  
  
}
#featured .info h2{
	font-size:21px;
	font-family:"Arial", Gadget, sans-serif;
	/*padding:5px;*/ 
	margin:0;
	overflow:hidden;
}
#featured .info p{
	
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:#fff !important;
	width:100%;
	
}
#featured .info a{
	text-decoration:none;
}
#featured .info a:hover{
	text-decoration:underline;
}





/*** Featured Slider ***/

#featured{
	background:#336699;
}

#featured .ui-tabs-panel{
	background:#999;
}
#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	color:#FFF;  
}

#featured li.ui-tabs-nav-item a:hover{
	color:#808080;
}

#featured li.ui-tabs-nav-item a:hover img{
	border:1px solid #fff;
}

#featured li.ui-tabs-selected{ /*Selected tab style*/
	background:url(../img/sliderImg/selected_item.png) top left ;
	
}

#featured ul.ui-tabs-nav li img{
	background:#fff;
	border:1px solid #000;
}
#featured .info h2{
	color:#fff;
}
#featured .info p{
    color:#cecece;
}

#featured .info a{
	color:#fff;
	float:left;
}

/*** Featured Post ***/
#featured_post{
	border:1px solid #090909;
	background-color:#414141;	
	background:url(images/feature_post.jpg);
}
#featured_post img{
	border:solid #000 1px;
}
#featured_post h1 a{
	color:#ffffff;
}
#featured_post h1 a:hover{
	color:#d1d1d1;
}
#featured_post p{
	color:#dfdfdf;
}
#featured_post .date a{
	color:#c0c0c0;
}
#featured_post .read_more a{
	background-color:#1a1a1a;
	color:#fff;
}
#featured_post .read_more a:hover{
	background-color:#292929;
}