/*
	Theme Name: Carlos Santos
	Theme URL: http://www.zenitech.com.br
	Description: Blog do jornalista Carlos Santos, desenvolvido pela empresa Zenitech.
	Author: Glaudson Alc&acirc;ntara - Zenitech Informatica
	Author URI: http://www.zenitech.com.br
	Version: 1.0
*/

/**
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit
 * this file under any circumstances. Please do all modifications
 * in the form of a child theme.
 */

/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */
@import url("css/stylesheet.css");

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: "trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */
body{
	
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	width: 100%;
	margin: 0 auto;
}


#pubtopo{
	width:912px;
	height:95px;
	clear:both;
	padding-top:19px;
	padding-bottom:19px;
        margin: auto;
}

		#pubtopo #publicidade{
			width:894px;
			height:92px;
			padding-left:20px;
			background-color:#CFCFCF;
			background-image:url(images/background/publicidade.png);
			background-repeat:no-repeat;
			background-position:3px 22px;
		}
		
		
		#content #publicidade{
			width:627px;
			/*height:62px;*/
			/*padding-left:16px;*/
			/*background-color:#CFCFCF;*/
			background-image:url(images/background/publicidade.png);
			background-repeat:no-repeat;
			background-position:2px 8px;
			margin:0 auto 50px;
		}
		
		#publicidade li{list-style: none;}


/* Header
------------------------------------------------------------ */

#header {
	height: 230px;
	width: 920px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 400px;
}

#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	background: url(images/logo.png) no-repeat top left;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 124px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 196px;
	/*margin-left: 45px;
    margin-top: 75px;*/
}

.header-image #title-area{
	margin-left: 45px;
    margin-top: 75px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}


/* Navigation Constants
------------------------------------------------------------ */

#header .nav li:hover ul ul,
#header .menu li:hover ul ul,
#nav li:hover ul ul,
#subnav li:hover ul ul,
#header .nav li.sfHover ul ul,
#header .menu li.sfHover ul ul,
#nav li.sfHover ul ul,
#subnav li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	/*background-color: #000;*/
	color: #343434;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #343434;
	overflow: hidden;
	text-transform: uppercase;
	width: 920px;
	padding: 0 0 0 78px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
        margin-right: 22px;
}

#nav li a {
	color: #343434;
	display: block;
	font-size: 21px;
	/*padding: 5px 10px 6px;*/
	position: relative;
	text-decoration: none;
	font-family: 'BebasNeueRegular';
	margin-right:18px;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	/*background-color: #000;*/
	color: #0053dc;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 920px;
	height:35px;
	margin-top:19px;
}

	#subnav .busca{
		width:195px;
		height:34px;
		float:left;
		padding-top:11px;
		padding-left:12px;
	}
	
			#subnav .busca input[type="text"]{
				background-color: #0053DC !important;
				border: none;
				width: 152px;
				height: 17px;
				color: #D3E2FB;
				font-style: italic;
				float: left;
				margin-left: 10px;
				font-size: 11px;
				margin-top: -4px;
			}
			
			#subnav .busca input[type="submit"]{
				float:left;
				width:20px;
				background-color:#0053dc !important;
				border:none;
				color:#FFFFFF;
				cursor:pointer;
				font-family: 'BebasNeueRegular';
				font-size:16px !important;
				margin-top: -3px;
			}
			
			
	#subnav .setaesq{
		width:17px;
		height:45px;
		float:left;
		margin-left: 55px;
	}
	
	
			#subnav .setaesq a{
				display:block;
				background-image:url(images/icones/setaesq.png);
				background-repeat:no-repeat;
				background-position:3px 13px;
				widows:auto;
				height:45px;
			}
			
			#subnav .setaesq a:hover{
				background-position:-20px 13px;
			}
			
	#subnav .setadir{
		width:17px;
		height:45px;
		float:left;
	}
	
	
			#subnav .setadir a{
				display:block;
				background-image:url(images/icones/setadir.png);
				background-repeat:no-repeat;
				background-position:-20px 13px;
				widows:auto;
				height:45px;
			}
			
			#subnav .setadir a:hover{
				background-position:3px 13px;
			}
			
	#subnav .flashnews{
		width:465px;
		height:37px;
		float:left;
                margin:5px 0 0 10px;;
		text-transform:none;
		padding-left:25px;
		padding-right:25px;
		padding-top:7px;
		font-size: 11px;
                font-style: italic;
	}
	
			#subnav .flashnews a{color:#FFF;}
	
			#subnav .flashnews .info{
				margin-left:15px;
			}
			
	#subnav .tempo{
		width:126px;
		height:37px;
		float:right;
		text-transform:none;
		padding-top:7px;
		font-size: 14px;
		text-align:center;
		font-family: 'BebasNeueRegular';
		padding-right: 10px;
	}
	
	
	
