@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NewsGothicMt';
    src: url('fonts/NewsGothicMt.eot');
    src: url('fonts/NewsGothicMt.eot?#iefix') format('embedded-opentype'),
         url('fonts/NewsGothicMt.woff') format('woff'),
         url('fonts/NewsGothicMt.ttf') format('truetype'),
         url('fonts/NewsGothicMt.svg#NewsGothicMt') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------------------------------------------
 Main Global Layout Settings
------------------------------------------------ */
*{
	padding:0;
	margin:0;
	outline:none;
	list-style:none;
	border: 0 none;
}
body {
	background:#FFF/* url(images/patterns/body-bg7.png)*/;
	color: #333;
	font-family: 'Droid Sans',Arial,Verdana,sans-serif;
	font-size: 13px;
	width: 100%;
}
pre ,code{
	direction:ltr;
	background:url(images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
h1, h2, h3,h4, h5, h6 { font-weight:normal;}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter{
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover {
  color: #000;
}
.clear {clear: both;}

.post-title a,
ul.slider-navigation li ,
.pagenavi a,
a.more-link ,
.main-menu li a ,
.subscribe-icons a ,
.flickr_badge_image img {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}
input, select {
	cursor: pointer;
}
input[type=text], input[type=password], input[type=email] {
	cursor: text;
}
textarea {
	overflow:auto;
}
textarea, input {
	padding: 5px;
	outline: none;
}
select {
	padding: 2px;
}
option {
	padding: 0 4px;
}
input[type=button], button {
	padding: 4px;
	cursor: pointer;
	vertical-align: middle;
}
input.text_input,textarea.textarea {
	border: 1px solid #ccc;
     -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
input.text_input:focus,textarea.textarea:focus {
	border: 1px solid #999;	
}

::-moz-selection { background: #F9A386; color: #fff; text-shadow: none; }
::selection { background: #F9A386; color: #fff; text-shadow: none; }

.more-link { color:#5cb3f1; font-size:12px; margin-top:25px; font-family:'NewsGothicMt', Helvetica, sans-serif; text-decoration:underline; float:left; width:100%;}
.more-link:hover { text-decoration:none; color:#5cb3f1 !important;}
.more-link span { margin-right:10px; float:left;}

/* ---------------------------------------------
 Main Wrapper Style
------------------------------------------------ */
.background-cover{
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	/*position:fixed;*/
	background-repeat:no-repeat;
	top:0; 
	left:0; 
	z-index:0; 
	overflow: hidden; 
	width: 100%; 
	height:100%;
} 

.wrapper-topo {
	position:relative;
	z-index:99;
	background:url(../images/bg-topo.jpg) repeat-x left top;
	min-width: 1225px;
	height:122px;
	margin: 0 auto;
}

.wrapper-banner{
	z-index:0;
	background:#f4f4f4;
	margin-bottom:15px;
	position:relative;
	height: 130px;
	min-width: 1225px;
}

.wrapper {
	position:relative;
	width: 100%;
	min-width: 1385px;
}
.container{
	width:1045px;
	margin:0 auto;
}

/* ---------------------------------------------
 Header
------------------------------------------------ */

	
/* Header */
header {
	margin: 0px auto;
	position: relative;
	width:1045px;
}
header:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* Top Menu Styles */
.top-nav {
	background:#fbfbfb;
	border-top:3px solid #f88c00;
	border-bottom:1px solid #ececec;
	height:30px;
}
	.top-nav .menu-alert{
		float:left;
		color:#666;
		padding:8px 0;
		font-style:italic;
	}
	.top-nav ul {float: left;}
		.top-nav ul li {
			position: relative;
			display: inline-block;
			float: left;
			border-right: 1px solid #F2F2F2;
		}
		.top-nav ul li a {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			color: #838383 ;
			padding:0 8px;
			text-shadow:0 1px 1px #FFF;
		}
		.top-nav ul li .sub-indicator{}
		.top-nav ul li a:hover {
			color: #000;
		}

		.top-nav ul ul {
			background: #fbfbfb;
			display: none;
			padding:0;
			position: absolute;
			top: 30px;
			width: 180px;
			z-index: 99999;
			float: left;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
		}
			.top-nav ul ul li {
				background: none !important;
				border: none !important;
				z-index: 99999;
				min-width: 180px;
			}
				.top-nav ul ul ul {
					right: auto;
					left: 100%;
					top: 0;
					z-index: 99999;
				}
			.top-nav ul ul a {
				background: none !important;
				height: auto !important;
				line-height: 1em;
				padding: 10px 10px;
				width: 160px;
				display: block !important;
				margin-right: 0 !important;
				z-index: 99999;
				color: #777!important;
			}
			.top-nav ul ul li.current-menu-item:after{display: none;}

			
		.top-nav ul li:hover > a,
		.top-nav ul :hover > a ,
		.top-nav ul li.current-menu-item a { color:#000;}
		
	.top-nav ul li.current-menu-item:after{
		content: " ";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 0px;
		z-index: 2;
		right:45%;
		border: 4px solid transparent;
		border-top-color: #F88C00 ;
	}

		.top-nav ul ul li:hover > a,
		.top-nav ul ul :hover > a {
			color: #000 !important;
		}
		.top-nav ul li:hover > ul {display: block;}

/* Today Date */
.today-date{
	float:left;
	padding:4px 10px;
	background:#ddd;
	font-size:11px;
	color:#333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:4px 10px 0 5px;
}

/* Search */
.search-block {
	height:41px;
	overflow: hidden;
	float: left;
	margin-left:150px;
	margin-top:5px;
}
	.search-block:after{
		content: " ";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 14px;
		z-index: 2;
		right:30px;

	}
	.search-block #q {
	
		float: right;
		font: normal 11px tahoma;
		padding: 14px 12px 14px 12px;
		width: 320px;
		color:#C5C5C5;
		border:1px solid #d4d4d4;
		/*border-left:1px solid #ececec;*/
		border-radius:22px;
		-o-transition: width .7s , color .4s;
		-webkit-transition: width .7s , color .4s;
		-moz-transition: width .7s , color .4s;
		transition: width .7s , color .4s;
		height:11px;
	}
	.search-block #q:focus {
		color:#000;
		width:320px;
	}
	.search-block .search-button {
		 background: url("../images/search-button.png") no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 18px;
    margin-left: 5px;
    margin-top: 13px;
    text-indent: -999999px;
    width: 17px;
	margin-left:314px;
	position:absolute;
	}
	.search-block:hover .search-button,
	.search-block:hover #q {
		opacity:1;
		color:#444;
	}
	.search-block .search-button:active {}

/* Social */
.top-nav .social-icons{float:right; margin:5px 5px 0 0;}
	.top-nav .social-icons a , .footer-bottom .social-icons a{
		filter: url(css/filters.svg#grayscale);
	   	filter: gray;
		-webkit-filter: grayscale(1);
	}
	.top-nav .social-icons a:hover ,.footer-bottom .social-icons a:hover{
		filter: none;
		-webkit-filter: grayscale(0);
	}


.header-content{padding:30px 0px 29px 15px;}

	.logo {float: left;}
	.logo h1, .logo h2{font:bold 32pt arial;}

	.bt-login{float: left; height: auto; margin-left: 40px; margin-top: 8px; width: 264px;}
	.bt-login .cadastre-se { float:left; display:block; width:142px; height:37px; margin-right:35px;}
	.bt-login .cadastre-se:hover {opacity:0.7; filter: alpha(opacity = 70);}
	.bt-login .login { float:left; display:block; width:87px; height:37px;}
	.bt-login .login:hover {opacity:0.6; filter: alpha(opacity = 60);}
	
.box-login{background:#fcfcfc; border-radius:4px 4px 4px 4px; float:right; height:120px; margin-left:-59px; margin-top: 37px; padding:20px 15px 20px 20px; position:absolute; width:286px; z-index: 9999; border:1px solid #dedede;}
.box-login p { float:left; color:#989898; font-family:"NewsGothicMt", Helvetica, sans-serif; font-size:18px; width:100%; margin-bottom:10px; }
.box-login input.campo-login { float:left; width:280px; height:22px; background:url(../images/campo-login.png) no-repeat left top; border:0 none; padding-left:10px;  font-family:"NewsGothicMt", Helvetica, sans-serif; color:#989898; margin-bottom:5px; cursor: text;}
.box-login input.campo-senha { float:left; width:124px; height:22px; background:url(../images/bg-campo-lista.png) no-repeat left top; border:0 none; padding-left:10px;  font-family:"NewsGothicMt", Helvetica, sans-serif; color:#989898; cursor: text;}
.bt-entrar { float:left; padding:2px 21px; font-family: "NewsGothicMt", Helvetica, sans-serif; font-size:20px; margin-left:32px; border-radius:5px; background:#7EB4DA; color:#fff;}
.bt-entrar:hover{opacity:0.9; filter: alpha(opacity = 90);}

	
/* Main Nav  */
#main-nav  {
	margin:0 auto;
	height:52px;
}
	#main-nav  .menu-alert{
		float:left;
		padding:18px 0 0 10px ;
		font-style:italic;
		color:#FFF;
		font-family: "NewsGothicMt", Helvetica, sans-serif;
	}
	#top-menu-mob , #main-menu-mob{ display:none; }
	#main-nav .main-menu{margin-left:0px;}
	#main-nav  ul li {
		font-size:14px;
		position: relative;
		display: inline-block;
		float: left;
		border-width:0 0 0 1px;
		height:52px;
		margin-top:0px;
		border-left: 1px solid #05263d;
		border-right: 1px solid #094268;
	}
		#main-nav  ul li:first-child,
		#main-nav  ul li:first-child a{border:0 none;}
		#main-nav  ul li:last-child a{border-right:0 none;}

		#main-nav  ul li a {
			display: inline-block;
			height: 52px;
			line-height: 52px;
			color: #FFFFFF;
			padding:0 15px;
		}
		#main-nav  ul li a .sub-indicator{ color:#fff; margin-right:5px; float:right;}
		#main-nav  ul li a img{
			margin-left: 6px;
			padding-bottom: 2px;
		}
		#main-nav  ul li a:hover {}
		#main-nav  ul ul {
			display: none;
			padding:0 15px;
			position: absolute;
			top: 47px;
			width: 180px;
			z-index: 99999;
			float: left;
			background: #56b0f0!important;
			border-bottom:3px solid #3f86b8;
			margin-top:7px;
		}
		#main-nav  ul ul li, #main-nav  ul ul li:first-child {
			background: none !important;
			z-index: 99999;
			min-width: 180px;
			border:0 none;
			border-bottom: 1px solid #78c0f3;
			font-size:12px;
			height:auto;
			margin:0;
		}
			#main-nav  ul ul li:first-child ,
			#main-nav ul li.current-menu-item ul li:first-child,
			#main-nav ul li.current-menu-parent ul li:first-child,
			#main-nav ul li.current-page-ancestor ul li:first-child { border-top:0 none !important;}
		#main-nav  ul ul ul {
			right: auto;
			left: 100%;
			top: 0;
			z-index: 99999;
		}
		#main-nav  ul.sub-menu a ,
		#main-nav  ul ul li.current-menu-item a,
		#main-nav  ul ul li.current-menu-parent a,
		#main-nav  ul ul li.current-page-ancestor a{
			border:0 none;
			background: none !important;
			height: auto !important;
			line-height: 1em;
			padding: 10px 10px;
			width: 160px;
			display: block !important;
			margin-right: 0 !important;
			z-index: 99999;
			color: #fff !important;
		}
		 #main-nav  ul li.current-menu-item ul a,
		 #main-nav  ul li.current-menu-parent ul a,
		 #main-nav  ul li.current-page-ancestor ul a{ color:#eee !important; text-shadow:0 1px 1px #222 !important;}

		
		#main-nav  ul :hover > a {
			color:#fff;
			background: #56b0f0 !important;
			border-top:3px solid #3f86b8;
			line-height: 53px;
			z-index:999;
		}
		#main-nav  ul ul li:hover > a,
		#main-nav  ul ul :hover > a {
			color: #fff !important;
			padding:0 5px 0 10px !important;
			border-top:0 none !important;
			opacity:0.7;
			filter: alpha(opacity = 70);
			line-height: 32px !important;

			
		}
		#main-nav  ul li:hover > ul {display: block;}
		#main-nav  ul li.current-menu-item,
		#main-nav  ul li.current-menu-parent,
		#main-nav  ul li.current-page-ancestor{
				margin-top:0 !important;
				height:52px;
				border-left:0 none !important;
		}
		#main-nav  ul li.current-menu-item ul,
		#main-nav  ul li.current-menu-parent ul,
		#main-nav  ul li.current-page-ancestor ul{ background:#F88C00 !important; z-index:999}
		
		#main-nav  ul li.current-menu-item ul li, #main-nav  ul li.current-menu-item ul li:first-child ,
		#main-nav  ul li.current-menu-parent ul li, #main-nav  ul li.current-menu-parent ul li:first-child,
		#main-nav  ul li.current-page-ancestor ul li, #main-nav  ul li.current-page-ancestor ul li:first-child {
			border-bottom: 1px solid #fff;
			border-top: 1px solid #fff  !important;
		}
		#main-nav  ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover,
		#main-nav  ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover,
		#main-nav  ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover{
			text-shadow:0 1px 1px #000;
			color:#FFF;
			height:52px;
			line-height:52px;
			border-left:0 none !important;
			border-top: 1px solid #fff  !important;
		}
		#main-nav  ul.sub-menu li.current-menu-item,
		#main-nav  ul.sub-menu li.current-menu-item a,
		#main-nav li.current-menu-item ul.sub-menu a,
		#main-nav  ul.sub-menu li.current-menu-parent,
		#main-nav  ul.sub-menu li.current-menu-parent a,
		#main-nav li.current-menu-parent ul.sub-menu a,
		#main-nav  ul.sub-menu li.current-page-ancestor,
		#main-nav  ul.sub-menu li.current-page-ancestor a,
		#main-nav li.current-page-ancestor ul.sub-menu a{height:auto !important; line-height: 12px;}
		#main-nav  ul li.menu-item-home a{
			background-image:url(../images/home.jpg) !important;
			background-repeat:no-repeat !important;
			background-position:center 17px;
			text-indent:-9999px;
			height: 52px;
			
		}
		#main-nav  ul li.menu-item-home.current-menu-item a:hover{
			opacity:0.7;
			filter: alpha(opacity = 70);
			height: 52px !important;
			background-image:url(../images/home.jpg) !important;
			background-repeat:no-repeat !important;
			background-position:center 17px !important;
			background-color: #fff !important;

		}
		#main-nav  ul li.menu-item-home ul li a,
		#main-nav  ul ul li.menu-item-home  a,
		#main-nav  ul li.menu-item-home ul li a:hover{
			background-color:transparent !important;
			text-indent:0;
			background-image:none !important;
			height:auto !important;
			width:auto;
		}
		
	.banner-anuncio { height:135px; z-index:0; padding:15px 0px 5px; width:1045px;}
	.banner-anuncio img { z-index:0}
	
	.box-rede-sociais { width:305px; float:right;}
	
	.fixed-nav{
		position:fixed;
		top:-5px;
		width:1045px;
		z-index:999;
		opacity:0.9;
		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	}
		body.admin-bar .fixed-nav{top:23px;}

	
