

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/


#content-area a { color: #eeeeee; }

.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

p { padding-bottom: 10px; line-height: 22px; }
strong { font-weight: bold; color: #1c1c1c; }


.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/		
		
#featured-area { background: url(../imagens/featured.png) no-repeat; position: relative; margin: 0 auto; width: 860px; text-align: left; min-height: 370px; }
	#feat-content { height:250px; }
		#feat-content .slide { padding: 25px 45px 0px 45px; width: 770px; height: 255px; }
			#feat-content .description { float: left; width: 440px; text-shadow: 2px 2px 1px #000000; }
			#feat-content .description p{ color:#ddd}
				#feat-content h2.title, .entry h2.title, .entry h1.title { font-size: 24px; background: url(../imagens/separator.png) no-repeat bottom left; padding: 0px 0px 10px 5px; margin: 0px 0px 5px -5px; }
					#feat-content h2.title a, #content-area h2.title a { color: #ffffff; text-shadow: 3px 3px 5px #000000; }
						#feat-content h2.title a:hover, #content-area h2.title a:hover { color: #f3f3f3; text-decoration: none; }
				#feat-content a.readmore, #content-area a.readmore { float: right; display: block; background: url(../imagens/readmore-sprite.png) bottom right no-repeat; padding-right: 21px; color: #ffffff; font-size: 14px; text-shadow: -1px -1px 1px #730909; height:50px; line-height:41px; position: absolute;  }
				#content-area a.readmore { margin-top:5px; }
					#feat-content a.readmore span, #content-area a.readmore span { display: block; background: url(../imagens/readmore-sprite.png) top left no-repeat; padding:0px 0 0px 44px; height:50px; }
			#feat-content img.featured_image { float: right; margin-top:0px; width:300px;  }
	
	#control-bg { background:url(../imagens/buttons-bg.png) repeat-x scroll 0 0 transparent; bottom:-1px; height:92px; left:60px; position:absolute; width:670px; }
	
	#controls { position: relative; /*background:url(../imagens/active_tab_bg.png) no-repeat scroll 89px 7px transparent;*/ padding:6px 0 0 60px; position:relative; }	
		#controls a#prevlink, #controls a#nextlink { position: absolute; top: 26px; display: block; width: 50px; height: 97px; text-indent: -9999px; }
		#controls a#prevlink { left: 0px; }
		#controls a#nextlink { right: 0px; }
		
		a.control_tab { display: block;
			width: 160px;
			height: 72px;
			float: left;
			padding: 35px 15px 0px 15px; 
			background: url(../imagens/active_tab_bg.png) 0 0 no-repeat;
			-webkit-transition: background 0.3s;
			-moz-transition: background 0.3ss;
			transition: background 0.3s;}
		a.control_tab.last { background: none; }
		a.control_tab:hover { text-decoration: none; }
			a.control_tab span.heading { font-weight: 700;font-family: Century Gothic, Arial, sans-serif; font-size: 18px; color: #C7DC66; font-weight: lighter; padding-bottom: 2px; }
			a.control_tab span.excerpt { line-height: 16px; color: #777777; }
			a.control_tab:hover span.heading { color: #C7DC66; }
			a.control_tab:hover span.excerpt { color: #ffffff; }
			a.control_tab.active { background: url(../imagens/active_tab_bg.png) 0 -120px no-repeat}
			a.control_tab.active span.heading { color: #ffffff; }
			a.control_tab.active span.excerpt { color: #8d8d8d; }
			a.control_tab.active span.heading, a.control_tab.active span.excerpt { text-shadow: 1px 1px 1px #000000; }
		a.control_tab span.heading, a.control_tab span.excerpt { border-left: 5px solid #1e1e1c; display: block; padding-left: 8px; }
		a.control_tab.active span { border-left: none; padding-left: 13px; }

.js #feat-content { background: url(../imagens/ajax-loader.gif) no-repeat center; }
	.js  #feat-content .slide { display: none; }