/*

Theme Name: Theme4 Toolbox

Theme URI: http://wordpress.org/extend/themes/toolbox

Author: Automattic

Author URI: http://automattic.com/

Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.

Version: 1.4

License: GNU General Public License

License URI: license.txt

Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



@import url('adminbar.css');
/* =Structure

-------------------------------------------------------------- */

body {
	background-color: #f6f5f4;
	background-image: url(images/body-background.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body.logged-in{
	background-position: center 0px;
	margin-top: 0px;
}

#page {
	display: block;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#primary {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: -280px;
	margin-bottom: 0;
	margin-left: 0;
}
#secondary {
	padding-top: 20px;
}
#content {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 20px;
	overflow: hidden;
}
.feature {
	width: 600px;
	position: relative;
	clear: both;
	height: 336px;
	display: block;
}
.feature h2 {
	padding-bottom: 10px;
	padding-top: 5px;
}
.feature h2 a {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #4fb6f2;
	font-weight: bold;
}
.feature .entry-summary {
	height: 80px;
	width: auto;
	background-image: url(images/featured-transparent-background.png);
	background-repeat: repeat;
	position: absolute;
	top: 220px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.navegacao {
	font-size: 34px;
	font-weight: bold;
	text-align: right;
	color: #021338;
	cursor: pointer;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#noticias {
	width: 100%;
	clear: both;
	overflow: hidden;
}
#noticias .box {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
#noticias .photo {
	float: left;
	margin-right: 10px;
}
#noticias h2 a {
	font-size: 20px;
	color: #021338;
	font-weight: bold;
	text-transform: uppercase;
}
.esportes {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.cidades {
	float: left;
	width: 48%;
	clear: right;
	margin-bottom: 20px;
}
.esportes .entry-category a, .cidades .entry-category a {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 4px;
	-moz-border-radius: 0em 1em 0em 0em;
	border-radius: 0em 1em 0em 0em;
	display: block;
	margin-bottom: 10px;
}

#guia-do-povo-gibi {
	float: left;
	margin-top: 20px;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	background-position: left top;
	background-color: #264588;
	padding-bottom: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

#guia-do-povo {
    width: 260px;
	float: left;
	margin-right: 10px;
}
#gibi {
    width: 260px;
	float: right;
	text-align: right;
	margin-left: 10px;
}
#guia-do-povo-gibi .entry-category a {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#guia-do-povo-gibi .photo {
	border: 2px solid #FFF;
}
#guia-do-povo-gibi h2 a {
	font-size: 18px;
	color: #b1d7ed;
	font-weight: bold;
	text-transform: uppercase;
}


#main .widget-area {
	float: right;
	overflow: hidden;
	width: 280px;
}
/* Increase the size of the content area for templates without sidebars */

.full-width #content, .image-attachment #content, .error404 #content {
	margin: 0;
}
/* Text meant only for screen readers */

.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Header

-------------------------------------------------------------- */



#site-logo {
	height: 94px;
	width: 330px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#site-social {
	display: inline-block;
	float: right;
	width: 188px;
	padding-top: 15px;
	overflow: hidden;
}
#site-social a {
	margin-left: 10px;
}
/* =Menu

-------------------------------------------------------------- */



#access {
	display: block;
	float: left;
	width: 100%;
	height: 66px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 58px;
	text-decoration: none;
	height: 58px;
	padding-top: 0;
	padding-right: 0.8em;
	padding-bottom: 0;
	padding-left: 0.8em;
	font-size: 20px;
	color: #1a2e5a;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 4.5em;
	left: 0;
	z-index: 99999;
	background-color: #28211f;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a, #access ul ul :hover > a {
	color: #ff0000;
}
#access ul ul a:hover {
	color: #ff0000;
}
#access ul li:hover > ul {
	display: block;
}
/* =Content

-------------------------------------------------------------- */

hr {
	margin-bottom: 40px;
	margin-top: 40px;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	font-style: italic;
	font-size: 13px;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above, .single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
/* 404 page */

.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle, .error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
.hentry {
	margin-bottom: 20px;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	color: #e2181b;
}
h3 {
	font-size: 18px;
	color: #454566;
}
.entry-title {
	font-size: 25px;
	color: #454566;
}
/* Notices */

.post .notice, .error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* Aside Posts */

.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content, .format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content, .single .format-aside .entry-summary {
	padding-top: 0;
}
/* Gallery Posts */

.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}
.gallery img {
	border: 0px none #FFF!important;
}
/* Image Posts */

.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content, .format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content, .single .format-image .entry-summary {
	padding-top: 0;
}
/* =Images

-------------------------------------------------------------- */



a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img, .wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
/* =Forms

-------------------------------------------------------------- */



#searchform label {
	display: none;
}
#searchform input#s {
	width: 79%;
	border: 1px solid #010101;
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
}
input[type=text], input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
#searchform .sa {
	margin-top: 3px;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items */

.required {
	color: #cc0033;
}
/* =Comments

-------------------------------------------------------------- */



article.comment {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	display: none;
}
#respond .form-allowed-tags code {
	display: block;
}
.children {
	margin-left: 20px;
}
/* =Widgets

-------------------------------------------------------------- */



.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
	clear: both;
}
.widget-area .widget_search input {
	float: left;
}
.widget-area #edicao {
	overflow: hidden;
	clear: both;
	background-color: #7f0000;
	padding: 20px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}
.widget-area #clima {
	overflow: hidden;
	clear: both;
	padding: 20px;
	text-align: center;
	height: auto;
}
/* =Style

-------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
#content ul {
	margin-left: 30px;
}
/* =Footer

-------------------------------------------------------------- */



#colophon {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	width: 100%;
	background-image: url(images/footer-background.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#colophon ul.servicos {
	list-style-type: none;
	height: 60px;
	display: block;
	width: 920px;
	padding-top: 68px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}
#colophon li {
	margin-bottom: 4em;
	font-size: 12px;
	color: #45506a;
	margin-right: 0.8em;
	margin-left: 0.8em;
	display: inline-block;
}
#colophon li span {
	font-size: 14px;
	color: #32a4e6;
	font-weight: bold;
}
#colophon li a {
	color: #FFF;
	font-size: 11px;
}
#colophon ul.links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 170px;
}
#colophon ul.links li {
	float: left;
	margin: 0px;
}
#colophon ul.links li a {
    display: block;
    color: white;
    text-align: center;
	height: 82px;
	margin-left: 5px;
	margin-right: 5px;
}

/* =Style

-------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #454566;
}
a:hover {
	text-decoration: underline;
}
* html .reformulacao {
	position: absolute;
} /* As Mariusz noticed */
.body-reformulacao {
	background-color: #f4f3f2;
	background-image: none;
}
.reformulacao {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -250px;
}
.sabesp {
	padding-top: 20px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