#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #343434;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a {
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
        margin: auto;
	margin-top: 27px;
        margin-bottom: 27px;
	overflow: hidden;
	/*width: 920px;*/
        
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

/*#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 920px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 920px;
}
*/

/* Content
------------------------------------------------------------ */

/*#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 643px;
	margin-left:7px;
	margin-right:42px;
}*/

/*.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 920px;
}*/

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	/*padding: 0 0 15px;*/
}
.post .entry-content p {
	text-align:justify;
	word-break: break-word;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
	line-height: 24px;
	color:#052354;
	font-family: 'HelveticaLTStdBoldCondensed';
	padding:5px 0 5px 0;
	letter-spacing:-0.08em;
	line-height: 38px;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #052354;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	/*background-color: #f7f7f7;*/
	border-bottom: 1px solid #003c9d;
	font-size: 18px;
	/*font-weight: bold;*/
	padding: 5px 5px 0px 10px;
	text-transform: uppercase;
	line-height: 9px;
	font-family: 'BebasNeueRegular';
	color:#003c9d;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

/*.sticky {
	margin: 0 0 40px;
	padding: 10px;
}*/


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
	height: auto;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 10px auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-size:16px;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

/*.sidebar {
	display: inline;
	float: right;
	width: 228px;
}*/

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	/*border: 1px solid #e6e6e6;*/
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 10px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
 	word-wrap: break-word;
}

		.widget-area ul li a{
			background-color:#e1e1e1;
			background-image:url(images/background/setas.png);
			background-repeat:no-repeat;
			background-position:5px 6px;
			display:block;
			width:auto;
			margin-left:-25px;
			margin-bottom:1px;
			padding-left:20px;
			padding-bottom:1px;
			padding-top:1px;
			color:#272727;
		}
		
		.widget-area ul li a:hover{
			background-position:5px -88px;
			background-color:#1048a3;
			color:#FFF;
			text-decoration:none;
		}