/* Random Article Button */		
a.random-article{
	background: #494949 url(images/random.png) no-repeat center;
	width:42px;
	height:47px;
	display:block;
	float:right;
	text-indent:-99999px;
	margin:5px 0 0 10px;
}
	a.random-article:hover{ background-color:#777;}


/* ---------------------------------------------
 Breaking News
------------------------------------------------ */
.breaking-news{
	background: #FFF;
	width:1045px;
	height:45px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;

}
	.breaking-news div { width:100%; float:left;}
	
	.breaking-news span{
		background:#7fb4da;
		display:block;
		float:left;
		padding:12px 0px 2px 10px;
		color:#FFF;
		font-family: "NewsGothicMt",Helvetica,sans-serif;
		font-size:14pt;
		
	}
	.breaking-news span.bg-box-noticia { background:url(../images/bg-aba-azul.jpg) no-repeat left top; float:right; width:44px; height:44px; padding:0px !important; margin-top:-11px; border:0 none !important;}
	
	.breaking-news .pagina-atual{font-family:'NewsGothicMt', Helvetica, sans-serif; font-size:14px; color:#747474; margin-top:6px; background:url(../images/bg-seta.jpg) no-repeat right 17px; padding: 13px 16px 0 7px;}
	.breaking-news .pagina-atual-azul { background:none !important; font-family:'NewsGothicMt', Helvetica, sans-serif; font-size:14px; color:#429edf; font-weight:bold; margin-top:6px; padding-left:5px;}
	.breaking-news .pagina-atual a{font-family:'NewsGothicMt', Helvetica, sans-serif; font-size:14px; color:#747474; margin-top:6px; }
	
	.breaking-news ul{float:left; margin-left:10px; margin-top:15px;}
	.breaking-news ul li{display:block}
	.breaking-news ul a{
		padding:8px;
		display:block;
		white-space:nowrap;
	}

/* ---------------------------------------------
 Content  Column
------------------------------------------------ */
#main-content{
	background-color: white;
	margin: 0px auto;
	position: relative;
	padding:20px 0px;
	width:1045px;
}
.full-width{background-image: none;	}
.content {float: left;width: 682px;}
	#crumbs { margin-bottom:10px; clear:both; padding-bottom: 5px;}
	div.not-found{padding:20px;}
	.full-width .content ,
	body.error404  .content{
		width:auto;
		float:none;
	}

/* ---------------------------------------------
 Homepage Styles
------------------------------------------------ */

/* Global Categories Box Styles */
.cat-box{
	margin-bottom:35px;
}
	.cat-box-title{
		padding:3px 0;
		overflow:hidden;
	}
		.cat-box-title h2{
			float:left;
			margin-right:10px;
			text-transform: capitalize;
			font-size: 30px;
			font-family: NewsGothicMt, Helvetica, sans-serif;
			color:#3a6c8f;
			font-weight:bold;
			background:url(../images/bg-titulo.jpg) no-repeat left 8px;
			padding-left:25px;
			width:100%;
		}
		.cat-box-title h2 a{
			float:left;
			margin-right:10px;
			text-transform: capitalize;
			font-size: 30px;
			font-family: NewsGothicMt, Helvetica, sans-serif;
			color:#3a6c8f;
			font-weight:bold;

		}
		.stripe-line{
			background:url(images/stripe.png) ;
			height:12px;
			overflow:hidden;
			margin-top:5px;
		}

	.cat-box-content, #sidebar .widget-container, .post-listing  {
		background: #F4F4F4;

	}
		.cat-box li.first-news .inner-content{
			padding:20px 10px 20px 0;
			overflow:hidden;
		}
	p.post-meta{
		color:#8c8d8e;
		margin:7px 0;
		font-size:12px;
		font-family: NewsGothicMt, Helvetica, sans-serif;
	}
		p.post-meta a { font-weight:bold; color:#8c8d8e;}
		p.post-meta a:hover {
			text-decoration: underline ;
		}
		.post-meta .stars-small{float:left; margin:-1px 5px 0 0;}
		
		.box-coment { float:right; background:url(../images/bg-coment.jpg) no-repeat left top; padding:1px 0 0 25px;}
			.box-coment a{ color:#429edf !important; font-size:14px !important; font-family: NewsGothicMt, Helvetica, sans-serif; font-weight:bold;}

	
/* Two columns */
.cat-box.column2{
	float:left;
	width:331px;
	margin-right:20px;
}
	.column2.last-column {margin-left: 0;margin-right: 0; }
	.column2 li{
		background:#fff;
		overflow:hidden;
		padding: 5px 20px;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
		border-bottom:2px solid #f4f4f4;
	}
	.column2 li:hover{background:#56b0f0; border-bottom:2px solid #2a82c0;}
	.column2 li:hover h3{ color:#fff;}
	.column2 li:hover .post-meta { color:#fff;}
		.column2 li h3 {
			line-height:1.5em;
			font-size:18px;
			color:#297cb6;
			font-family:NewsGothicMt, Helvetica, sans-serif;
		}
		li.first-news p {padding:0;}
		.column2 li.first-news{
			background:#F4F4F4;
			border-top:0 none !important;
			padding:0;
			border-bottom:3px solid #f4f4f4;
		}
		.column2 li.first-news .inner-content {overflow: hidden;
    padding: 00px 10px 20px 0;}
	
		.column2 li.first-news .inner-content h2 a { font-size:24px; color:#3e3d3d; font-family:NewsGothicMt, Helvetica, sans-serif; float:left; padding:0px 3px;}
		.column2 li.first-news:hover .inner-content h2 a:hover{ color:#999;}
		.column2 li.first-news .inner-content .entry a, .column2 li.first-news .inner-content .entry form a { float:left; padding:0px 5px;}
		.column2 li.first-news:hover  .inner-content .entry a, .column2 li.first-news:hover  .inner-content .entry form a{ color:#999}		
		.column2 li.first-news:hover { border-bottom:3px solid #f4f4f4 !important; color:#999;}

/* wide-box */
.wide-box ul li.first-news h2 a{
    color: #3E3D3D;
    float: left;
    font-family: NewsGothicMt,Helvetica,sans-serif;
    font-size: 24px;
    padding: 0 9px;
	width:310px;
	margin-bottom:15px;
}
.wide-box ul li.first-news h2 a:hover { color:#999; text-decoration:underline;}
.wide-box ul li.first-news .entry a, .wide-box ul li.first-news .entry form a { padding:0px 9px; float:left; width:310px;}

.wide-box li{
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #FFFFFF;
    float: left;
    height: 61px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.4s ease 0s;
    width: 300px;
	margin-bottom:3px;
}
.wide-box li a h3 { color: #297CB6;
    font-family: NewsGothicMt,Helvetica,sans-serif;
    font-size: 18px;
}
.wide-box li a p.post-meta { font-size:12px; color:#111; font-family: NewsGothicMt,Helvetica,sans-serif; padding-right:30px;}
.linha { margin-left:1px;}
.wide-box li:hover{
	background: none repeat scroll 0 0 #56b0f0;
}
	.wide-box li:hover a h3  { color:#fff;}

	.wide-box li:hover a p.post-meta { color:#fff;}
	.wide-box ul{
		background:#f7f7f7;
		overflow:hidden;
		padding:0 20px;
	}
		.wide-box li.first-news p.post-meta{margin:10px 0; }
		.wide-box li.first-news{
			 background: none repeat scroll 0 0 transparent;

    float: none;
    height: auto;
    margin-left: 0 !important;
    padding: 0 !important;
    width: 100%;
		}

/* list-box */
.list-box, .wide-box{clear:both;}
	.list-box, .wide-box .cat-box-content {background: none repeat scroll 0 0 #F4F4F4; padding: 0 0 20px;}


.list-box .cat-box-content {padding:20px;}
	.list-box li{
		overflow:hidden;
		padding: 5px 0;
		width:288px;
		float:right;
		clear:right;
	}
		.list-box li.first-news p.post-meta{margin:10px 0; }
		.list-box li.first-news{
			background:#FFF;
			padding:0;
			width:310px;
			float:left;
			margin-right:20px;
		}

/* News In Pictures */
.pic-box .cat-box-content {padding:20px 20px 8px;}
	.pic-box li.first-pic{
		background:#FFF;
		padding:0;
		width:300px;
		float:left;
		margin-right:14px;
		margin-left:0;
	}
	.pic-box li{
		overflow:hidden;
		padding: 1px 0 3px;
		width:70px;
		float:left;
		margin-left:6px;
	}
		.pic-box .first-pic .post-thumbnail h2{
			position:absolute;
			width: 270px;
			padding:10px;
			background: url(images/overlay.png);
			left: 4px;
			bottom: 7px;
		}
			.pic-box .first-pic .post-thumbnail a{ color:#FFF;}
			
/* Tabbed Categories */
.cat-tabs-wrap{padding:20px;}
	.cat-tabs-header{
		background:none repeat scroll 0 0 #3A6C8F;
		height:35px;
		border-bottom: 3px solid #EAEAEA;
		padding:8px 10px 0;
	}
		.cat-tabs-header li{
			float:left;
			margin-right:10px;
			line-height:30px;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			margin-top: -12px;
    padding: 11px 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			color:#8dbee1;
		}
		.cat-tabs-header li a {color:#8dbee1;}
		.cat-tabs-header li:hover
		{
			background:#F4f4f4;
			border-top:2px solid #80c4f4;
			margin: -14px 0px 0 -10px;
		}
		.cat-tabs-header li:hover a { color:#111;}
		.cat-tabs-header li.active{
			background:#F4f4f4;
			border-top:2px solid #80c4f4;
			margin: -14px 0 0 -10px;
		}
		.cat-tabs-header li.active a { color:#111;}
	.cat-tabs-wrap li{
		overflow:hidden;
		padding: 5px 0;
		width:288px;
		float:right;
		clear:right;
	}
	.cat-tabs-wrap li.first-news{
		background:#FFF;
		padding:0;
		width:310px;
		float:left;
		margin-right:20px;
	}
		.cat-tabs-wrap li.first-news p.post-meta{margin:10px 0;}
		
		.cat-tabs-wrap li.first-news {
			background: none repeat scroll 0 0 #f4f4f4 !important;
		    float: left;
		    margin-right: 20px;
    		padding: 0;
		    width: 315px;
			border-bottom:0 none !important;
			
			}
			.cat-tabs-wrap li.first-news h2 a { color:#3e3d3d; font-size:24px; font-family:"NewsGothicMt",Helvetica,sans-serif; padding:10px 5px; float:left; width:100%}
			.cat-tabs-wrap li.first-news .entry, .cat-tabs-wrap li.first-news .entry form { padding:0px 8px;}
			
			.cat-tabs-wrap li.first-news:hover h2 a { color:#999;}
			.cat-tabs-wrap li.first-news:hover .entry a.intro, .cat-tabs-wrap li.first-news:hover .entry form a.intro  { color:#999 !important;}
			.cat-tabs-wrap li.first-news:hover .entry a.more-link, .cat-tabs-wrap li.first-news:hover .entry form a.more-link  { color:#5CB3F1 !important; text-decoration:none;}
			
			.cat-tabs-wrap ul li { background:#f4f4f4; border-bottom:2px solid #fff; padding:6px;}
			.cat-tabs-wrap ul li h3 a { font-size:18px; color:#297cb6; font-family:"NewsGothicMt",Helvetica,sans-serif;}
			.cat-tabs-wrap ul li .entry a, .cat-tabs-wrap ul li .entry form a{ font-size:12px;}
			
			.cat-tabs-wrap ul li:hover { background:#56b0f0; border-bottom:2px solid #2a82c0;}
			.cat-tabs-wrap ul li:hover h3 a { color:#fff;}
			.cat-tabs-wrap ul li:hover .entry a, .cat-tabs-wrap ul li:hover .entry form a{ color:#fff;}

/* Scrolling Box */
.scroll-box{clear:both; float: left; height: auto;}
	.scroll-box .cat-box-content{
		padding:20px;
		position:relative;
		background:#56b0f0;
		float:left;
		
	}
		.scroll-box .scroll-item{
			float:left;
			width:142px;
			margin:0 2px;
			padding:7px;
			height:190px;
			background:#fff;
			
		}
		.scroll-item h3 a { color:#297cb6; font-size:16px;}
			.scroll-box .scroll-item .post-meta .stars-small{float:none;margin-top:3px;}
			
	.group_items {width:642px;}
	.group_items .scroll-item:last-child{margin-right:0;}
	.scroll-nav{
		background:#56b0f0;
		margin:10px -20px -20px;
		padding:5px;
		text-align:center;
	}
		.scroll-nav a{
			background:url(../images/scrolling-nav.jpg) no-repeat 0px top;
			width:10px;
			height:10px;
			text-indent:-9999px;
			overflow:hidden;
			display:inline-block;
			margin:2px 1px 0;
			-webkit-transition: all .40s;
			-moz-transition: all .40s;
			-o-transition: all .40s;
			transition: all .40s;
		}
		.scroll-nav a:hover{opacity:0.8;}
		.scroll-nav a.activeSlide{background:url(../images/scrolling-nav.jpg) no-repeat -12px top;}

/* Recent Posts Box */
.recent-box{clear:both;}
	.recent-box .cat-box-content{
		padding:20px;
		position:relative;
	}
		.recent-box .recent-item{
			float:left;
			width:195px;
			margin:0 10px 10px 0;
			padding:2px;
			height:190px;
		}
		.recent-box .recent-item:nth-child(3n+3){margin-right:0;}
		.recent-box .item-list{ padding:10px 0;}

.divider{
	background: url(images/stripe.png);
	height: 10px;
	overflow: hidden;
	margin: 10px 0 20px;
	clear:both;
}




/* ---------------------------------------------
 Post Styles
------------------------------------------------ */

/* Pages Head */
.page-head{
	padding: 3px 0;
	overflow: hidden;
}
	.page-head .stripe-line{ margin-top:7px;}
	.page-title{
		float: left;
		margin-right: 10px;
		text-transform: capitalize;
		font-size: 26px;
		font-family: "NewsGothicMt",Helvetica,sans-serif;
		color:#000;
	}
	a.rss-cat-icon{
		float:right;
		background:url(images/rss-small-icon.png) no-repeat top;
		width:16px;
		height:16px;
		margin:6px 0 0 8px;
		text-indent:-99999px;
		display:block;
	}
	.archive-meta{padding:15px 0;}

/* Author Page Styles */
.author-bio{
	clear:both;
	overflow:hidden;
	padding:15px 3px;
}
	#author-avatar{
		float:left;
		margin-right:15px;
	}
		#author-avatar img{
			background: white;
			padding: 2px;
			-moz-border-radius: 1px;
			-webkit-border-radius: 1px;
			box-shadow: 0px 0px 2px #B5B5B5;
			-moz-box-shadow: 0px 0px 2px #b5b5b5;
			-webkit-box-shadow: 0px 0px 2px #B5B5B5;
		}
		
/* Single Post Styles */	
.post { margin-bottom:20px;}
	.post-inner{padding:20px; background: none repeat scroll 0 0 #FFF; /*float:left;*/ height:auto; width: 682px;}
	.single-post-thumb img{width:100%;}
		.post-title {
			color: #3F4142;
    font-family: "NewsGothicMt",Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: none;
		}
		
		.content #crumbs .post-sub-title {
			color: #8c8d8e;
			font-family: "NewsGothicMt",Helvetica,sans-serif;
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 10px;
			text-transform: none;
		}
		
		.content .resumo-secao .post-sub-title {
			color: #8c8d8e;
			font-family: "NewsGothicMt",Helvetica,sans-serif;
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 10px;
			text-transform: none;
			margin-left: 27px;
		}
		.post-inner p.post-meta{
			border-bottom:1px solid #f2f2f2;
			padding-bottom:5px;
			margin-bottom:10px;
		}
			.post-inner p.post-meta span{
				display:inline-block;
				margin-right:10px;
			}
		.item-list {
			border-bottom:1px solid #f2f2f2;
			padding:20px 20px 25px;
			overflow:hidden;
			clear:both;
		}
			.item-list p.post-meta {margin:10px 0;}

	.page-link{
		margin:15px 0 0;
		padding-top:5px;
		border-top:1px solid #f2f2f2;
	}
	.edit-link{
		clear:both;
		display:block;
		margin-top:10px;
	}
	.post-tag { margin:-10px 0 20px}
		.post-tag a{
			border-color: #dedede #d8d8d8 #d3d3d3;
			text-shadow: 0 1px 0 #fff;
			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			display: inline-block;
			text-decoration: none;
			font-size: 10px;
			padding: 3px 8px;
			line-height: 20px;
			color: #555;
			text-transform: uppercase;
			border: 1px solid #DEDEDE;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px ;
			cursor: pointer;
		}
		.post-tag a:hover{ background:#FFF;}
	
	.sticky {}
	
/* Post Thumbnail */
.post-thumbnail {margin: 0 15px 10px 0;position: relative; padding:2px;}
	.post-thumbnail img {
		
		padding: 0px;
		border:2px solid #56b0f0;
	}
	.post-thumbnail a:hover  img{
		box-shadow: 0px 0px 2px #56b0f0;
		-moz-box-shadow: 0px 0px 2px #666;
		-webkit-box-shadow: 0px 0px 2px #666;
		opacity:0.6;
	}
	.post-thumbnail a:hover .overlay-icon{opacity:0.7;}
	.overlay-icon{
		background:url(images/link-overlay.png) no-repeat center;
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		opacity:0;
		top:2px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;			
	}


/**/
.item-list .post-thumbnail{
	float:left;
	margin-bottom:0;
}
	
.cat-box li .post-thumbnail{margin:0 15px 0 0;}
	.cat-box li .post-thumbnail img{ padding:2px;}
		
		.cat-box.column2 .cat-box-content {background: none repeat scroll 0 0 #F4F4F4; padding: 15px;}
		.column2 .post-thumbnail{float:left;}
		.column2 li.first-news .post-thumbnail{ margin: 0 0 10px 0; height:155px; float:none;}
			.column2 li.first-news .post-thumbnail img{ width:287px; height:155px; border:3px solid #fff !important; padding:0px !important;}
			
			
			.wide-box li .post-thumbnail{float:left;}
			.wide-box li.first-news .post-thumbnail{width:285px; height:156px}
			.wide-box li.first-news .post-thumbnail img{ width:100%; height:100%; border:3px solid #fff !important; }
			
			.list-box li .post-thumbnail{float:left;}
			.list-box li.first-news .post-thumbnail{margin:0 0 15px 0;float:none;width:302px;height:150px;}
			.list-box li.first-news .post-thumbnail img{ width:100%; height:100%;}


		.pic-box .first-pic .post-thumbnail{position:relative;}
		
		.cat-tabs-wrap li .post-thumbnail{
			float:left;
			margin-bottom:0;
		}
		.cat-tabs-wrap li.first-news .post-thumbnail{margin:0 0 10px 0;float:none;width:288px; height:153px;}
		.cat-tabs-wrap li.first-news .post-thumbnail img{ width:285px; height:153px; padding:0px !important; border:3px solid #fff;}

	.scroll-box  .post-thumbnail img{
		width:132px;
		height:87px;
	}
			.recent-item .post-thumbnail{ margin:0 0 10px 0;}
			.recent-item .post-thumbnail img{ width:185px; height:85px;}
			.recent-item .post-thumbnail .overlay-icon{ width:193px; height:103px;}


/* Share */
.share-post {
	clear: both;
	margin:1px 0px 20px;
	padding: 10px 0px 10px 10px ;
	border-bottom:3px solid #3a6c8f;
	height:20px;
	background:#fff;
}
.mini-share-post {
	clear: both;
	margin:10px -20px -20px;
	padding:10px 10px 10px 25px;
	height:20px;
}
	.share-post li , .mini-share-post li{
	float: left;
	width: 500px;
	}
		.share-post span.share-text{
			background:#3a6c8f ;
			margin: -10px 25px -10px -10px ;
			display:block;
			float:left;
			color: #FFF;
			padding:9px;
			font-family: "NewsGothicMt",Helvetica,sans-serif;
			font-size: 14pt;
		}

/* Post Elements
   ---------------------- */
.entry, .entry form {line-height:1.2; font-size:14px; color:#444444; font-family:"NewsGothicMt",Helvetica,sans-serif;}
	.content iframe {	max-width: 100%; }
	.entry p, .entry form p { color:#3f4142 !important; font-size:14px !important; padding-bottom: 1em;}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,  .entry form h1, .entry form h2, .entry form h3, .entry form h4, .entry form h5, .entry form h6 {
		margin-bottom: 15px;
		line-height: 1em;
		font-family: Helvetica;
		font-weight: normal;
	}
		.entry h1, .entry form h1 {font-size:36px;}
		.entry h2, .entry form h2 {font-size:30px;}
		.entry h3, .entry form h3 {font-size:24px;}
		.entry h4, .entry form h4 {font-size:18px;}
		.entry h5, .entry form h5 {font-size:14px;}
		.entry h6, .entry form h6 {font-size:12px;}

	.entry ol, .entry form ol,
	.entry ul, .entry form ul {margin: 0 0 25px 10px;}
	/*.entry ul li, .entry form ul li {list-style: inside disc;}*/ .entry ul li, .entry form ul li {list-style: outside disc;}
	.entry ol li, .entry form ol li {list-style: inside decimal;}
		.entry li, .entry form li {margin: 0 0 5px ;}
		
	.entry table, .entry form table {
		border: 1px solid #DFDFDF;
		background-color: #F9F9F9;
		width: 100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
		color: #333;
		border-collapse: separate;
		border-spacing: 0;
	}
		.entry table td, .entry form table td,
		.entry table th, .entry form table th {
			border-top: 1px solid white;
			border-bottom: 1px solid #DFDFDF;
			color: #555;
		}
		.entry table th, .entry form table th {
			text-shadow: 0px 1px 0px #fff;
			font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
			font-weight: normal;
			padding: 7px 7px 8px;
			text-align: left;
			line-height: 1.3em;
			font-size: 14px;
		}
		.entry table td, .entry form table td {
			font-size: 12px;
			padding: 4px 7px 4px;
			vertical-align: top;
		}
		.box-img { float:left; width:330px; height:405px; border:5px solid #fff; margin:0 0px 7px 0;}
		.box-azul { float:left; background:#56b0f0; border-bottom:2px solid #2a82c0; width:270px; padding:15px;}
		.box-azul p { color:#fff !important; font-size:14px; font-family:"NewsGothicMt",Helvetica,sans-serif;}
		
		.box-observacao { float:left; width:100%; margin-bottom:30px;}
		.box-observacao p {color:#3f4142 !important; font-size:13px !important; font-family:"NewsGothicMt",Helvetica,sans-serif; font-weight:bold;}
		.box-observacao p span { font-weight:normal !important; font-style:italic; margin-left:10px; width:100%; float:left; margin-bottom:20px;}
		
		.box-tag {background:#56b0f0; width:642px; min-height: 20px; margin: -15px 0px 0px; padding: 3px 30px 3px 10px; color:#fff; font-family:"NewsGothicMt",Helvetica,sans-serif; font-weight:bold;}
		.box-tag p { font-size:16px;}
		.box-tag p span a { line-height: 34px; background:#448bbe; padding:6px 12px; font-size:13px !important; margin:0px 5px; cursor:pointer; color:#fff; font-weight:bold;}
		.box-tag p span a:hover { opacity:0.9;}
		
		

.gallery {margin: 0 auto 18px;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%; background: url(images/link-overlay.png) no-repeat center center }
.gallery .gallery-item img {
	background:#FFF;
	padding: 4px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0px 0px 2px #B5B5B5;
	-moz-box-shadow: 0px 0px 2px #b5b5b5;
	-webkit-box-shadow: 0px 0px 2px #B5B5B5;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}
.gallery .gallery-item a:hover  img{
	box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	opacity:0.6;
	margin:-5px 0 5px;
}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery img {border: 0 none !important;}
.gallery-columns-2 .attachment-medium {max-width: 92%;	height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 84%;height: auto;}
.gallery .gallery-caption {color: #888;margin: 0 0 12px;}
.gallery br + br {display: none;}
.attachment img {display: block;margin: 0 auto;}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(images/quote.png) no-repeat left 18px;
	padding:0 0 0 60px;
	margin:0 0 30px 40px;
	min-height:60px;
}


/* Related Posts */
#related_posts , #author-box{clear:both;}
	.block-head{
		padding: 3px 0 0;
		overflow: hidden;
	}
		.block-head h3 {
			float: left;
			margin-right: 10px;
			text-transform: capitalize;
			font-size: 22px;
			font-family: "NewsGothicMt",Helvetica,sans-serif;
		}
	#related_posts .post-listing ,
	#author-box .post-listing {
		padding:20px;
		margin-bottom:20px;
	}
		#related_posts li {
			background: url(images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 12px 10px 0;
			line-height: 18px;
			overflow: hidden;
		}
		#related_posts li:hover {margin-right:5px;}
			#related_posts .related-item{
				float:left;
				width:195px;
				height:180px;
				margin:0 10px 10px 0;
				padding:2px;			
			}
			#related_posts .related-item:nth-child(3n+3){margin-right:0;}
			#related_posts .related-item .post-thumbnail{ margin:0 0 10px 0;}
			.related-item .post-thumbnail img {
				width: 185px;
				height: 85px;
			}
			
/* Post Navigation */
.navigation{
	margin:10px 0;
	clear:both;
	overflow:hidden;
}
	.nav-previous{float:left;}
	.nav-next{float:right;}

.post-navigation{
	clear:both;
	margin:0 0 20px;
	overflow:hidden;		
}
	.post-navigation div{
		display: block;
		width: 245px;
		position: relative;
		font-size: 14px;
		color: #999;		
	}
	.post-previous{
		float: left;
		padding-left: 40px;			
	}
	.post-next{
		float: right;
		text-align: right;
		padding-right: 40px;
	}
		.post-navigation div span{
			display: block;
			font-size: 80%;
			color: #999;	
		}
		.post-navigation div a:after{
			position: absolute;
			color: #ccc;
			font-size: 56px;
			margin-top: -11px;
			height: 22px;
			line-height: 22px;
			top: 34%;
		}
		.post-previous a:after{
			content: '«';
			left:0px;
		}
		.post-next a:after{
			content: '»';
			right:0px;
		}

/* ---------------------------------------------
 Sidebar
------------------------------------------------ */

#sidebar {
	float: right;
	width: 300px;
	background: none repeat scroll 0 0 #F4F4F4;
	padding: 10px;
}
	.sidebar-left #sidebar{float:left;}
	.sidebar-left .content{float:right;}
		
/* Widgets Styles */
.widget {
	clear: both;
	margin-bottom: 25px;
}
	.widget-top{}
		.widget-top h4{
			float: left;
			margin-right: 10px;
			font-size: 20px;
			text-transform: capitalize;
			font-family: "NewsGothicMt",Helvetica,sans-serif;
		}
			.widget-top h4 a{color: #333;}
			.widget-top h4 a:hover{color: #000;}
	.widget-container {
	clear:both;
	background: none repeat scroll 0 0 #F4F4F4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	.widget-container h3{
		font-size:inherit;
	}
	.widget-container h3 a{
		color:#2D8ED2;
		font-size:16px;
		font-family: NewsGothicMt, Helvetica, sans-serif
	}
	.tabls-wrap { background:#fafafa;}
	.tabls-wrap li { border-bottom:2px solid #fff; padding:15px 5px; background:#fafafa;}
	.tabls-wrap li:hover {border-bottom:2px solid #2a82c0; background:#56b0f0;}
	.tabls-wrap li:hover h3 a { color:#fff;}
	.tabls-wrap li:hover .date { color:#fff;}
		.widget-container li {
			/*background:url(images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 0 5px 12px;*/
			line-height: 18px;
			overflow: hidden;
		}
			.widget-container p {padding-bottom: 1.0em;}
			.widget-container a:hover {text-decoration: underline;}
			.widget-container li span.date, .footer-widget-container li span.date{color: #222222;margin: 5px 0;font-size: 12px; font-family: NewsGothicMt, Helvetica, sans-serif;}
			.widget-container li .stars-small{float:left; margin:2px 5px 0 0;}
			.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail{float:left;margin:0 10px 0 0;}
				.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{border: 3px solid #FFFFFF;
    padding: 0;}
			
.review-widget .review-box{	margin:0;}
	.review-widget .review-box h2.review-box-header{ display:none;}
	.review-widget .review-box p{ padding-top: 1.0em; padding-bottom: 1.0em;}

.text-html-box{margin-bottom:20px;}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget.news-pic .post-thumbnail{margin:3px 7px;}
#tabbed-widget .tabs-wrap li:last-child ,
.comments-avatar .widget-container li:last-child{border-bottom:0 none;}	
#tabbed-widget .tabs-wrap li ,
.comments-avatar .widget-container li,
.posts-list .widget-container li,
.categort-posts .widget-container li{
	background:transparent;
	padding:8px 0 4px;
	border-bottom:1px solid #fff;
}
.facebook-box{text-align:center;}
.facebook-box iframe { width:100% !important}
.google-box{margin-bottom:-15px; text-align:center;}
#wp_tag_cloud div {line-height: 1.6em;}

		
/* Twitter Widget */
#twitter-widget ul{margin:0 -10px ;}
#twitter-widget li{
	background:url(images/tweet-icon.png) no-repeat 10px 15px;
	border-bottom:1px solid #f2f2f2;
	padding:10px 10px 10px 30px;
}
#twitter-widget li:last-child{border-bottom:0 none;}
	#twitter-widget .tweet_list .tweet_avatar img{
		padding:2px ;
		margin-left:5px;
		float: right;
		background:#FFF;
		border:1px solid #d6d6d6;
	}
	#twitter-widget .loading span{
		background:url(images/small-loader.gif) no-repeat top;
		height: 17px;
		display: block;
	}

#facebook-widget-2 .widget-container { padding:0px !important; float:left; height: 220px;}
/* Tabbed Widget */
#tabbed-widget .widget-top{
	background: #3a6c8f;
	height: 35px;
	border-bottom: 3px solid #EAEAEA;
	margin:-10px -10px 10px;
}
	#tabbed-widget  ul.tabs li {
		background: none repeat scroll 0 0 transparent;
		float: left;
		line-height: 30px;
		margin-left: -2px;
		margin-top: -9px;
		padding: 4px 0px 5px;
		position: relative;
	}
		#tabbed-widget  ul.tabs li a {
			display: inline-block;
			text-align: center;
			color: #8dbee1;
			padding:5px 9px 1px;
			line-height:30px;
			font-size:12px;
		}
		#tabbed-widget ul.tabs li a:hover {background: none repeat scroll 0 0 #FAFAFA;
   			border-top: 2px solid #80C4F4;
		    height: 39px;
		    margin: -2px 0 0;
			color:#666;
			text-decoration:none;
			}
		#tabbed-widget ul.tabs li.active a  {
			background: none repeat scroll 0 0 #FAFAFA;
   			border-top: 2px solid #80C4F4;
		    height: 39px;
		    margin: -2px 0 0;
			color:#666;
		}
	#tabbed-widget .widget-container{ background:#fafafa;}
	
	#tabbed-widget  .tabs-wrap.tagcloud a{
		padding:5px 8px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #e9e9e9;
		background: #F7F7F7;
		text-shadow: 0px 1px 0px white;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		display:inline-block;
		margin:3px;
	}
		#tabbed-widget  .tabs-wrap.tagcloud a:hover{background:#ededed;}

/* Calender */
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
	}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			border: 1px solid #fff;
			padding: 3px 0 2px;
			text-align: center;
		}
		#wp-calendar tbody .pad ,
		footer #wp-calendar tbody .pad{
				background: none;
				border:0 none;
		}
	#wp-calendar tfoot #next {text-align: right;}
	footer #wp-calendar tbody td { background:#333; border-color:#555;}
	footer #wp-calendar caption { color:#FFF; }

/* Author Widget */
.author-avatar img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 5px 0;
}
.author-description {
	font-size: 95%;
	line-height: 17px;
}
.author-social {
	float: left;
	margin-top: 10px;
}
	.author-social a {
		opacity: 0.7;
		margin-left: 2px;
	}
	.author-social a:hover {opacity: 1;}


/* Flickr Widget */
.flickr-widget .flickr_badge_image {
	float:left;
	margin:8px;
}
	.flickr-widget .flickr_badge_image img{
		opacity:1;
		padding:2px;
		width:50px;
		height:50px;
		box-shadow: 0px 0px 2px #B2B2B2;
		-moz-box-shadow: 0px 0px 2px #b2b2b2;
		-webkit-box-shadow: 0px 0px 2px #B2B2B2;
	}
	.flickr-widget .flickr_badge_image a:hover img{opacity:0.6;}

/* Social Icons Widget */
.social-icons{text-align:center; float:left; margin-bottom:15px;}
.social-icons span { float:left;}
	.ttip { margin:2px 7px !important; float:left;}
	.ttip-direita { margin:2px 30px !important; float:left;}
	.social-icons a{
		margin:2px;
		position:relative;
	}
	.social-icons a:hover{top:-2px;}

/* Search Widget */
.search-widget input{
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
	padding: 10px;
	clear: both;
	margin-bottom:20px;	
	width:288px;
	color:#999;
}
	.search-widget input:hover,
	.search-widget input:focus{color:#000;}

/* Counter Widget */
#sidebar .widget-counter{
	overflow:hidden;
	background: white;
	clear: both;
	float:right;
}
	.widget-counter.col1 li{
		width:100%;
		border:0 none !important;
	}
	.widget-counter.col2 li{
		width:50%;
		border:0 none !important;
	}
	.widget-counter li{
		line-height:15px;
		float:left;
		width:102px;
		padding:10px 0;	
	}
	li.twitter-followers { border:1px solid #DDD; border-width:0 1px 0 1px;}
		.widget-counter li a{
			display:block;
			padding-top:40px;
			text-align:center;
			opacity:0.7;
		}
		.widget-counter li a:hover{
			opacity:1;
			text-decoration: none;
		}
		.rss-subscribers a{	background:url(images/rss-icon.png) no-repeat center top;}
			.rss-subscribers span{font-family: "NewsGothicMt",Helvetica,sans-serif;font-size: 14pt;display: inline-block;}
		.facebook-fans a  {	background:url(images/facebook-icon.png) no-repeat center top;}
		.twitter-followers a{	background:url(images/twitter-icon.png) no-repeat center top;}
			.widget-counter li span{
				display:block;
				font-size:21px;
			}
			.widget-counter li a small{color:#777;}
			
/* Login Widget */
#login-form{padding:11px 4px 0;}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #FFF;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 10px;

	display: block;
	width: 250px;
	height: 24px;
}
	#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover{ color:#000;}
	#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus{ background:#FFF; color:#000;}
	#login-form .login-button{ margin-right:20px;}
	#login-form p{padding-bottom:0;}
	ul.login-links{ margin-top:15px;}
	.welcome-text{margin-bottom:10px;}

	.content .entry #login-form p, .content .entry form #login-form p{ padding:0 }

/* FeedBurner Widget */
.widget-feedburner-counter{padding:11px;}
	
/* ADS Widgets */
.widget-container .ads125{
	margin:0 -7px -8px 13px;
	padding-left:0;
}
.ads125{overflow:hidden;padding-left:22px;margin-bottom:20px;}
	.ads125 .ad-cell{
		width: 125px;
		height: 125px;
		display: block;
		margin:3px 15px 12px 0;
		float: left;
	}

.widget-container .ads120-90 ,
.widget-container .ads120-60,
.widget-container .ads120-600,
.widget-container .ads120-240{
	margin:0 -7px -8px 18px;
	padding-left:0;
}
.ads120-90,
.ads120-60,
.ads120-600,
.ads120-240{
	overflow:hidden;
	padding-left:27px;
	margin-bottom:20px;
}
.ads120-90 .ad-cell,
.ads120-60 .ad-cell,
.ads120-600 .ad-cell,
.ads120-240 .ad-cell{
	width: 120px;
	height: 90px;
	display: block;
	margin:3px 15px 12px 0;
	float: left;
}
.ads120-60 .ad-cell  {height: 60px;}
.ads120-600 .ad-cell{height: 600px;}
.ads120-240 .ad-cell{height: 240px;}
.ads160-600 ,
.ads250-250{margin-bottom:20px;}
.widget-container .ads160-600 ,
.widget-container .ads250-250{margin-bottom:0 }
.ads160-600 .ad-cell{
	width: 160px;
	height: 600px;
	display: block;
	margin:0 auto ;
}
.ads250-250 .ad-cell{
	width: 250px;
	height: 250px;
	display: block;
	margin:0 auto ;
}
.ads300-100{
	padding-left:5px;
	margin-bottom:20px;
}
.widget-container .ads300-100{
	margin:0 -5px -5px;
	padding-left:0;
}
.ads300-100 .ad-cell{
	margin-bottom:3px;
	width:300px;
	height:100px;
}
.ads300-250{
	padding-left:5px;
	margin-bottom:20px;
}
.widget-container .ads300-250{
	margin:0 -5px;
	padding-left:0;
}
.ads300-250 .ad-cell{
	width:300px;
	height:250px;
}
.ads-one{
	padding-left:0 !important;
	margin:0 !important;
}
.ads-one .ad-cell{
	float:none !important;
	clear:both !important;
	margin-right:auto !important;
	margin-left:auto !important;
}

/* ---------------------------------------------
 Footer
------------------------------------------------ */

footer {
	background:#f4f4f4;
	padding:20px 0;
	margin-top:20px;
}
	footer a{color: #666666;}
	footer a:hover{color: #999;}

/* Footer Widgets */	
#footer-widget-area{
	width:1045px;
	margin: 0 auto;
}
	.footer-widgets-box{float:left; margin-right:4%;}

	.footer-1c .footer-widgets-box{	width:	100% }
	.footer-2c .footer-widgets-box{	width:	48%;}
	.footer-3c .footer-widgets-box{	width:	30.66666666666667%;}
	
	#footer-um { width:28%; margin-right:0% !important;}
	#footer-um .footer-widget-container ul{float: left; width: 125px;}
	#footer-um .footer-widget-container ul.lista-dois {width: 130px !important;}
	
	#footer-dois { width:16%; margin:0 5% 0 !important;}
	
	#footer-tres { width:28%; margin-right:0% !important;}
	#footer-tres .footer-widget-container ul{float: left; width: 163px;}
	#footer-tres .footer-widget-container ul.lista-dois {width: 115px !important;}
	
	#footer-quatro { width:18%; margin-right:0% !important;}
	.footer-4c .footer-widgets-box{	width:	22%;}
	
	.narrow-wide-2c #footer-first , .wide-narrow-2c #footer-second {width:32%;}
	.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first{	width:64%;}
	
	.wide-left-3c #footer-first    ,.wide-right-3c #footer-third  {	width:46%;}
	.wide-left-3c .footer-widgets-box , .wide-right-3c .footer-widgets-box {	width:23%;}
	
	.footer-1c .footer-widgets-box,
	.narrow-wide-2c #footer-second,
	.wide-narrow-2c #footer-second,
	.footer-2c #footer-second,
	.footer-3c #footer-third,
	.footer-4c #footer-fourth,
	.wide-right-3c #footer-third,
	.wide-left-3c #footer-third{margin-right:0;}

	.footer-widget-top{

		padding:10px 0;
	}
	.footer-widget-top h4{
		font-size: 18px;
		font-family: 'NewsGothicMt', Helvetica, sans-serif;
		color:#56b0f0;
		font-weight:bold;
	}
	.footer-widget-container{
		padding: 2px;
	}
		.footer-widget-container p {padding-bottom: 1.0em;}
		.footer-widget-container ul { float:left; width:165px;}
		.footer-widget-container ul.lista-dois{ width:130px;}
		.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
			padding: 6px 12px 6px 0;
			line-height: 18px;
			overflow: hidden;
			font-family: 'NewsGothicMt', Helvetica, sans-serif;
			font-weight:bold;
			font-size:13px;
		}
		.footer-widget-container li:first-child , footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }

		footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
		footer #tabbed-widget ul.tabs li a {text-shadow: 0px 1px 0px #000; }
		footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
		footer #tabbed-widget ul.tabs li.active a {
			color:#FFF;
			background: #444;
			box-shadow: 0 -1px 2px #111;
			-moz-box-shadow: 0 -1px 2px #111;
			-webkit-box-shadow: 0 -1px 2px #111;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a {
			background: #444;
			border: 1px solid #222;
			text-shadow: 0px 1px 0px #000;
			-moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			-webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			box-shadow: inset 0 0 2px #888, 0 0 2px #222;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
		footer .widget-counter li{ border:0 none !important; width: 33.4%; }
		
		footer #twitter-widget .loading span{
			background:url(images/black-loader.gif) no-repeat top;
		}
		
footer .search-widget input{
	background: #414141;
	box-shadow: 0 1px 3px 0 #313131;
	-moz-box-shadow: 0 1px 3px 0 #313131;
	-webkit-box-shadow: 0 1px 3px 0 #313131;
	border: 1px solid #202020;
	color:#222;
}
	footer .search-widget input:hover,
	footer .search-widget input:focus{color:#000;}

/* MENU FOOTER */

.footer-bottom-menu {
	background:#56b0f0;
	height:50px;
	line-height:30px;
	color: #ccc;
}
.footer-bottom-menu ul { float:left; display:list-item;}
.footer-bottom-menu ul li { float:left; display:list-item;}
.footer-bottom-menu ul li a { float:left; padding:10px 25px 10px 0; font-size:14px; font-family: 'NewsGothicMt', Helvetica, sans-serif; font-weight:bold; color: #fff;}
.footer-bottom-menu ul li a:hover { text-decoration:underline;}

.footer-bottom-menu div div { float: right; margin:11px 0px 0px; height:31px; }


/* Footer Bottom */
.footer-bottom {
	background:#fff;
	height:40px;
	line-height:13px;
	color: #1b1b1b;
	font-family: 'NewsGothicMt', Helvetica, sans-serif;
	font-size:12px;
	padding: 15px 0 0 15px;
}
.txt-canal {color: #7A7A7A;
    float: right;
    font-family: Arial;
    font-size: 15.49px;
    font-style: italic;
    margin-right: 4px;}
	.footer-bottom .social-icons{
		float:right;
		margin:0 15px ;
		line-height:0;
		padding-top:5px;
	}
		
	.footer-bottom a{color: #ccc;}
	.footer-bottom a:hover{color: #FFF;}

#topcontrol{
	z-index:2;
	background: #FF8500 url(images/top_arrow.png) no-repeat center;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
}
	#topcontrol:hover{ background-color:#fb9826 ;}

/* ---------------------------------------------
 Images
------------------------------------------------ */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
img.centered,
img.aligncenter {
	display: block;
	margin: 2px auto;
	border: 1px solid #cbcdcc;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 3px 3px 8px;
	display: inline;
	border: 1px solid #cbcdcc;
}
img.alignleft {
	padding: 4px;
	margin: 2px 8px 3px 3px;
	display: inline;
	border: 1px solid #cbcdcc;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100% !important;
	padding: 4px;
	text-align: center;
}
	.wp-caption img {max-width: 100% !important;}
	.wp-caption p.wp-caption-text {
		color: #888;
		margin: 5px;
	}

/* ---------------------------------------------
 Navigation
------------------------------------------------ */

.pagination {
	overflow: hidden;
	margin-bottom:25px;
}
	.pagination a,
	.pagination span.extend,
	.pagination span.current {
		float:left;
		text-shadow: 0 1px 0 #FFF;
		margin-right : 3px;
		color: #777;
		padding: 6px 10px 3px;
	}
	.pagination a:hover {color:#000;}
	.pagination span.current {
		color: #FFF;
		background-color: #F88C00;
		text-shadow: 0 1px 0 #000;
		padding:4px 10px 6px;
	}
	.pagination .pages{
		float:right;
		display:block;
		font-size:85%;
		padding: 7px 0 2px;
	}

/* ---------------------------------------------
 CommentList
------------------------------------------------ */	

#comments-title {
	text-transform: capitalize;
	font-size: 22px;
	font-family: "NewsGothicMt",Helvetica,sans-serif;
	color: #999;
	margin:25px 0 10px;
}
	#comments-title em{color: #333;}
.commentlist li{
	margin-bottom: 20px;
	clear:both;
	position:relative;
	clear:both;
	background:#f4f4f4;
}
	.comment-avatar {
		overflow:hidden;
		width:70px;
		height:70px;
		margin:0 10px 5px 5px;
		background: white;
		padding: 2px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0px 0px 3px #B5B5B5;
		-moz-box-shadow: 0px 0px 3px #b5b5b5;
		-webkit-box-shadow: 0px 0px 3px #B5B5B5;
		float:left;
	}
	.author-comment{
		overflow:hidden;
		position:relative;
	}
		.author-comment cite {
			color:#429edf;
			font-size:14px;
			font-family: NewsGothicMt, Helvetica, sans-serif; font-weight:bold;
			position:relative;
			display:block;
			margin-bottom:2px;
			padding-top:4px;
		}
	.commentmetadata {
		display: block;
		font-size:85%;
		clear:both;
	}
		.commentmetadata a{color:#3b3b3b;}
		.commentmetadata a:hover{color:#000;}	
	.comment-wrap{
		background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0px 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
		position:relative;
		padding:10px;
		margin:25px;

	}
		.comment-content{
			position:relative;
			clear:both;
			display:block;
			margin-top:10px;
			overflow:hidden;
			padding-bottom:5px;
		}
			.comment-content p{
				line-height:17px;
				margin-bottom: 35px;
							}
		.nocomments {text-align: center;}
		.commentlist li ul li {margin-left:4px;}
		.commentlist  li.pingback{
			padding:5px 10px;
			border-bottom:1px solid #ddd;
		}	
		.children{margin-top:15px; margin-left:50px;}
		.reply a{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px 10px;
	text-shadow:0 1px 1px #FFF;
	font-size:11px;
		}
			.reply a:hover{
	color:#FFF;
	text-shadow:0 1px 1px #000;
			}
		
		.bypostauthor {
			}
		
/* ---------------------------------------------
 Add Comments Form
------------------------------------------------ */	
.box-coment-login { float:left; width:auto;}
.box-coment-login h2, .box-coment-login h4{
			float:left;
			margin-right:10px;
			text-transform: capitalize;
			font-size: 30px !important;
			font-family: NewsGothicMt, Helvetica, sans-serif;
			color:#3a6c8f;
			font-weight:bold;
			background:url(../images/bg-titulo.jpg) no-repeat left 8px;
			padding-left:25px;
			width:100%;
			margin-bottom:10px;
		}

.box-coment-login .box-anuncio { float: right; width:292px; margin-top:30px;}

#login {
	margin: 30px 0 00px;
	overflow: hidden;
	position: relative;
	width:292px;
	float: right;
}


#respond {
	margin: 20px 30px 10px 0px;
	float:left;
	position: relative;
	width:360px;
}
	.commentlist li #respond {margin: 10px 0px 20px 70px !important;}
.resposta_form {
	padding: 15px;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	overflow: hidden;
	background:#ffffff;
}

#commentform {
	padding: 15px;
	margin-top: 5px;
	overflow: hidden;
	background:#f4f4f4;
}
	#commentform .required {
		font-weight: bold;
	}
	
	.resposta_form .required {
		font-weight: bold;
	}
	#commentform label {
		color: #3e3d3d;
		font-family: NewsGothicMt, Helvetica, sans-serif;
		font-size:13px;
	}
	
	.resposta_form label {
		color: #3e3d3d;
		font-family: NewsGothicMt, Helvetica, sans-serif;
		font-size:13px;
	}
	#commentform p {
		margin:10px 0;
	}
	
	.resposta_form  p {
		margin:10px 0;
	}
	
	#commentform textarea,
	#commentform input {
		border-color: #F1F1F1;
		border-top-color: #DDD;
		border-left-color: #DDD;
		background: #FFF;
		color: #515151;
		font: 12px Tahoma;
		padding:4px 7px;
		margin-bottom: 7px;

	}
	
	.resposta_form textarea,
	.resposta_form input {
		border-color: #F1F1F1;
		border-top-color: #DDD;
		border-left-color: #DDD;
		background: #FFF;
		color: #515151;
		font: 12px Tahoma;
		padding:4px 7px;
		margin-bottom: 7px;

	}
	
	#commentform input {
		display: block;
		width: 250px;
		height:24px;
		margin-top:5px;
	}
	
	.resposta_form input {
		display: block;
		width: 250px;
		height:24px;
		margin-top:5px;
	}
	
	#commentform textarea {
		width: 95%;
		margin-top:5px;
	}
	
	.resposta_form textarea {
		width: 50%;
		margin-top:5px;
	}
	#commentform input:hover,
	#commentform textarea:hover {}
	#commentform input:focus,
	#commentform textarea:focus {background: #fff;}
	#commentform .form-allowed-tags ,
	.comment-form-comment label {display: none;}
	.comment-form-email,
	.comment-form-url,
	.comment-form-url,
	.comment-form-comment {clear: both;}
	.comment-notes{ margin-bottom:10px; font-size:18px; color: #3e3d3d; font-family: NewsGothicMt, Helvetica, sans-serif; font-weight:normal;}
	.comment-notes span { font-size:14px !important; font-weight:bold !important; float:left; margin:10px 0;}
	.form-submit #submit , #login-form .login-button , .widget-feedburner .feedburner-subscribe{
		border: 1px solid #D9D9D9;
		background: #FBFBFB;
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FBFBFB),color-stop(100%,#EEE ));
		background: -webkit-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -moz-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -o-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -ms-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: linear-gradient(top,#FBFBFB 0,#EEE 100%);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);
		color: black;
		text-shadow: 0 1px 0 white;
		height: 30px;
		line-height: 30px;
		width:auto;
		font-size: 13px;
		padding: 0 15px;
		-webkit-transition: background .40s;
		-moz-transition: background .40s;
		-o-transition: background .40s;
		transition: background .40s;
		position:relative;
	}
	.form-submit #submit:hover, #login-form .login-button:hover , .widget-feedburner .feedburner-subscribe:hover {
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));
		background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: linear-gradient(top,#FFF ,#f8f8f8 100%);
	}
	.form-submit #submit:active, #login-form .login-button:active , .widget-feedburner .feedburner-subscribe:active {top:2px;}
	input.error, textarea.error{border:1px solid #FF0000 !important;}

/* ---------------------------------------------
 Ads
------------------------------------------------ */	
.ads-top {
	float: right;
	line-height:0;
}
.ads-bottom {
	line-height:0;
	margin:15px auto 20px;
	text-align:center;
}
.ads-post {
	line-height:0;
	margin:20px auto ;
	text-align:center;
}
.home-ads{
	clear:both;
	margin:20px auto;
	text-align:center;
}


/* ---------------------------------------------
 Tooltip
------------------------------------------------ */	
a.ttip, a.tooldown{display:inline-block;}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 0 2px #000000; -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; }
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* ---------------------------------------------
 Slider
------------------------------------------------ */	
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:498px;}
.flexslider .slides img {width: 100%; height:100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {
	margin: 0 0 20px;
	position:relative;
	zoom: 1;
	width: 997px;
	height:498px;
	background: #000 url('images/black-loader.gif') no-repeat 50% 48%;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -30px; }
.flex-direction-nav .flex-prev {left: -30px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -1px; text-align: center; height:13px;}
.flex-control-nav li {margin: 0 ; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {display: block; cursor: pointer; text-indent: -9999px; width:100%; background:#666; height:13px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.flex-control-paging li a:hover { background: #000; }
.flex-control-paging li a.flex-active { background: #F88C00; cursor: default; }
.slider-caption{
	position: absolute;
	width: 75%;
	padding: 10px;
	background: #000;
	right: 0;
	bottom: 13px;
	color:#FFF;
	opacity:0.8;
}
	.slider-caption h2 a{
		color:#FFF;
		text-transform: capitalize;
		font-size: 35px;
		font-family: "NewsGothicMt",Helvetica,sans-serif;
	}

/*small*/
.content .flexslider { width:660px; height:330px;}
.content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:330px;}
.content .flexslider .slides img {width: 100%; display: block;}
.content .flex-pauseplay span {text-transform: capitalize;}
.content .slider-caption h2 a{font-size: 22px;}

.content .ei-slider{ height:250px;}
.content .ei-slider-loading{line-height:375px;}
.content .ei-title h3{font-size: 14px;line-height: 14px;width:248px; margin:10px 0 15px 17px !important; text-align:left !important;}
.content .ei-title h2{font-size: 22px; float:left; margin:35px 0 5px 15px !important; width:245px; text-align:left;}

.content .ei-title .bt-leia-mais { background:url(../images/bt-leia-mais.jpg) no-repeat left top; float:left; width:141px; height:38px; display:block; margin:15px 0 0 25px;}
.bt-leia-mais:hover{opacity:0.5; filter: alpha(opacity = 70);}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1005px;
	height: 498px;
	margin: 0 auto 35px;

}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: #000 url('images/black-loader.gif') no-repeat 50% 48%;
	color: #fff;
	text-align: center;
	line-height: 520px;
}
.ei-slider-large{
	height: 250px;
	width: 679px;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100% !important;
}
.ei-title{
	background: url(bg-banner.png) no-repeat left top;
    bottom: 0;
    color: #FFFFFF;
    height: 250px;
    margin-right: 0;
    position: absolute;
    width:338px;


}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	color: #b5b5b5;
	font-size: 35px;
	font-family: NewsGothicMt, Helvetica, sans-serif;
	float:right;
	padding:5px;
	margin-bottom:5px;
}
.ei-title h3{
	clear:both;
	font-size: 14px;
	line-height: 20px;
	width:835px;
	padding:5px;
	font-family: NewsGothicMt, Helvetica, sans-serif
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
	max-width:100%!important;
}
.ei-title a{
	color:#FFF;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #F88C00;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	width: 100%;
	max-height:100px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.content .ei-slider-thumbs li img{max-height:65px;}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* ---------------------------------------------
 Reviews Styles
------------------------------------------------ */	
.review-box{margin:20px 0;}
h2.review-box-header{
	border-bottom:4px solid #333;
	text-transform: capitalize;
	font-size: 22px;
	font-family: "NewsGothicMt",Helvetica,sans-serif;
	padding:10px 0 6px;
	margin-bottom:10px;
}
.review-item{
	padding:5px 0 8px;
	opacity:0.8;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.review-item:hover{
	opacity:1;
}

.review-item h5{
	font-size:inherit;
	margin-bottom:5px;
	color:#555;
}
.review-percentage .review-item span{
	background:#F2F2F2;
	display:block;
	height:15px;

}
.review-percentage .review-item span span{
	background-color: #F88C00;
	background-image:url(images/stripes.png);
	display:block;
	height:15px;
}

.review-stars .review-item{ background:#F2F2F2; margin-bottom:2px; overflow:hidden; padding:5px;}
.review-stars .review-item h5{float:left; padding-top:5px;}
.review-stars .stars-large{float:right;}
.review-final-score .stars-large{float: none !important;margin: 0 auto 10px;}

.review-summary{
	background-color:#F2F2F2;
	overflow:hidden;
	margin-top:10px;
}
.review-short-summary{
	padding:0 10px;	
	display: table-cell;
	vertical-align: top;		
}
.review-final-score{
	background-color: #F88C00;
	width:100px;
	display: table-cell;
	vertical-align: top;
	text-align:center;
	color:#fff;
	padding:10px 5px;
}
.review-final-score h3{
	margin-bottom:-5px;
	font-size: 44px;
	color: #FFF;
	font-weight: bold;
}
.review-final-score h3 span{
	font-size: 24px;
}
.review-final-score h4{
	margin-bottom:0;
	text-transform: capitalize;
	font-size: 20px;
	font-family: "NewsGothicMt",Helvetica,sans-serif;
}
.review-top{float:left;width:50%; margin-right:20px;}
span.stars-large{
	width:76px;
	display:block;
	background:url(images/stars-large.png) no-repeat left bottom;
	height:22px;
}
span.stars-large span{
	width:100%;
	display:block;
	background:url(images/stars-large.png) no-repeat left top;
	height:22px;
}
span.stars-small{
	width:52px;
	display:block;
	background:url(images/stars-small.png) no-repeat left bottom;
	height:15px;
}
span.stars-small span{
	width:100%;
	display:block;
	background:url(images/stars-small.png) no-repeat left top;
	height:15px;
}

.box-item{float:left; width:180px; margin:0 35px 15px 0px; padding:7px; background:#fff; border-bottom:2px solid #56B0F0; min-height: 275px;}
		.box-item h3 a { color:#297cb6; font-size:16px;}
		.box-item p.post{padding-bottom:5px;	margin-bottom:10px;	}

.box-paginacao {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: 0 0 1px; padding: 10px; width: 662px;}

.bt-anterior { float:left; color:#30688f; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px;}
.bt-anterior a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px;}
.bt-anterior a:hover {color:#30688f;}
.bt-proximo { float:left; color:#30688f; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal;}
.bt-proximo a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal;}
.bt-proximo a:hover {color:#30688f;}




.bt-anterior2 { color:#30688f; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:25px; float: left; width: 80px; padding-top: 12px;}
.bt-anterior2 a { color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px; float: left; width: 80px; padding-top: 0px;}
.bt-anterior2 a:hover {color:#30688f;}
.bt-proximo2 { color:#30688f; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; float: right; width: 80px; padding-top: 12px; margin-right: 22px;}
.bt-proximo2 a { color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; float: right; width: 80px; padding-top: 0px;}
.bt-proximo2 a:hover {color:#30688f;}


.box-numeracao2 ul li { color:#fff; font-size:14px; font-weight:bold; padding: 5px;}
.box-numeracao2 ul li a { color:#30688f !important; font-weight:normal; padding: 5px;}
.box-numeracao2 ul li a:hover {color:#fff !important;}



.box-numeracao { float:left; width:503px;}
	.box-numeracao ul { padding: 4px 200px;}
	.box-numeracao ul li { float:left; width:20px; color:#fff; font-size:14px; font-weight:bold;}
	.box-numeracao ul li a { float:left; width:20px; color:#30688f !important; font-weight:normal;}
	.box-numeracao ul li a:hover {color:#fff !important;}

.img-destaque {padding:0px 38px 10px 0px}
.area-assinante-interna { float:right; margin-top:1px !important; background:url(../images/seta-box-usuario.png) no-repeat 95% 12px #56B0F0; width:222px; height:40px; border-radius:4px; }

.selecionar{ float:left; width:45px; height:42px; display:block; background:url(../imagem/bt-selec.png) no-repeat left top; margin-top:0px; margin-left: 0 !important;}
.selecionar:hover{ float:left; width:45px; height:40px; display:block; background:url(../imagem/bt-selec.png) no-repeat left 100%; margin-top:1px;}

.fechar{ float:left; width:45px; height:40px; display:block; background:url(../imagem/bt-selec.png) no-repeat left 100%; margin-top:1px; margin-left: 0 !important;}
.fechar:hover{ float:left; width:45px; height:42px; display:block; background:url(../imagem/bt-selec.png) no-repeat left top; margin-top:0px;}

.area-assinante-interna div { float: left; height: 39px; margin-left: -2px; margin-top: 1px; width:218px; }
.area-assinante-interna div div.img-usuario { float:left; width:auto; height:31px; margin:5px 10px 5px 10px;}
.area-assinante-interna div div.texto-usuario { float:left; width:143px; margin-top:13px; height:15px;}
.area-assinante-interna div div p { float:left; text-transform: capitalize; color:#ffffff; font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif,Verdana; font-size:12px; height:15px; }
.area-assinante-interna div div p span { text-transform: inherit; color:#ffffff; font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif,Verdana; font-size:12px; }

.area-assinante-interna div div div.avaliacao-usuario { float:left; width:60px; height:20px;}
.area-assinante-interna div div div.avaliacao-usuario ul { margin:3px 0px 0px 15px; float:left; width:200px;}
.area-assinante-interna div div div ul li {float:left; width:11px; height:20px; margin-right:3px; background: url("../imagem/bg-star-usuario.png") no-repeat right top;margin-top: 0px; cursor:pointer;}
.area-assinante-interna div div div ul li.cheio {background-position:left top;margin-top: 0;}

.submenu{background: #56B0F0; float: right; height:193px; position: absolute; width: 222px; z-index: 99; margin-top:38px; margin-left:42px; display:none; border-radius:4px;}
.submenu ul  { margin-left:0px !important; background: #56B0F0; float:left;}
.submenu ul li  {background: url("../imagem/bg-linha-sub.png") repeat-x scroll left bottom transparent; border: 0 none !important; color: #FFFFFF; float: left; font-family: 'ProximaNovaRgBold',Arial,Helvetica,sans-serif; font-size: 12px; height: 30px; margin-left: 10px; padding-left: 10px; padding-top: 0; width: 160px;}
.submenu ul li a{ color: #FFFFFF; float: left; font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif,Verdana; font-size: 12px; display: block; height: 26px; margin-left: -21px; margin-top:10px; padding:0px 0 0 21px; width: 194px; text-decoration:none;} 
.submenu ul li a:hover {background: none repeat scroll 0 0 #3F86B8; display: block; height: 20px; margin-left: -10px; margin-top: 3px; padding:6px 0 6px 10px; width: 184px;}
.submenu ul li span { float:left; margin-right:15px;}

/*
   TABLET  : 1024px -----------------------------   

@media only screen and ( max-width: 1024px ){
   .container, header, #main-nav, .container , .breaking-news, #footer-widget-area {width:985px !important;}
   
   	.flexslider , .ei-slider, .ei-slider-large li{width:965px ; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img , .ei-slider {max-height:482px;}

	.content .flexslider , .content .ei-slider, .content .ei-slider-large li{width:640px ; }
	.content .flexslider , .content .flexslider .slides > li , .content .flexslider .slides img, .content .ei-slider {max-height:320px;}

    #main-content{padding:10px; width:965px !important; }
	.content {width: 640px;}
	.list-box .cat-box-content , .scroll-box .cat-box-content, .pic-box .cat-box-content , .recent-box .cat-box-content, .cat-tabs-wrap,
	.cat-box li.first-news .inner-content , .column2 li , .wide-box li, #related_posts .post-listing, #author-box .post-listing  {padding-right: 10px; padding-left: 10px;}
	 
	.cat-box.column2 {width: 310px; }
	 
	.scroll-nav {margin: 10px -10px -10px;}
	 
  	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	
	.jp-progress{ width:419px !important; }		
	
	.box-item{float:left; width:180px; margin:0 15px 15px 0px; padding:7px; height: auto; background:#fff; border-bottom:2px solid #56B0F0;}
		.box-item h3 a { color:#297cb6; font-size:16px;}
		.box-item p.post{padding-bottom:5px;	margin-bottom:10px;	}
	
	.box-paginacao {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: 0 0 1px; padding: 10px; width: 622px;}

.bt-anterior a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px;}
.bt-anterior a:hover {color:#30688f;}
.bt-proximo a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal;}
.bt-proximo a:hover {color:#30688f;}

.box-numeracao { float:left; width:470px;}
	.box-numeracao ul { padding: 4px 185px;}
	.box-numeracao ul li { float:left; width:20px; color:#fff; font-size:14px; font-weight:bold;}
	.box-numeracao ul li a { float:left; width:20px; color:#30688f !important; font-weight:normal;}
	.box-numeracao ul li a:hover {color:#fff !important;}
	
	.img-destaque {padding:0px 0px 10px 0px}
	
	.share-post {clear: both; margin:10px 0px 20px; padding: 10px 0px 10px 10px ; border-bottom:3px solid #3a6c8f; height:20px; background:#fff; width: 633px;}
	.share-post li , .mini-share-post li{float: left; width: 490px;}
	
	.post-inner {width: 615px !important;}
	.share-post span.share-text {margin: -10px 15px -10px -10px !important;}
	.box-tag {width: 585px !important;}
	
	#respond {margin: 20px 15px 10px 0 !important; width: 340px !important;}
	
	.box-coment-login .box-anuncio {width: 285px !important;}
	
	.box-pag {width: 631px !important;}
	.box-pag .box-numeracao2 {width: 405px !important;}
}	

   TABLET  : 768px -----------------------------   
@media only screen and (max-width: 985px) and (min-width: 768px){
     header, #main-nav , .container , .breaking-news , #footer-widget-area{width:750px !important;}
    #main-content , .content , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:730px !important; }

	.flexslider , .flexslider .slides > li {height:330px !important;}
	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	.ei-slider, .ei-slider-large li{height:330px;}
	.ei-slider-large li img{width:100% !important; height:330px !important; margin:0 !important;}
	.ei-title h3{width:635px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu , .top-menu{	display:none; }
	#top-menu-mob{
		background: #FFF;
		width: 500px;
		padding: 5px;
		border: 1px solid #ccc;
		height: 26px;
		color:#000;
		margin:2px 0 0 10px;
	}
	#main-menu-mob{
		background: #56b0f0;
		width: 500px;
		padding: 5px;
		border: 1px solid #000;
		color:#DDD;
		height: 27px;
		margin:13px 0 0 10px;
	}

	#sidebar{
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	
	.header-content { padding:25px 0px;}
	
	.box-rede-sociais{
		width: 310px;
		float: inherit;
	}
	
	.search-block{ margin-left:55px; float:left; margin-top:17px;}
	.search-block #q {width:180px; padding: 10px 12px;}
	.search-block .search-button { margin-left:175px; margin-top:8px;}
	
	.bt-login{ float:right; margin-right:-9px; margin-top: 20px; width:225px;}
	.bt-login .cadastre-se { margin-right:25px; width:112px;}
	.bt-login .cadastre-se img { width:112px; height:28px;}
	.bt-login .login img { width:67px; height:28px;}
	
	.widget , .search-widget input{
		clear:none !important;
		margin:0 3px 20px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
		float:left;
	}
	.widget-container .post-thumbnail a , .footer-widget-container .post-thumbnail a{ -webkit-transition: none !important; transition:none !important; }
	.widget-container .post-thumbnail  , .footer-widget-container .post-thumbnail {  position: inherit;}
	.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{ -webkit-transition: none !important; transition:none !important; opacity:1 !important;}

	.search-widget input{ width:339px;}
	#sidebar .widget-counter{width:354px;}
	.widget-counter li { width:117px;}
	.recent-box .recent-item { margin-right:55px;}
	.list-box li , .list-box li.first-news, .cat-tabs-wrap li ,.cat-tabs-wrap li.first-news {	width:344px;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:336px; height:155px;}
	.cat-box.column2{width:355px;}
	.cat-box.column2 .first-news .post-thumbnail{ height:160px}
	.group_items{width:710px;}
	.scroll-box .scroll-item { margin-right:15px;}
	.wide-box li { width:335px }
	#topcontrol, .today-date{display:none;}
	.footer-widgets-box { width:48% !important; margin-right:4% !important;}
	#footer-second , #footer-fourth{	margin-right:0 !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 15px 1px; }
	
	
	.ads-top{
		clear:both;
		float:none;
		text-align:center;
		border: 0 none;
		background:none !important;
		padding:30px 0 0;
	}
	.jp-progress{ width:509px !important; }
	#related_posts .related-item{margin:0 23px 10px 15px;}
	
	.ei-slider-large {height: 250px; overflow: hidden; position: relative; width: 727px;}
	.banner-anuncio {height: 90px; padding: 10px 0 5px; width: 820px; z-index: 0;}
	.banner-anuncio img { width:508px; height:64px;}
	
	.box-rede-sociais img { width:85px !important; height:85px !important;}
	
	.ei-title{background: url(bg-banner.png) no-repeat left top; bottom: 0; color: #FFFFFF; height: 330px; margin-right: 0; position: absolute; width:338px;}
	
	.wide-box li {width: 324px;}
	
	.img-anuncio-gd img { width:460px;}
	
	.img-anuncio-pq img { width:200px; margin:-11px 53px 0 0;}
	
	#footer-um { width:21% !important; margin-right:0px !important;}
	#footer-um .footer-widget-container ul {float: left; width: 111px;}
	
	#footer-dois { width:22% !important; margin-right:0px !important;}
	#footer-dois .footer-widget-container ul {float: left; width: 139px;}
	
	#footer-tres { width:25% !important; margin-right:0px !important;}
	#footer-tres .footer-widget-container ul {float: left; width: 139px;}
	
	#footer-quatro { width:25% !important; margin-right:0px !important;}
	
	.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 10px; font-weight: bold; line-height: 18px; overflow: hidden; padding: 6px 12px 6px 0;}
	
	
	.footer-bottom-menu ul li a {color: #FFFFFF; float: left; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 11px; font-weight: bold; padding: 10px 12px 10px 0;}
	
	.footer-bottom-menu div div img{ width:179px;}	
	
	.footer-bottom { background: none repeat scroll 0 0 #FFFFFF; color: #1B1B1B; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 10px; height: 40px; line-height: 13px; margin-top: 12px;}
	
	.txt-canal {color: #7A7A7A; float: right; font-family: Arial; font-size: 12.49px; font-style: italic; margin-right: 4px;}
	
	.box-item{float:left; width:180px; margin:0 29px 15px 0px; padding:7px; height: auto; background:#fff; border-bottom:2px solid #56B0F0;}
		.box-item h3 a { color:#297cb6; font-size:16px;}
		.box-item p.post{padding-bottom:5px;	margin-bottom:10px;	}
		
	
	.box-paginacao {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: 0 0 1px; padding: 10px; width: 710px;}

.bt-anterior a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px;}
.bt-anterior a:hover {color:#30688f;}
.bt-proximo a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal;}
.bt-proximo a:hover {color:#30688f;}

.box-numeracao { float:left; width:550px;}
	.box-numeracao ul { padding: 4px 200px;}
	.box-numeracao ul li { float:left; width:20px; color:#fff; font-size:14px; font-weight:bold;}
	.box-numeracao ul li a { float:left; width:20px; color:#30688f !important; font-weight:normal;}
	.box-numeracao ul li a:hover {color:#fff !important;}
	
	.box-login{background:#fcfcfc; border-radius:4px 4px 4px 4px; float:right; height:120px; margin-left:-119px; margin-top: 27px; padding:20px 15px 20px 20px; position:absolute; width:286px; z-index: 9999; border:1px solid #dedede;}

.img-destaque {padding:0px 0px 10px 0px}

.share-post {clear: both; margin:10px 0px 20px; padding: 10px 0px 10px 10px ; border-bottom:3px solid #3a6c8f; height:20px; background:#fff; width: 717px;}
	.share-post li , .mini-share-post li{float: left; width: 490px;}

.area-assinante-interna { float:right; margin-top:-8px !important; margin-left:11px; background:url(../images/seta-box-usuario.png) no-repeat 95% 12px #56B0F0; width:222px; height:40px; border-radius:4px; }
.submenu{background: #56B0F0; float: right; height:193px; position: absolute; width: 222px; z-index: 99; margin-top:30px; margin-left:3px; display:none; border-radius:4px;}

}



   Phone  : 480px -----------------------------   
    
@media only screen and (max-width: 767px) and (min-width: 480px){
	#topcontrol , .ads-top, .ads-bottom,.home-ads, .ads-post, .today-date,.ei-slider-thumbs li img, .ei-title h3, .slider-caption p{display:none !important;}
     header, .container , #main-nav , .breaking-news , #footer-widget-area{width:445px !important;}
	 #main-content , .content , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:425px !important; }

	.flexslider , .flexslider .slides > li ,.flexslider .slides img{max-height:250px !important;}
	.ei-slider, .ei-slider-large li{height:250px !important;}
	.ei-slider-large li img{width:100% !important; height:250px !important; margin-left: 0 !important; margin-top: 0 !important;}
	.ei-title h2, .slider-caption h2 a{ font-size:22px;}
	
	.single-post-thumb img { max-height:210px; }

	.slider-caption{width:auto;}
	.logo{float:none;text-align:center;}
	.fixed-nav{position: initial;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu , .top-menu, .breaking-news, .ei-title h3{	display:none; }
	#top-menu-mob{
		background: #FFF;
		width: 210px;
		padding: 5px;
		border: 1px solid #ccc;
		height: 26px;
		color:#000;
		margin:2px 0 0 10px;
	}
	#main-menu-mob{
		background: #56b0f0;
		width: 433px;
		padding: 5px;
		border: 1px solid #fff;
		color:#DDD;
		height: 27px;
		margin:13px 0 0 10px;
	}
	.widget.news-pic .post-thumbnail {margin: 3px 4px;}
	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail { margin:0 auto; width:294px;}
	.pic-box li { margin-left:10px}
	.widget , .search-widget input{clear:none;margin:0 0 20px;}
	.search-widget input{ width:423px;}
	.recent-box .recent-item , .recent-box .recent-item:nth-child(3n+3) { margin-right:5px;}
	.recent-box .recent-item:nth-child(2n+2) {margin-right: 0;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:400px; height:155px; margin:0 auto 15px;}
	.cat-box.column2{width:425px; float:none; margin-right:0;}
	.cat-box.column2 .first-news .post-thumbnail{ height:200px}
	.group_items{width:402px !important;}
	.scroll-box .scroll-item { margin:0 27px;}
	.wide-box li { width:364px }
	.cat-tabs-wrap li.first-news ,
	.list-box li.first-news{
		width:100%;
		float:none;
		margin: 0 0 10px 0;
		border-bottom:1px solid #ddd;
		padding-bottom:10px
	}
	.cat-tabs-wrap li ,.list-box li { width:100%; border-bottom:1px solid #F2F2F2;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 19px 1px; }
	.search-block{
		position:relative;
		top:0;
		right:0;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		z-index:9999;
		float:left;
		margin-left:91px;
	}
	
	.header-content { padding:10px 0px 0px;}
	
	.search-block{ margin-left:-2px; float:left; margin-top:12px;}
	.search-block #q , .search-block #s:focus{ width:200px; padding:8px 12px;}
	.search-block .search-button { margin-left:195px; margin-top:6px;}
	
	.bt-login{ float: left; margin-top: 14px; width:183px; margin-left:38px;}
	.bt-login .cadastre-se { margin-right:14px; width:102px;}
	.bt-login .cadastre-se img { width:102px; height:28px;}
	.bt-login .login {height: 28px; width: 67px;}
	.bt-login .login img { width:67px; height:28px;}

	
	
	a.random-article {
		position:relative;
	}
	.top-nav .social-icons {
		position: relative;
		top:0;
		right:0;
		z-index:9999;
	}
	.footer-bottom{
		text-align:center;
		padding:0 20px;
		height:auto;
		overflow:hidden;
	}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 140px;}
	
	.sitemap-col { float:none !important; width:auto !important;}
	
	#related_posts .post-listing, #author-box .post-listing{
		padding: 20px 10px 10px 10px;	
	}
	#related_posts .related-item ,#related_posts .related-item:nth-child(3n+3) {margin-right: 5px !important;}
	#related_posts .related-item:nth-child(2n+2) {margin-right: 0 !important;}

	.share-post li, .mini-share-post li {height: 31px;width: 110px !important;}
	
	.content iframe {	max-height: 250px; }
	.jp-progress{ width:204px !important; }	
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	
	.banner-anuncio {height: 50px; padding: 10px 0 5px; width: 473px; z-index: 0;}
	.banner-anuncio img { width:317px; height:40px;}
	
	.box-rede-sociais { width:305px; float:right;}
	.box-rede-sociais img { width:85px !important; height:85px !important;}
	
	.wide-box li.first-news .post-thumbnail {height: 182px; width: 348px;}
	.wide-box ul li.first-news h2 a { margin-top:20px;}
	
	.scroll-box .scroll-item {background: none repeat scroll 0 0 #FFFFFF; float: left; height: 190px; margin: 0 2px; padding: 7px; width: 80px;}
	
	.scroll-box .post-thumbnail img {height: 42px; width: 75px;}
	
	.scroll-item h3 a {color: #297CB6; font-size: 12px;}
	
	.column2 li.first-news .post-thumbnail img {border: 3px solid #FFFFFF !important; height: 190px; padding: 0 !important; width: 360px;}
	
	.cat-tabs-wrap li.first-news {background: none repeat scroll 0 0 #F4F4F4 !important; border-bottom: 0 none !important; float: left; padding: 0; width: 400px;}
	
	.cat-tabs-wrap li.first-news .post-thumbnail img {border: 3px solid #FFFFFF; height: 165px; padding: 0 !important; width: 400px;}
	.cat-tabs-wrap ul li {background: none repeat scroll 0 0 #F4F4F4; border-bottom: 2px solid #FFFFFF; margin-left: 0; padding: 5px 0 5px 3px;}
	
	.img-anuncio-gd img { width:450px; margin-top:15px;}
	
	.img-anuncio-pq img { display:none;}
	
	#footer-um { width:21% !important; margin-right:0px !important;}
	#footer-um .footer-widget-container ul {float: left; width: 111px;}
	
	#footer-dois { width:27% !important; margin-right:0px !important;}
	#footer-dois .footer-widget-container ul {float: left; width: 139px;}
	
	#footer-tres { width:27% !important; margin-right:0px !important;}
	#footer-tres .footer-widget-container ul {float: left; width: 139px;}
	
	#footer-quatro { width:25% !important; margin-right:0px !important;}
	
	.footer-widget-top h4 {color: #56B0F0; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 12px; font-weight: bold;}
	
	.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 9px; font-weight: bold; line-height: 18px; overflow: hidden; padding: 6px 12px 6px 0;}
	
	.footer-bottom-menu ul li a {color: #FFFFFF; float: left; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 9px; font-weight: bold; padding: 10px 8px 10px 0;}
	
	.footer-bottom-menu div div img{ float: right; margin-right: -84px; margin-top: 8px; width: 91px;}	
	
	.footer-bottom { background: none repeat scroll 0 0 #FFFFFF; color: #1B1B1B; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 9px; height: auto; line-height: 13px; margin-top: 12px;}
	
	.txt-canal {color: #7A7A7A; float: right; font-family: Arial; font-size: 12.49px; font-style: italic; margin-right: 4px;}
	
	
		.cat-tabs-header li {border-top-left-radius: 2px; border-top-right-radius: 2px; color: #8DBEE1; float: left; font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height: 30px; margin-right: 10px; margin-top: -12px; padding: 11px 5px;}
	
	
.box-paginacao {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: 0 0 1px; padding: 10px; width: 406px;}

.bt-anterior a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px;}
.bt-anterior a:hover {color:#30688f;}
.bt-proximo a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal;}
.bt-proximo a:hover {color:#30688f;}

.box-numeracao { float:left; width:250px;}
	.box-numeracao ul { padding: 4px 75px;}
	.box-numeracao ul li { float:left; width:20px; color:#fff; font-size:14px; font-weight:bold;}
	.box-numeracao ul li a { float:left; width:20px; color:#30688f !important; font-weight:normal;}
	.box-numeracao ul li a:hover {color:#fff !important;}
	
	.box-login{background:#fcfcfc; border-radius:4px 4px 4px 4px; float:right; height:120px; margin-left:-141px; margin-top: 25px; padding:20px 15px 20px 20px; position:absolute; width:286px; z-index: 9999; border:1px solid #dedede;}

.img-destaque {padding:0px 0px 10px 0px}

.share-post {clear: both; margin:10px 0px 20px; padding: 10px 0px 10px 10px ; border-bottom:3px solid #3a6c8f; height:20px; background:#fff; width: 416px;}
.share-post span.share-text {height: 22px; line-height: 26px; font-size:14px; font-weight:bold; margin: -10px 5px 0 -10px;}
	.share-post li img{float: left; width: 315px;}
	
.box-tag {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: -15px 0 50px; padding: 10px 30px 10px 10px; width: 387px;}
	.box-tag p {float: left; font-size: 14px;}
	.box-tag p span a {background: none repeat scroll 0 0 #448BBE; color: #FFFFFF; cursor: pointer; font-size: 11px !important; font-weight: bold; margin: 0 5px; padding: 6px 4px;}
	
	.area-assinante-interna { float:right; margin-top:-8px !important; margin-left:11px; background:url(../images/seta-box-usuario.png) no-repeat 95% 12px #56B0F0; width:211px; height:40px; border-radius:4px; }
	.submenu{background: #56B0F0; float: right; height:193px; position: absolute; width: 211px; z-index: 99; margin-top:29px; margin-left:-28px; display:none; border-radius:4px;}
	
}

   Phone  : 320px -----------------------------   
@media only screen and (max-width: 479px){
	

	
	#topcontrol , .ads-top, .home-ads, .ads-bottom, .ads-post, .today-date, .slider-caption p, #cats-tabs-box, .ei-slider-thumbs li img, .slider-caption p,a.random-article, .top-nav .social-icons, .search-block, .ei-title h3, .share-post span.share-text , .jp-mute , .jp-volume-bar, .separator.sep-2{display:none !important;}
     header, .container , #main-nav , .breaking-news , #footer-widget-area{width:297px !important;}
	 #main-content , .content , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:277px !important; }

	.flexslider , .flexslider .slides > li ,.flexslider .slides img{max-height:140px !important;}
	.ei-slider, .ei-slider-large li{height:150px !important;}

	.single-post-thumb img { max-height:150px; }
	.fixed-nav{position: initial;}
	#main-nav{overflow:hidden;}
	
	.slider-caption{width:auto;}
	
	.header-content { padding:10px 0px 0px;}
	
	.logo{float:none;text-align:center;}
	
	.bt-login{ float: left; margin-top: 2px; width:225px; margin-left:38px;}
	.bt-login .cadastre-se { margin-right:14px; width:122px;}
	.bt-login .cadastre-se img { width:122px; height:31px;}
	.bt-login .login {height: 31px; width: 73px;}
	.bt-login .login img { width:73px; height:31px;}	
	
	#top-menu-mob , #main-menu-mob{
		display:block;
		margin:0 auto;
	 }
	.main-menu , .top-menu, .breaking-news{	display:none; }
	#top-menu-mob{
		background: #FFF;
		width: 277px;
		padding: 5px;
		border: 1px solid #CCC;
		height: 26px;
		color:#000;
		margin:2px auto 0;
		float:none;
	}
	#main-menu-mob{
		background: #56b0f0;
		width: 277px;
		padding: 5px;
		border: 1px solid #fff;
		height: 27px;
		margin:13px 0 0 10px;
		color:#fff;
	}
	#tabbed-widget .widget-top {overflow:hidden;}
	.share-post{ overflow:hidden; height:auto;}
	#commentform textarea { padding:0;width: 100%;}
	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail { margin:0 auto; width:257px;}
	.pic-box .first-pic .post-thumbnail img{ width:100%;}
	.pic-box .first-pic .post-thumbnail h2{ width:236px;}
	.pic-box li { margin-left:14px}
	.widget , .search-widget input{
		clear:none;
		margin:0 0 20px;
	}
	.search-widget input{ width:275px;}
	.recent-box .cat-box-content {padding: 5px 1px;position: relative;}
	.recent-box .recent-item {width:131px;}
	.recent-box .recent-item, .recent-box .recent-item:nth-child(3n+3) { margin-right:0px;}
	.recent-item .post-thumbnail .overlay-icon {width: auto;height: auto;}
	.recent-item .post-thumbnail img {width: 100%;height: 60px;  padding:1px;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:100%; height:155px; margin:0 auto 15px;}
	.cat-box.column2{width:100%; float:none; margin-right:0;}
	.cat-box.column2 .first-news .post-thumbnail{ height:120px}
	.scroll-box .cat-box-content {padding: 5px;}
		.group_items{width:289px !important;}
	.scroll-box .scroll-item img {width: 100%;height: 60px;  padding:1px;}
	.scroll-box .post-thumbnail {margin: 0 0 10px 0;}
	.scroll-nav { margin:0;}
	.wide-box li { width:251px }
	.cat-tabs-wrap li.first-news ,  .list-box li.first-news{width:100%;float:none;margin: 0 0 10px 0;border-bottom:1px solid #ddd;padding-bottom:10px;}
	.cat-tabs-wrap li ,.list-box li { width:100%; border-bottom:1px solid #F2F2F2;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 7px 1px; }
	.flickr-widget .flickr_badge_image {margin: 4px;}
	header{min-height:115px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	
	.footer-bottom{
		text-align:center;
		padding:0 5px;
		height:auto;
		overflow:hidden;
	}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 91px;}
	.widget.news-pic .post-thumbnail{margin:3px 2px;}
	
	.sitemap-col { float:none !important; width:auto !important;}
	
	#related_posts .related-item{
		margin:0 auto 10px !important;
		float:none;
	}
	
	.share-post {height: 50px; padding-left:5px;}
	.share-post li, .mini-share-post li {height: 31px;width: 105px ;}
	
	.widget-feedburner-counter, #login-form{padding-right:5px; padding-left:5px;}
	.content iframe {	max-height: 170px; }
	.jp-progress{ width:175px !important; }		
	.google-box iframe{ width:250px !important; float:left;}
	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:230px;}
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	
	.banner-anuncio {height: 50px; padding: 10px 0 5px; width: 212px; z-index: 0;}
	.banner-anuncio img { width:317px; height:40px;}
	
	.box-rede-sociais { width:280px; float:inherit;}
	.box-rede-sociais img { width:45px !important; height:45px !important;}
	
	.ei-title {background: url("../images/bg-banner.png") no-repeat scroll -82px top transparent; bottom: 0; color: #FFFFFF; height: 158px; margin-right: 0; position: absolute; width: 338px;}
	.ei-title a {color: #FFFFFF; font-size: 11px;}
	
	.content .ei-title .bt-leia-mais {background: url("../images/bt-leia-mais-mini.jpg") no-repeat scroll left top transparent;  display: block; float: left; height: 29px; margin: 15px 0 0 25px; width: 122px;}
	
	.wide-box ul {background: none repeat scroll 0 0 #F7F7F7; overflow: hidden; padding: 0 3px;}
	.wide-box li.first-news .post-thumbnail {height: 150px; width: 237px;}
	
		.wide-box ul li.first-news h2 a {color: #3E3D3D; float: left; font-family: NewsGothicMt,Helvetica,sans-serif; font-size: 16px; margin:20px 0 15px; padding: 0 9px; width: 236px;}
		.wide-box ul li.first-news .entry a, .wide-box ul li.first-news .entry form a {float: left; padding: 0 9px; width: 235px; font-size:12px;}
		.wide-box li a p.post-meta {color: #111111; font-family: NewsGothicMt,Helvetica,sans-serif; font-size: 11px; padding-right: 30px;}
		
	.ttip {float: left; margin: 2px 23px !important;}
	
	.scroll-box .scroll-item {background: none repeat scroll 0 0 #FFFFFF; float: left; height: 190px; margin: 0 2px 4px; padding: 7px; width: 116px;}
	
	.img-anuncio-gd img { display:none;}
	
	.img-anuncio-pq img { display:none;}
	#footer-um { width:50% !important; margin-right:0px !important;}
	#footer-um .footer-widget-container ul {float: left; width: 111px;}
	
	#footer-dois { width:40% !important; margin-right:0px !important; height:495px;}
	#footer-dois .footer-widget-container ul {float: left; width: 139px;}
	
	#footer-tres { width:50% !important; margin-right:0px !important;}
	#footer-tres .footer-widget-container ul {float: left; width: 139px;}
	
	#footer-quatro { width:50% !important; margin-right:0px !important;}
	
	.footer-widget-top h4 {color: #56B0F0; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 12px; font-weight: bold;}
	
	.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 9px; font-weight: bold; line-height: 18px; overflow: hidden; padding: 6px 12px 6px 0;}
	
	.footer-bottom-menu ul li a {color: #FFFFFF; float: left; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 6px; font-weight: bold; padding: 10px 8px 10px 0;}
	
	.footer-bottom-menu div div img{ display:none;}	
	
	.footer-bottom { background: none repeat scroll 0 0 #FFFFFF; color: #1B1B1B; font-family: 'NewsGothicMt',Helvetica,sans-serif; font-size: 9px; height: auto; line-height: 13px; margin-top: 12px;}
	
	.txt-canal {color: #7A7A7A; float: right; font-family: Arial; font-size: 12.49px; font-style: italic; margin-right: 4px;}
	
.box-paginacao {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: 0 0 1px; padding: 10px; width: 322px;}

.bt-anterior a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal; margin-left:13px;}
.bt-anterior a:hover {color:#30688f;}
.bt-proximo a { float:left; color:#fff; width:66px; font-size:18px; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight:normal;}
.bt-proximo a:hover {color:#30688f;}

.box-numeracao { float:left; width:175px;}
	.box-numeracao ul { padding: 4px 30px;}
	.box-numeracao ul li { float:left; width:20px; color:#fff; font-size:14px; font-weight:bold;}
	.box-numeracao ul li a { float:left; width:20px; color:#30688f !important; font-weight:normal;}
	.box-numeracao ul li a:hover {color:#fff !important;}
	
	.box-login{background:#fcfcfc; border-radius:4px 4px 4px 4px; float:right; height:120px; margin-left:-59px; margin-top: 30px; padding:20px 15px 20px 20px; position:absolute; width:286px; z-index: 9999; border:1px solid #dedede;}
	
	.img-destaque {padding:0px 0px 10px 0px}

.share-post {clear: both; margin:10px 0px 20px; padding: 10px 0px 10px 10px ; border-bottom:3px solid #3a6c8f; height:20px; background:#fff; width: 333px;}
.share-post span.share-text {height: 22px; line-height: 26px; font-size:14px; font-weight:bold; margin: -10px 5px 0 -10px;}
	.share-post li img{float: left; width: 315px;}

.box-tag {background: none repeat scroll 0 0 #56B0F0; color: #FFFFFF; float: left; font-family: "NewsGothicMt",Helvetica,sans-serif; font-weight: bold; height: 20px; margin: -15px 0 50px; padding: 10px 7px 10px 10px; width: 363px;}
	.box-tag p {float: left; font-size: 12px;}
	.box-tag p span a {background: none repeat scroll 0 0 #448BBE; color: #FFFFFF; cursor: pointer; font-size: 11px !important; font-weight: bold; margin: 0 5px; padding: 6px 4px;}
.area-assinante-interna { float:right; margin-top:-8px !important; margin-left:11px; background:url(../images/seta-box-usuario.png) no-repeat 95% 12px #56B0F0; width:222px; height:40px; border-radius:4px; }
.submenu{background: #56B0F0; float: right; height:193px; position: absolute; width: 222px; z-index: 99; margin-top:30px; margin-left:3px; display:none; border-radius:4px;}

}*/


.content form legend{
	font-size: 16px;
	font-weight: bold;
}

#cadastro_membros label{
	display: inline-table;
    float: left;
    font-family: Arial;
    font-size: 13px;
    margin-right: 10px;
    text-align: right;
	width: 195px;
}

#cadastro_membros .w-alerta{
	color: #FF0000;
    font-size: 11px;
    margin-left: 7px;
}


.box-dois { width: 400px !important;}
.box-dois li { float:left; width:30%; margin-right:10px !important;}

.box-tres { width: 600px !important; }
.box-tres li { float:left; width:30%; margin-right:10px !important;}

.barra-terra-topo{
	height: 48px;
}

.menu-nivel-1{
	font-family: "Arial";
	font-weight:bold;
	font-size: 16px;
}

div.entry p a{
	font-weight: bold;
	text-decoration: underline;
}

.entry a {
	font-weight: bold;
	text-decoration: underline;
}


.noticias2{
	background: url("../images/bg_titulo.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
	border: 0 none !important;
	height: 44px;
	padding: 0 !important;
	width: 300px;
	padding: 12px 0 2px 10px;
	display: block;
}
.noticias2 p a{
	font-size: 20px;
	font-family: 'Arial',sans-serif;
	color: #FFFFFF !important;
	padding-left: 12px;
}
.noticias2 p{
	padding-top: 11px;
}
.li-noticias-vestibular{
	border-bottom: 2px solid #F4F4F4;
	/*background-color: #ffffff;*/
}

.ul-noticias-vestibular li{
	width: 280px; background-color: #ffffff; margin-left: 10px; margin-right: 10px;
}
.ul-noticias-vestibular li p{
	margin-left: 5px;
}

.ul-noticias-vestibular li:hover{
	background-color: #56B0F0;
}

.ul-noticias-vestibular li a:hover, .ul-noticias-vestibular li:hover{
	color: #ffffff;
}

.SkyTOP{
	margin-top: -70px !important;
}

.recuperar-senha h3{
    font-size: 14pt; !important;
    margin: 14px 0px 14px 0px; !important
}
.recuperar-senha input{
    margin-bottom: 15px;
}

.recuperar-senha input[type="e-mail"]{
    width: 280px;
    border: 2px solid #c4c6d0;
    padding: 6px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.recuperar-senha input[type="e-mail"]:focus{
    border: 2px solid #264d55;
}

.recuperar-senha input[type="submit"]{
    width: 195px;
    font-weight: 700;
    border: none;
    background: #9a9ca5;
    color: #FFFFFF;
    padding: 9px 10.5px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.recuperar-senha input[type="submit"]:hover{
    background: #264d55;
}

.recuperar-senha p, .cadastro-sucesso p {
    margin: 15px 0px 15px 0px;
}

.recuperar-senha label {
    width: 180px;
}

.membro-primeiro-nome {
    font-weight: bold;
}

.texto-alerta{
    font-size: 1.15em; 
    line-height: 1.5em; 
    color: #333;
}

.texto-alerta li{
    padding: 0pt;
    margin: 15pt;
    list-style-type: square; !important
}

.texto-alerta a{
    color: #89bad8;
    text-decoration: underline;
}

#comentarios #disqus_thread{
    width: 100%;
    float: left;
    margin: 10px;
}