@charset "utf-8";
/* CSS Document */

/*** Featured Slider ***/


#featured{
	width:616px;
	position:relative;
	height:320px;
	padding:0px;
	overflow:hidden;
	margin-bottom:16px;
	
}

/*** Navigation Tabs ***/

#featured ul.ui-tabs-nav{
    /* display: none; */
    width: 100%;
    height: 10px;
    position: absolute;
    top: 298px;
    left: 275px;
    text-align: center;
    z-index: 999;
    margin: auto;
    list-style-type: none;
}

#featured ul.ui-tabs-nav li{
	/* padding: 0px 0; */
    /* padding-left: 4px; */
    /* font-size: 12px; */
    float: left;
    margin: 2px;
}
#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:616px;
	height:320px;
	position:relative;
    overflow:hidden;
}
#featured .ui-tabs-hide{
	display:none;
}

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

/*** Thumbs ***/

#featured ul.ui-tabs-nav li img{
	/* display: none; */
    border: 1px solid #000;
    border-radius: 6px;
}

/*** Other ***/

#featured .ui-tabs-panel .info{
	position:absolute;
	left:0;
	top:220px;
	height:72px; 
	width: 530px;
	background: url('images/transparent-bg-dark.png');
}
#featured .info h2{
	font-size:16px;
	font-family:"Arial", Gadget, sans-serif;
	padding: 15px 0px 5px 15px;
	margin:0;
	overflow:hidden;
	text-shadow:1px 1px 1px transparent;
}
#featured .info p{
	margin:0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	
}
#featured .info a{
	text-decoration:none;
}
#featured .info a:hover{
	color:#ccc;
}

/*** featured post ***/
#featured_post{
	width:594px;
	position:relative;
	height:250px;
	padding:10px;
	overflow:hidden;
	overflow:hidden;

}

#featured_post embed, #featured_post object, #featured_post iframe{
	width:590px;
	height:250px;
}

#featured_post div.inside{
	width:590px; height:250px; float:left; position:relative;
}

#featured_post div.desc{
	height:74px; width:581px; position:absolute; background: url('images/transparent-bg-dark.png'); margin-top:168px; float:left;
	padding:5px; left:0;
}

#featured_post div.desc h1, #featured_post div.desc h1 a{
	font-size:23px;
	text-shadow:1px 1px 1px #000;
	color:#fff;
	text-decoration:none;
}

#featured_post div.desc h1 a:hover{
	color:#e8e8e8;
}

#featured_post div.desc p{
	margin:0;
	padding:0;
	color:#e6e6e6;
	text-shadow:1px 1px #000;
}

#featured_post img{
	float:left;
}