.widget-area ol li {
	list-style-type: decimal;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 920px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #333;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 5px 0;
	text-transform: uppercase;
	width: 920px;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


.post_data{
	width:230px;
	height:20px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#053d97;	
	font-weight:bold;	
	text-transform:capitalize;
}


/* Personalizado
------------------------------------------------------------ */

.olho{
	font-size:12px;
	color:#053d97;	
	font-weight:bold;
}

.manchetinha{
	font-style:italic;	
	color:#053d97;	
	font-weight:bold;
}

.post_topo{
	padding-bottom:10px;	
}

.post_rodape{
	text-align:center;
	padding:5px 0;
	margin-top:30px;
}

		.post_rodape a{
			font-style:italic;	
			padding:0px 5px 4px 23px;
			background-image:url(images/background/icones.jpg);
			background-repeat:no-repeat;
			background-position:-150px 0px;
		}
                                .post_rodape ul{
                                        
                                }
				.post_rodape ul li{
					display:inline;	
                                        
				}
		
				.post_rodape a:hover{
					background-position:0px 0px;
				}
				
				
				.post_rodape a[rel="envie"]{
					background-position:-150px -28px;
				}
				
				
				.post_rodape a[rel="envie"]:hover{
					background-position:0 -28px;
				}
				
				.post_rodape a[rel="imprimir"]{
					background-position:-150px -56px;
				}
				
				.post_rodape .imprimir{
					margin-top:-50px !important;
				}
				
				.post_rodape .imprimir a{
					font-style:italic;	
					padding:-7px 5px 4px 23px;
					background-image:url(images/background/icones.jpg);
					background-repeat:no-repeat;
					background-position:-150px -56px;
				}
				
				
				.post_rodape .envie a:hover{
					background-position:0 -28px;
				}
				
				.post_rodape .envie a{
					font-style:italic;	
					padding:0px 5px 4px 23px;
					background-image:url(images/background/icones.jpg);
					background-repeat:no-repeat;
					background-position:-150px -28px;
				}
				
				.raf_share_buttons{
					width:100px !important;	
				}
				
				
				.post_rodape .imprimir a:hover{
					background-position:0 -56px;
				}
				
				.post_rodape a[rel="link"]{
					background-position:-150px -83px;
				}
				
				
				.post_rodape a[rel="link"]:hover{
					background-position:0 -83px;
				}
				
				.post_rodape a[rel="rss"]{
					background-position:-150px -111px;
				}
				
				
				.post_rodape a[rel="rss"]:hover{
					background-position:0 -111px;
				}
				
                                .wp_bannerize		{
                                   width: 218px;
                                    border: 4px solid #cfcfcf;
                                    padding-bottom: 20px;
                                    background-color: #cfcfcf;
                                    background-image: url(images/background/publicidade.jpg);
                                    background-repeat: no-repeat;
                                    background-position: 0 bottom;
                                    /*width: 218px !important;*/
                                    /*height: 138px !important;*/
                                    width: 100%;
                                    height: auto;
                                    text-align: center;
                                }
                                #fb-root{
                                    width:50px !important;
                                }
.wp_bannerize img{
	/*border: 3px solid black;
	padding-bottom:14px;
	background-color:#000000;
	background-image:url(images/background/publicidade.jpg);
	background-repeat:no-repeat;
	background-position:0 bottom;*/
	/*width:218px !important;*/
	/*height:138px !important;*/
}

.widget-wrap .post h2 a{
	font-size:14px !important;;
	font-family: "trebuchet MS",Geneva, Arial, Helvetica, sans-serif !important;
	text-transform:none !important;
	color:#003c9d;
	padding:0;
	line-height: 15px;
}

.widget-wrap .post h2{
	clear: none;
	margin-top: -5px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 80px;
	display: block;	
}

.widget-wrap .post img{
	width:65px !important;
	height:65px !important;
	padding:3px !important;
	background-color:#000000 !important;
	border:none !important;
}

.widget-wrap p{
	font-size: 11px !important;
	line-height: 16px;
	margin-top: 5px;
	width: 127px;
	float: right;
}

#wp-calendar{
	font-size:10px !important;
	line-height:12px !important;
}

#wp-calendar td{
	text-align:right;
	height:15px; 
	width:20px;
	background-color:#f7f7f7;
	border:1px solid #e6e6e6;

}
#wp-calendar td a{
	display:block;
	width:auto;
	border:blue 1px solid;
	margin:-2px;
	height:14px;
	background-color:#FFFFFF;
	
	color:#0472ec;
	border:solid 1px #FFFFFF;
}

#wp-calendar .pad{
	background-color:#FFFFFF !important;
	border:none;
}

#wp-calendar thead{
	background-color:#FFFFFF !important;
	line-height: 35px;
}

#wp-calendar caption{
	width:auto;
	text-align:center;
	font-style:normal;
	text-transform:capitalize;
	padding-top: 12px;
	font-weight:bold;
}

/*.blogroll{
	width: 249px;
}

.blogroll ul{
	background-color:#CC0099;
	width:400px;
	display:block;
}

.blogroll a[rel="me"]{
	background-color:#FFFFFF !important;
	padding:0 !important;
	margin:0 !important;
	float:left;
	margin-right: 31px;
}*/

#futeboltotal{
	/*background-color:#000000;*/
	margin-top:10px;
}

		#futeboltotal span{
			margin-right: 2px;
		}
		
#siga-nos{
	/*background-color:#000000;*/
	margin-top:10px;
	margin-left:10px;
}

		#siga-nos a{
			margin-right: 5px;
		}
		
		
#rodape{
	width:100%;
	min-height:10px;
	position:relative;
	background-color:#000000;
	color:#c5c5c5;
	font-size:11px !important;
	line-height:18px;
}

		#rodape #meio{
			/*width:920px;
			height:73px;*/
			position:relative;
			margin:0 auto;
			padding:15px 0;
			text-align: center;
		}
		
		/*#rodape .logo{
			width:100px;
			height:47px;
			float:left;
		}
		*/
		#rodape .mapa{
			/*width:650px;*/
			/*height:32px;*/
			/*float:left;*/
			/*margin-left:30px;*/
			padding-top:15px;
		}
		
		#rodape .pipe{
			margin-left:5px;
			margin-right:5px;
		}
				

		#rodape a{color:#c5c5c5;}
		
		#rodape .status{
			background-image:url(images/icones/status.png);
			background-repeat:no-repeat;
			background-position:0 bottom;
			padding-left:20px;
			margin-left:30px;
		}
	
		#rodape .zenitech{
			/*width:92px;*/
			/*height:27px;*/
			/*float:right;*/
			margin-top: 20px;
		}

span.wpcf7-not-valid-tip {top:-5px; left:105%; color:#FF4444;background: none;border: none;}


.tabbed-widget ul li a{
	background-color: #FFF;
	background-image: none;
	display: block;
	width: auto;
	margin-left: 0;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #272727;	
        margin-right: 0px;
}

.tabbed-widget ul li a:hover{
	background-color:#FFF;	
	color:#000;
}

.tabbed-widget .ui-state-default{
	font-family: 'BebasNeueRegular';
	font-size: 18px;	
	padding:0 0 30px 0;
}

.tabbed-widget .ui-state-default a{
	padding-bottom:10px !important;
}

.tabbed-widget #tab-link-4-1 a{
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	padding:0 13px 0px 13px;
}


.tabbed-widget #tab-link-4-0 a{ 
	padding:0 13px 0px 0px;
}

.tabbed-widget #tab-link-4-2 a{ 
	padding:0px 0px 0px 13px;
}


.tabbed-widget .ui-state-active{
	background-image:url(images/tab/bgseta.png);
	background-repeat:no-repeat;
	background-position: center 30px;
}

.tabbed-widget .ui-state-default a{
	color:#003c9d;
        font-size: 17px;
}

.tabbed-widget ol, .tabbed-widget ul{
	margin: 0;	
}

.tabbed-widget .tw-content{
	background-color:#ebebeb !important;	
	background-image:url(images/tab/bgtab-a.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:-30px;
	min-height:10px;
	border-top:1px solid #bebebe;
}

.tabbed-widget .tw-tabbed-nav{
	/*z-index: 9999;*/
	display: block;
	position: relative;
}

#tabs a {
	/* background-image: url(images/tab/lista.jpg); */
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    /* height: 15px; */
    /* padding-bottom: 10px; */
    padding-top: 0px;
    padding-left: 15px;
    /* margin-bottom: -10px; */
    display: block;
}

#tabs li{
	background-image: url(images/tab/lista.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    /* height: 15px; */
     padding-bottom: 5px; 
    padding-top: 0px;
    padding-left: 0px;
    /* margin-bottom: 10px; */
    display: block;
    list-style-position: outside;
    list-style-type: none;
}

#tabs_pop li{
	background-image: url(images/tab/lista.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    /* height: 15px; */
    padding-bottom: 15px;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    display: block;
    list-style-position: outside;
    list-style-type: none;
}

#tabs_pop a{
	margin-left: 15px;
	display: block;
	width: 1500px;
}


#tabs_pop .small{
	font-size:10px;
	margin-left:15px;
	/*margin-bottom: 15px;*/
	display:table;
}

#tabs_pop .ver_todos{
	font-family: 'BebasNeueRegular';
	font-size:15px;
	margin-bottom:-10px;
}

#tabs_pop .ver_todos a{
	*margin-top:15px;
}

.wpcf7 input[type="text"]{
width: 425px !important;
height: 30px !important;
margin-top: 5px !important;
padding:5px !important;
}

.wpcf7 textarea{
width: 556px !important;
margin-top:5px !important;	
padding:5px !important;
}

.wpcf7 input[type="submit"]{
padding: 5px 52px !important;
margin-top: 5px !important;	
}

.wpcf7 input[type="submit"]:hover{
background-color:#FFF !important;	
}


#indices{
	padding-bottom:10px;
	font-family: 'BebasNeueRegular';
	font-size:17px;
}

#indices .verde{
	width:auto;
	height:27px;
	background-color:#b7ff93;	
	margin-top:10px;
	background-image:url(images/icones/setaup.png);
	background-position:12px center;
	background-repeat:no-repeat;
	padding-left:65px;
	padding-top:9px;
}

#indices .bg{
	width: auto;
    /* height: 27px; */
    background-color: #e1e1e1;
    margin-top: 10px;
    background-image: url(images/icones/economia.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 15px;
}
#indices .bg.euro{
	background-image:url(images/icones/euro.png);
}


#indices .verm{
	width:auto;
	height:27px;
	background-color:#ffaaac;	
	color:#7d0003;
	margin-top:10px;
	background-image:url(images/icones/setadown.png);
	background-position:12px center;
	background-repeat:no-repeat;
	padding-left:65px;
	padding-top:9px;
}

#indices .porcento{
	margin-left: 120px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 39px;
    padding: 0px;
    /* margin-top: -21px; */
    float: right;
}

label{
	display: block;
	margin-bottom: -4px;
	margin-top: 20px;	
}



.tagcloud h4 {
	/*background-color: #f7f7f7;*/
	border-bottom: 1px solid #003c9d;
	font-size: 18px;
	/*font-weight: bold;*/
	padding: 5px 5px 0px 10px;
	text-transform: uppercase;
	line-height: 9px;
	font-family: 'BebasNeueRegular';
	color:#003c9d;
	width:100%;
	margin-bottom:20px;
}

.tagcloud a{margin-right:10px;}

.twitter-share-button{
margin-right: 5px;
    position: relative;
    top: 5px;
}
.fb_ltr{
position: relative !important;
top: 1px !important;
width: 50px !important;
}

.linkcat h3{
font-size: 16px;
margin: 15px 0 3px;
}

.ngg-gallery-thumbnail img {
background-color: white;
border: 1px solid darkGray;
display: block;
margin: 4px 0px 4px 5px;
padding: 4px;
position: relative;
width: 100px !important;
height: 75px !important;
}
.ngg-gallery-thumbnail a {
text-align: center;
width: 100px !important;
height: 75px !important;
}

.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
width: 643px !important;
clear: both;
display: block !important;
}

.ngg-gallery-thumbnail-box {
float: left;
width: 118px !important;
height: 95px !important;
}

.ngg-gallery-thumbnail {
float: left;
margin-right: 5px;
text-align: center;
width: 115px !important;
height: 85px !important;
}

#topo_all{
    position: relative;
    width:100%;
    height: 315px;
    background-image:url(images/background/topo.jpg);
    background-repeat:no-repeat;
    background-position:center;
    margin-top: 20px;
}

#central_topo_all{
    width: 920px;
    position: relative;
    margin: auto;
    overflow: hidden;
}


/*Mods Heronildes 2020*/
#calendario .ui-datepicker{
	width: auto !important;
	margin-bottom: 15px;
}
#nav .navbar {
	padding: 0;
}
.navbar-toggler{display: none;}

.navbar .collapse{
	transition: all .2s linear;
}
.center_minilogo {
	display: none;
}
.navbar-search{display: none;}

@media (max-width: 712px) {
	#nav{
		width: 100% !important;
	}
	#header, #central_topo_all{
		width: auto !important;
	}
	#topo_all{
		background-position: left top;
	}
	.title-area{
		width: 100%;
		margin-left: 0;
	}
	.header-image #title-area {
		background-position: center center !important;
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	.navbar-search {display: block;}
	#topo_all{
	    height: 140px;
	    background-position: top center;
	    margin-bottom: 40px;
	    background: rgba(255, 255, 255, 0.4);
	}

	#topo_all #central_topo_all > .wrap{display: none;}

	#nav{position: relative; z-index: 10; padding: 0;}
	.navbar {
		width: 100%;
		padding-right: 0;
		border-radius: 3px;
	}
	.navbar .navbar-collapse{
		padding: 10px 15px;
		transition: all .2s linear;
	}
	.navbar .collapse.show{
		background: #fff;
		width: 100%;
	}
	.navbar-toggler{
		display: block;
		position: relative;
		margin-left: 1rem;
		background-color: #fff !important;
	}
	#content #publicidade{
		width:100%;
	}
	.wp-caption{ width: 100% !important; }


	.sticky, .sticky_ {
	  	position: fixed !important;
	  	padding-top: 25px !important;
	  	width: 100% !important;
	  	background-color: #fff !important;
	  	margin-bottom: 0 !important;
	}

	.sticky .center_minilogo{
		display: block;
	    margin: 0 auto 0 auto;
	    position: relative;
	    /*left: -30px;*/
	    top: -10px;
	    width: 50vw;
	    height: 4rem;

		background: url(images/logo_mobile2.jpg) no-repeat center center;
		background-size: 90%;
	}

	.header-image #title-area{
		margin-top: 0 !important;
		background: url(images/logo_mobile2.jpg) no-repeat center center !important;
		background-size: auto 75px !important;
	}

	#nav .navbar-search {
		margin-top: 0 !important;
		margin-right: 30px;
		padding: 0;
		width: 30px;
		height: 30px;
		border: 0 none;
		background: url(images/icones/search.png) no-repeat center center !important;
		background-size: cover !important;
	}

	#header{
		height: auto !important;
	}

	#subnav_wrap.sticky_ {
		top: 65px;
		z-index: 9;
		background: #fff;
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}

	#subnav_wrap {
		z-index: 9;
		background: #fff !important;
		margin-bottom: 0;
	}

	#subnav_wrap .busca {
		width: 100%;
		padding-right: 30px;
		padding-top: 15px !important;
		height: 68px !important;
		position: relative;
		background: #fff !important;
	}

	#subnav_wrap #subnav {
		padding-left: 10px;
   		padding-right: 10px;
		position: relative;
		z-index: 8;
		margin-top: 0 !important;
		width: 100% !important;
    	height: 70px !important;
    	border-top: 1px solid #e6e6e6;
    	border-bottom: 1px solid #e6e6e6;
	}

	#subnav_wrap.sticky_ #subnav {
		padding-left: 0px;
   		padding-right: 0px;
    	border-bottom: 0 none;
    	border-top: 0 none;
	}

	#subnav_wrap .busca input[type="text"]{
		background-color: #F1F1F1 !important;
		padding: 10px 50px 10px 10px!important;
		font-size: 18px !important;
		width: 100% !important;
		height: auto !important;
		border-radius: 5px !important;
		font-family: verdana, sans-serif;
		color: #999;
		font-style: normal;
	}

	#subnav_wrap .busca #searchsubmit{
		position: absolute;
	    right: 25px;
	    top: 20px !important;
	    background: #999 !important;
	    border-radius: 5px;
	    padding-top: 3px;
	    padding: 5px 10px 0 10px!important;
	    width: auto !important;
	    font-size: 20px !important;
	}
	img.alignleft, img.alignright, .wp-caption, .size-small, .size-medium {
		width: 100% !important;
		display: block !important;
		margin: 10px 0 10px !important;
	}

}

#myvideotag, #myvideotag object, #myvideotag iframe{
	width: 100% !important;
    min-height: 390px !important;
}

#myvideotag{
	margin-bottom: 20px !important;
}

p.wp-caption-text{margin-bottom: 0 !important;}
.wonderplugin-video, .wonderplugin-video object, .wonderplugin-video iframe{
	width: 100% !important;
    	min-height: 390px !important;
	margin-bottom: 20px !important;
}
.wonderplugin-video{
	background: 0 none !important;
}
.wonderplugin-video object, .wonderplugin-video iframe{
	background: #F0F8FF;
        border: 1px solid #ADDAE6;
        margin-bottom: 10px;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin:auto;
}
