/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* html {
	padding: 0;
	margin: 0;
}


/* Begin Typography & Colors */

small {	
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {	
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #999;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	width: 937px;
	margin: 0;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

a:focus {
	outline: none;
	background-color: #dfdfdf;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 928px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* Navigation */
#nav-below {float: left; clear:left; width:54em; height:2.7em; /*position:absolute; left:6em; bottom:0.1em; z-index:5;*/}
.hiding #nav-below {bottom:-3.5em;}
.paged #nav-below {}
#nav-below div {background:#666; height:100%;}
.nav-previous {float:left;}
.nav-next {float:right;}
#nav-below a {color:#fff; padding:0 1em; line-height:2; height:100%; font-size:1.2em; display:block;}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Inicio thema PenseGamma */

#infscr-loading {clear:left; float:left; width:220px;} /* Posicionamento do plugin Inifinite Scroll */

/* Classes avulsas */

.accesskey {
	border-bottom: 1px dotted #ccc;
	padding-top: 1px;
}

.clear {
	clear: both;
	height: 0;
}

a {
	cursor: pointer;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) left center no-repeat;
	color: #000;
	margin: 0;
}

#navegacao p,
#navegacao a {
	text-indent: -50000px;
	display: block;
	height: 0;
}

#tudo {
	width: 955px;
	margin: 0 auto;
}

#header-container {
	width: 955px;
	float: left;
}

#header-container #header {
	width: 213px;
	height: 89px;
	float: left;
}

/*#header-container #header h1 {
	width: 213px;
	height: 89px;
	display: block;
	padding: 0;
}*/

/*#header-container #header h1 a {
	width: 213px;
	height: 89px;
	display: block;
	text-indent: -50000px;
	background: url(images/gamma-logo.jpg) center top no-repeat;
}*/

#header-container #header a {
	width: 213px;
	height: 89px;
	display: block;
	text-indent: -50000px;
	background: url(images/gamma-logo.jpg) center top no-repeat;
}

#header-container #ferramentas-container {
	width: 388px;
	float: right;
}

#header-container #ferramentas-container #ferramentas {
	width: 83px;
	float: left;
	margin-left: 100px;
	margin-top: 6px;
}

#header-container #ferramentas-container #ferramentas a {
	margin-right: 10px;
}

#header-container #ferramentas-container #ferramentas #ferramenta-home {
	width: 15px;
	height: 16px;
	float: left;
	display: block;
	float: left;
	text-indent: -50000px;
	background: url(images/ferramenta-home.jpg) center top no-repeat;
}

#header-container #ferramentas-container #ferramentas #ferramenta-sitemap {
	width: 19px;
	height: 15px;
	float: left;
	display: block;
	float: left;
	text-indent: -50000px;
	background: url(images/ferramenta-sitemap.jpg) center top no-repeat;
}

#header-container #ferramentas-container #ferramentas #ferramenta-webmail {
	width: 19px;
	height: 13px;
	float: left;
	display: block;
	float: left;
	margin-top: 2px;
	text-indent: -50000px;
	background: url(images/ferramenta-webmail.jpg) center top no-repeat;
}

#header-container #ferramentas-container #ferramentas-legenda {
	width: 93px;
	float: left;	
}

#header-container #ferramentas-container #ferramentas-legenda p {
	width: 97px;
	font-size: 1.2em;
	margin: 0;
	visibility: hidden;
	position: absolute;
	text-align: left;
	margin-top: 10px;	
}

#header-container #ferramentas-container #search-form {
	width: 205px;
	float: left;	
}

#header-container #ferramentas-container #search-form #s {
	background: #fff url(images/ferramenta-busca.jpg) right center no-repeat;
	border: 1px solid #ccc;
	padding: 5px 0;
	width: 200px;
}

#header-container #ferramentas-container #search-form #searchsubmit {
	display: none;
}

#header-container #menu-container {
	width: 700px;
	margin-left: 38px;
	float: left;
	border-bottom: 5px solid #f48121;
	margin-top: 15px;
	padding-bottom: 8px;
}

#header-container #menu-container a {
	font-size: 1.5em;
	color: #ababab;
	text-decoration: none;
	letter-spacing: 2px;
	margin-right: 14px;
}

#header-container #menu-container a:visited {		
	color: #cecece;
}

#header-container #menu-container a:hover {		
	text-decoration: underline;
	color: #F48121;
}

#header-container #menu-container a.header-menu-current-item {		
	color: #F48121;
}

#header-container #breadcrumb {
	width: 699px;
	float: left;
	margin-left: 39px;
}

#header-container #breadcrumb p {
	width: 700px;
	color: #ababab;
}

#header-container #breadcrumb p a {
	color: #F48121;
}

#header-container #breadcrumb p a:hover {
	text-decoration: underline;
}

#header-container #breadcrumb span.pagina-atual {
	color: #000;
	font-weight: bold;
}

#container, #content {
	width: 952px;
	float: left;
}

/* Posts */
.list-posts {width: 621px; float: left;}
.list-posts .entry-content { float: left; width: 540px; margin-top: 5px; }
.first-post { width: 921px; float: left; margin-bottom: 15px; background: #ebebeb; border-top: 2px solid #d9d9d9; border-bottom: 2px solid #d9d9d9; padding: 15px; margin-top: 15px; }
.first-post .entry-title {width: 336px; float: right; }
.first-post .entry-content { float: left; width: 335px; margin-top: 0; }
.post .hidden {overflow:hidden !important;}
.entry-title, .entry-title a {color:#000; text-decoration:none;}
.entry-title a:hover {text-decoration:underline;}
.entry-title {margin:0; line-height:1.5; font-size: 2em}
.entry-img {width: 570px; height: 150px; float: left; margin-right: 15px;}
.entry-img-list-post {width: 570px; height: 150px; float: left; overflow: hidden;}
h2.container-title { width: 127px; height: 34px; text-indent: -50000px; background: url(images/ultimas-noticias.jpg) center top no-repeat; margin: 5px 0 15px 16px }
h3.entry-title {margin-bottom:.857em;}
.entry-content li li {font-size:1em;}
.entry-content table {font-size:1.6em; margin:1em 0;}
.entry-content table p {font-size:1em; text-indent:0;}
.entry-content td, .entry-content th {padding:.125em .5em; text-align:left;}
.entry-content pre {font-size:1.4em;}
.entry-content legend {font-size:1.4em; text-align:center; text-indent:0;}
.entry-content p {text-align:left; margin: 0; font-size: 1.3em}
.entry-content blockquote {padding-left:3em; position:relative;}
.entry-content blockquote::before {content:"\201C"; position:absolute; font-size:4.8em; line-height:1; left:.1em; top:0; color:#999;}
.entry-content blockquote::after {content:"\201D"; position:absolute; font-size:4.8em; line-height:1; right:-.5em; bottom:-.55em; color:#999;}
blockquote .before {left:.1em; top:0;}
blockquote .after {right:-.5em; bottom:-.55em;}
.entry-content blockquote p {font-size:1.5em; text-indent:0;}
.entry-content ul li, .entry-content ol li {text-indent:-.5em; padding-left:.5em;}
.entry-content ul li {list-style: disc outside;}
.entry-content ol li {list-style: decimal outside;}
.entry-content li ol, .entry-content li ul {margin:.5em 0 0 .5em;}
a.more-link, p.more-link {display:block; text-indent:0 !important; font-size:1em; line-height:2; color: #000;}
.more-link a {text-decoration:none; color: #000;}
p.more-link a:hover { text-decoration: underline; }
a.more-link {font-weight: bold; }

/* Homepage post excerpts */
.paged div.post {margin-bottom:4.8em;}
.home-post { margin-bottom: 15px; float: left; width: 570px; margin-left: 15px; }
.home-post .entry-meta {position:static; border:0; padding:0; width:100%;}
.home-post .entry-meta span {display:none; position:absolute;}
.home-post .entry-meta span.entry-date {top:4.8em; display:block; left:0;}
.home-post .entry-meta span.author {display:block; bottom:-1.273em; right:0;}
.home-post h3.entry-title {font-size:1.8em; line-height:1.333; height:2.667em; margin-bottom:2.085em; overflow:hidden;}
.home-post .entry-content p {font-size:1.4em; line-height:1.714; width: 570px;}
.home-post hr, .home-post .hr {display:none;}
.home-post h2 {font-size: 2em; width: 570px;}

/* Comments */
img.avatar {position:absolute; left:-4.6em; top:0;}
.children img.avatar {width:16px; height:16px; border:1px solid #999; left:-2.55em;}
#comments {padding:3.6em 0 2.4em;}
li.comment, li.pingback, li.trackback {position:relative; border-left:1px solid #aaa; margin:1.2em 0 2.4em 12em; padding-left:2em; min-height:6em;}
li.comment.bypostauthor {border-color:#000;}
.comment-author a, .comment-meta a {text-decoration:none;}
.reply, #cancel-comment-reply {text-align:right;}
.reply a, #cancel-comment-reply a {text-decoration:none;}
.comment-meta-wrap {position:absolute; width:11em; left:-12em; top:.2em;}
.comment-meta {top:1.5em;}
.comment-author {font-size:1.2em; line-height:1.2; padding-bottom:.25em;}
li.comment p, li.comment li {font-size:1.4em; margin-bottom:1em;}
li.pingback p {font-size:1.2em;}
.children li.comment {padding-left:2em; font-size:1em;}
a.comment-edit-link {position:absolute; left:0; bottom:-2em; color:#bbb; display:block;}
a.comment-edit-link:hover {text-decoration:underline;}
.comment:hover a.comment-edit-link {color:#555;}

/* Responses */
#comments h4 {font-size:2.1em; line-height:1.143; margin:1.143em 0;}
#respond {margin:50px 0 0 15px; width: 937px; float: left;}
#respond h3 {margin-top: 0; width: 937px;}
form#commentform {float:left; padding:0 0 15px; width:937px; margin-top: 5px;}
form p {font-size:1.4em; margin:0 0 .5em;}
span.required, label .required {color:#900; font-weight:bold; font-size:1.25em;}
.user-comment {width:33em; float:left;}
.user-comment textarea {width:95%; font-size:1.2em; height:12em; padding:.5em; margin:0 0 1em; overflow:auto;}
.user-info {float:right; width:18em;}
.user-info input {width:95%;}
.form-label {font-size:1.2em; margin:.5em 0 0;}
.user-comment .form-label {margin-bottom:.5em;}
.comment #respond div {float:none;}

/* Archives */
.page-title {margin-bottom:1em;}
.archive-meta {font-size:1.4em; font-variant: small-caps; line-height:1.714; padding-bottom:3.429em; margin-top:1.714em;}

/* Pages */
ul#links-page h3, ul#archives-page h3 {font-size:1.312em;}
ul#links-page > li, ul#archives-page > li {list-style-type:none;}
ul#links-page li, ul#archives-page li {margin:.375em 0;}
ul#links-page > li > ul, ul#archives-page > li > ul {margin:1em;}

/* Sidebar */
#sidebar_home {
	width: 330px;
	height: auto;
	
	float: left;
}

#sidebar_home h2,
#sidebar_home h2.sidebar-twitter {
	background-color:#999999;
	color:#FFFFFF;
	font-size:12px;
	height:20px;
	margin:0 0 10px;
	opacity:0.65;	
}

#sidebar_home h2.sidebar-twitter {
	margin:8px 0 10px;	
}

#sidebar_home #twitter {
	margin-top: 8px;
}

#sidebar_home #twitter h2 {
	width: 330px;
	height: 35px;
	text-indent: -50000px;
	background: url(images/twitter-h2-title.jpg) center top no-repeat;	
}


#sidebar_home .streaming-title {
	width: 330px;
	height: 35px;
	text-indent: -50000px;
	background: url(images/streaming-h2-title.jpg) center top no-repeat;
}

/* jQuery Twitter plugin */

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0 0 15px;	
	width: 305px;
	height: 44px;	
}

ul#twitter_update_list li a {
	/*display: none;*/
	color: #F48121;
	text-decoration: none;
}

ul#twitter_update_list li a:visited {
	/*display: none;*/
	color: #F9B780;	
}

ul#twitter_update_list li a:hover {
	/*display: none;*/
	color: #F48121;
	text-decoration: underline;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	/*color: #00f;*/	
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
	visibility: hidden;
}

ul#twitter_update_list li div.imgFoto {
	width: 40px;
	height: 40px;	
	display: block;
	float: left;
	margin-right: 15px;
	
}

ul#twitter_update_list li p {
	width: 250px;
	float: left;
	margin: 0;
}

#footer {
	width: 100%;
	background: #ebebeb;
	float: left;
	border-top: 5px solid #F48121;
}

#footer-container {
	width: 952px;
	margin: 0 auto;
	background: #ebebeb;
}

#footer #footer-container #logo-gamma-footer {
	width: 111px;
	height: 50px;
	float: left;
	margin: 15px 0 0 17px;
}


#footer #footer-container #logo-gamma-footer a {
	width: 111px;
	height: 50px;
	display: block;
	text-indent: -50000px;
	background: url(images/logo-gamma-footer.jpg) center top no-repeat;
}

#footer #footer-container #texto-gamma-footer {	
	float:left;
	margin:38px 0 0 60px;
	width:360px;
}

#footer #footer-container #texto-gamma-footer p {
	width: 360px;
	margin: 0;	
}

#footer #footer-container #texto-gamma-footer address {
	font-style: normal;
}

#footer #footer-container #footer-separador {
	border-right:1px solid #CDCDCD;
	width: 1px;
	height: 56px;
	float: left;
	margin: 10px 0 10px 34px;
}

#footer #footer-container #twitter-gamma-footer {
	width: 86px;
	height: 20px;
	float: left;
	margin: 37px 0 0 71px;
}


#footer #footer-container #twitter-gamma-footer a {
	width: 86px;
	height: 20px;
	display: block;
	text-indent: -50000px;
	background: url(images/twitter-gamma-footer.jpg) center top no-repeat;
}

#footer #footer-container #navegacao-footer {
	float: right;
	font-size:1.2em;
	width:30px;
	margin: 5px 0 0 0;
}


#footer #footer-container #navegacao-footer a {
	color: #cdcdcd;
	width: 15px;
	height: 12px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-indent: -50000px;
	background: url(images/navegacao-footer.jpg) center top no-repeat;
}

#footer #footer-container #navegacao-footer a:hover {
	background-position: center bottom;
}

/* INTERNA DO PENSE GAMMA */

#content-interna {
	width: 952px;
	float: left;
}

#content-interna #content-left {
	width: 586px;
	float: left;
	margin-right: 36px;
	margin-top: 15px;
}

#content-interna #content-left .pensegamma-post {
	width: 556px;
	padding-left: 14px;
	float: left;
}

#content-interna #content-left .pensegamma-post .entry-title {
	width: 570px;
	font-size:2em;
	line-height:1.5em;
	margin:0;
	color: #000;
	float: left;
}

#content-interna #content-left .pensegamma-post .entry-img {
	width: 570px;
	height: 150px;
	margin-right: 0;
	float: left;
}

#content-interna #content-left .pensegamma-post .entry-content {
	width: 520px;
	float: left;	
}

#content-interna #content-left .pensegamma-post .entry-content p {
	font-size:1.3em;
	line-height:20px;
	margin-top:10px;
	text-align:left;
	width:570px;
}

#content-interna #content-right {
	width: 330px;
	float: left;
	margin-top: 15px;
}

#content-interna #content-right #outros-posts {
	width: 330px;	
}

#content-interna #content-right #outros-posts h2.posts-recentes {
	width: 330px;
	height: 35px;
	float: left;
	background: url(images/pensegamma-posts-recentes.jpg) center top no-repeat;	
	text-indent: -50000px;
}

#content-interna #content-right #twitter {
	height: 350px;
	width: 330px;
	float: left;
}

#content-interna #content-right #twitter h2 {
	width: 330px;
	height: 35px;
	text-indent: -50000px;
	background: url(images/twitter-h2-title.jpg) center top no-repeat;
	margin-bottom: 15px;
}

/* CONTATO */

#content-contato #content-left {
	width: 586px;
	float: left;
	margin-right: 36px;
}

#content-contato #content-left .pensegamma-post {
	width: 556px;
	padding-left: 14px;
	float: left;
}

#content-contato #content-left .pensegamma-post .entry-content {
	width: 520px;
	float: left;	
}

#content-contato #content-left .pensegamma-post .entry-content p {
	font-size:1.3em;
	line-height:20px;
	margin-top:10px;
	text-align:left;
	width:570px;
}

#content-contato #content-left .pensegamma-post .entry-content h3 {
	font-size:1.5em;
	width: 500px;
	color: #000;
}

#content-contato #content-left .pensegamma-post .entry-content .contato-mapa {	
	width: 500px;
	font-size: 1em;	
}

#content-contato #content-left .pensegamma-post .entry-content .contato-mapa a {	
	color: #b6b6b6;
	text-decoration: none;
}

#content-contato #content-left .pensegamma-post .entry-content .contato-mapa a:visited {	
	color: #cecece;	
}

#content-contato #content-left .pensegamma-post .entry-content .contato-mapa a:hover {	
	color: #F48121;
	text-decoration: underline;	
}

#content-contato #content-left .pensegamma-post .entry-content .wpcf7 {
	width:520px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form {
	width:520px;
	float: left;
	clear: left;
	font-size: 1em;
}

#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form p {
	float: left;
}

#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form label {
	width: 520px;
}

#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form input {
	float: left;
	clear: left;
	border: 1px solid #f48120;
	background: #f48120;
	color: #fff;
	padding: 5px;
	width: 70px;
	font-size: 1em;
	cursor: pointer;
}

#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form #nome,
#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form #email,
#content-contato #content-left .pensegamma-post .entry-content .wpcf7 .wpcf7-form textarea {
	float: left;
	clear: left;
	border: 1px solid #d6d6d6;
	background: #f8f8f8;
	color: #000;	
	padding: 5px;
	width: 400px;
	font-size: 1.3em;
	cursor: text;
}

#content-contato #content-right {
	width: 330px;
	float: left;
}

#content-contato #content-right #contato-newsletter {
	width: 330px;
	float: left;
}

#content-contato #content-right #contato-newsletter h2 {
	width: 330px;
	height: 35px;
	background: url(images/contato-newsletter.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-contato #content-right #contato-newsletter .newsletter {
	width: 330px;
	float: left;
}

#content-contato #content-right #contato-newsletter .newsletter p {
	width: 330px;
	float: left;
	font-size: 1.2em;
}

#content-contato #content-right #contato-newsletter .newsletter form {
	width: 330px;
	float: left;
	font-size: 1.2em;
}

#content-contato #content-right #contato-newsletter .newsletter form label {
	width: 320px;
	float: left;
}

#content-contato #content-right #contato-newsletter .newsletter form input {
	float: left;
	clear: left;
	border: 1px solid #f48120;
	background: #f48120;
	color: #fff;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 1em;
	cursor: pointer;
}

#content-contato #content-right #contato-newsletter .newsletter form #name,
#content-contato #content-right #contato-newsletter .newsletter form #email {
	float: left;
	clear: left;
	border: 1px solid #d6d6d6;
	background: #f8f8f8;
	color: #000;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 1.3em;
	cursor: text;
}

#content-contato #content-right #contato-redes-sociais {
	width: 330px;
	float: left;
}

#content-contato #content-right #contato-redes-sociais h2 {
	width: 330px;
	height: 35px;
	background: url(images/contato-redes-sociais.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-contato #content-right #contato-redes-sociais a {
	float: left;
	margin-right: 20px;
}

#content-contato #content-right #contato-redes-sociais #contato-twitter {
	width: 23px;
	height: 24px;
	background: url(images/contato-twitter.jpg) center top no-repeat;
	text-indent: -50000px;
	display: block;
	cursor: pointer;
}

#content-contato #content-right #contato-redes-sociais #contato-twitter:hover {
	background-position: center bottom;	
}

#content-contato #content-right #contato-redes-sociais #contato-youtube {
	width: 49px;
	height: 18px;
	background: url(images/contato-youtube.jpg) center top no-repeat;
	text-indent: -50000px;
	display: block;
	cursor: pointer;
	margin-top: 3px;
}

#content-contato #content-right #contato-redes-sociais #contato-youtube:hover {
	background-position: center bottom;	
}

#content-contato #content-right #contato-redes-sociais #contato-flickr {
	width: 32px;
	height: 12px;
	background: url(images/contato-flickr.jpg) center top no-repeat;
	text-indent: -50000px;
	display: block;
	cursor: pointer;
	margin-top: 6px;
}

#content-contato #content-right #contato-redes-sociais #contato-flickr:hover {
	background-position: center bottom;	
}

#content-contato #content-right #contato-redes-sociais #contato-slideshare {
	width: 30px;
	height: 25px;
	background: url(images/contato-slideshare.jpg) center top no-repeat;
	text-indent: -50000px;
	display: block;
	cursor: pointer;
}

#content-contato #content-right #contato-redes-sociais #contato-slideshare:hover {
	background-position: center bottom;	
}

#content-contato #content-right #contato-redes-sociais #contato-formspring {
	width: 29px;
	height: 23px;
	background: url(images/contato-formspring.jpg) center top no-repeat;
	text-indent: -50000px;
	display: block;
	cursor: pointer;
}

#content-contato #content-right #contato-redes-sociais #contato-formspring:hover {
	background-position: center bottom;	
}

/* CLIENTES */

#depoimentos {
	width: 941px;
	float: left;
	background: #ebebeb;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
	margin: 15px 10px 10px;
}

#depoimentos-container {

	width: 138px;
	height: 24px;
	background: url(images/depoimento.gif) center top no-repeat;
	float: left;
	margin: 50px 45px 0 37px;
	
}

#depoimentos-titulo {
	width: 138px;
	height: 24px;	
}

#depoimentos-titulo p {
	width: 138px;
	height: 24px;
	text-indent: -50000px;	
}

#depoimentos #depoimentos-container #depoimento-control {	
	float: left;
	width: 138px;
	margin-top: 20px;
}

#depoimentos #depoimentos-container #depoimento-control a {
	background:#C0C0C0;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1.7em;
	height:19px;
	margin-right:5px;
	padding:5px;
	text-align:center;
	width:19px;
}

#depoimentos #depoimentos-container #depoimento-control a:hover {
	background:#000;	
}

#depoimentos .widget {
	width: 615px;
	float: left;	
	height: 150px;
	overflow: hidden;
}

#depoimentos-quote {
	width: 67px;
	height: 52px;
	float: left;
	margin-top: 16px;
	background: url(images/quote.gif) center top no-repeat;
}

#depoimentos .widget .testimonials_manager_widget {
	width: 615px;
	padding: 10px 10px 0;
	margin: 0;
	margin-top: 20px;
	background: none;
	border: none;
	float: left;
	font-size: 1.2em;
}

#depoimentos .widget .testimonials_manager_widget .avatar {
	background:none;
	border:none;
	float:left;
	height:52px;
	left:0;
	margin:0 20px 0 0;
	position:relative;
	width:67px;
}

#depoimentos .widget .testimonials_manager_widget strong {
	float:right;
	font-size:1.2em;
	font-weight:normal;
	text-align:right;
	width:250px;
	margin-right: 9px;
}

#depoimentos .widget a {
	display: none;
}

#marcas-clientes {
	width: 952px;
	float: left;
}

#marcas-clientes p {
	width: 941px;
	margin: 10px 10px 0;
	font-size: 1.2em;
}

#marcas-clientes .marcas-clientes-container {

	width: 930px;
	margin: 0 10px;
	float: left;
	padding-bottom: 414px;
}

#marcas-clientes .marcas-clientes-container h2 {

	width: 132px;
	height: 43px;	
	float: left;
	margin: 10px 10px 0 0;
}


#marcas-clientes .marcas-clientes-container h2 a {

	width: 132px;
	height: 43px;	
	display: block;
	cursor: pointer;	
}

/* CLIENTES LEITURA */

#depoimentos-leitura {
	width: 941px;
	float: left;
	margin: 15px 10px 20px;
}

#depoimentos-container-leitura {

	width: 193px;
	height: 45px;	
	float: left;
	margin: 44px 39px 0 0;
	
}

#depoimentos-titulo-leitura {
	width: 193px;
	height: 45px;	
}

#depoimentos-titulo-leitura h2 {
	width: 193px;
	height: 45px;
	margin: 0;	
}

#depoimentos-quote2 {
	width: 67px;
	height: 52px;
	float: left;
	background: url(images/quote2.gif) center top no-repeat;
	margin-top: 10px;
}

#depoimentos-leitura .widget {
	width: 615px;
	float: left;	
	height: 150px;
	overflow: hidden;
}

#depoimentos-leitura .widget .testimonials_manager_widget {
	width: 615px;
	padding: 10px 10px 0;
	margin: 0;
	margin-top: 20px;
	background: none;
	border: none;
	float: left;
	font-size: 1.2em;
}

#depoimentos-leitura .widget .testimonials_manager_widget .avatar {
	background:none;
	border:none;
	float:left;
	height:52px;
	left:0;
	margin:0 20px 0 0;
	position:relative;
	width:67px;
}

#depoimentos-leitura .widget .testimonials_manager_widget strong {
	float:right;
	font-size:1.2em;
	font-weight:normal;
	text-align:right;
	width:250px;
	margin-right: 9px;
}

#depoimentos-leitura .widget a {
	display: none;
}

#historico-dos-clientes {
	width: 690px;	
	float: left;
	margin: 0 15px;
}

#historico-dos-clientes #historico-dos-clientes-background {
	width: 690px;
	height: 35px;	
	float: left;
	background: url(images/historico-dos-clientes.gif) center top no-repeat;
}

#historico-dos-clientes #historico-dos-clientes-background p {
	float:right;
	font-size:1.2em;
	width:162px;
}

#historico-dos-clientes #historico-dos-clientes-background p a {
	color: #905656;
}

#historico-dos-clientes #historico-dos-clientes-background p a:hover {
	color: #000;
	text-decoration: underline;
}

#historico-dos-clientes #historico-dos-clientes-background .voltar-para-os-clientes {
	width: 18px;
	height: 14px;	
	float: right;
	margin: 10px 15px 0 0;
	background: url(images/voltar-para-os-clientes.gif) right top no-repeat;		
}

#historico-dos-clientes #historico-dos-clientes-post {
	width: 690px;	
	float: left;
}

#historico-dos-clientes #historico-dos-clientes-post h4 {
	width: 660px;
	text-indent: -50000px;
	margin: 0;
}

#historico-dos-clientes #historico-dos-clientes-post p {
	font-size:1.2em;
	line-height:18px;
	width:660px;
	margin-top: 0;
}

#trabalhos-recentes {
	width: 230px;
	float: left;
}

#trabalhos-recentes #trabalhos-recentes-background {
	width: 230px;
	height: 35px;
	float: left;
	background: url(images/trabalhos-recentes-background.gif) center top no-repeat;
}

#trabalhos-recentes #trabalhos-recentes-background h3 {
	width: 230px;
	text-indent: -50000px;
	margin: 0;
}

#trabalhos-recentes #trabalhos-recentes-post {
	width: 230px;
	height: 35px;
	float: left;	
}

#trabalhos-recentes #trabalhos-recentes-post-img {
	width: 220px;
	height: 60px;
	float: left;
	margin-top: 10px;
}

#trabalhos-recentes #trabalhos-recentes-post-txt {
	width: 220px;	
	float: left;
}

#trabalhos-recentes #trabalhos-recentes-post-txt p {
	font-size:1.2em;
	line-height:18px;
	width:220px;
}

/* SOLUCOES */

#solucoes {
	width: 941px;
	float: left;
	background: #ebebeb;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
	margin: 15px 10px 10px;
}

#solucoes-container {
	width: 941px;	
	float: left;
	padding: 15px;	
}

#solucoes-container .solucoes-post {
	width: 910px;
	float: left;	
}

#solucoes-container .solucoes-post .solucoes-post-img {
	width: 570px;
	height: 151px;
	float: left;
}

#solucoes-container .solucoes-post .solucoes-post-txt {
	width: 315px;	
	float: left;
	padding: 0 0 0 20px;
}

#solucoes-container .solucoes-post .solucoes-post-txt h2 {
	float:left;
	margin:0;
	width:315px;
}

#solucoes-container .solucoes-post .solucoes-post-txt p {
	float:left;
	margin-bottom:0;
	width:315px;
}

#solucoes-container #solucoes-control {
	width: 315px;
	float: left;
}

#solucoes-tipo {
	width: 941px;
	float: left;
}

#solucoes-tipo #solucoes-tipo-container {
	width: 941px;
	float: left;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post {
	width: 221px;
	float: left;
	margin-left: 14px;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post h3 {
	width: 221px;	
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post p {
	width: 221px;	
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post span {
	width: 221px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f5f5f5;
	color: #828282;
		
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post-1 h3 {
	width: 186px;
	height: 19px;
	text-indent: -50000px;
	background: url(images/solucoes-midias-tradicionais.gif) center top no-repeat;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post-2 h3 {
	width: 140px;
	height: 19px;
	text-indent: -50000px;
	background: url(images/solucoes-midias-online.gif) center top no-repeat;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post-3 h3 {
	width: 103px;
	height: 22px;
	text-indent: -50000px;
	background: url(images/solucoes-promocao.gif) center top no-repeat;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post-4 {
	background: #F5F1EE;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post-4 h3 {
	width: 81px;
	height: 23px;
	text-indent: -50000px;
	background: url(images/solucoes-portfolio.gif) center top no-repeat;
	margin-left: 14px;
}

#solucoes-tipo #solucoes-tipo-container .solucoes-tipo-post-4 p {
	width: 200px;
	padding: 0 15px;
}

#solucoes-trabalhos-recentes {
	width: 941px;
	float: left;
}

#solucoes-trabalhos-recentes #solucoes-tipo-header {
	width: 940px;
	height: 35px;
	float: left;
	background: url(images/solucoes-trabalhos-recentes.gif) center top no-repeat;
	margin-left: 10px;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container {
	width: 940px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post {
	width: 284px;
	float: left;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post .solucoes-trabalhos-recentes-post-img {
	width: 284px;
	height: 200px;
	float: left;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post .solucoes-trabalhos-recentes-post-txt {
	width: 284px;	
	float: left;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post .solucoes-trabalhos-recentes-post-txt h2 {
	width: 284px;	
	float: left;
	text-indent: -50000px;
	margin: 0;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post .solucoes-trabalhos-recentes-post-txt p {
	width: 284px;
	margin-top: 0;		
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post-1  {
	
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post-2  {
	margin-left: 40px;
}

#solucoes-trabalhos-recentes #solucoes-trabalhos-recentes-container .solucoes-trabalhos-recentes-post-3  {
	margin-left: 35px;
}

/* OPORTUNIDADE - LOGIN */

#content-oportunidade-login {
	width: 951px;
	float: left;
	margin-bottom: 10px;
}

#content-oportunidade-left {
	width: 526px;
	float: left;
}

#content-oportunidade-left p {
	width: 500px;
	font-size: 1.2em;
	margin-left: 7px;
	line-height: 18px;
}

#content-oportunidade-left h2 {
	width: 519px;
	background: #888;
	color: #fff;
	padding: 7px;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:1px;	
}

#content-oportunidade-left label {
	width: 0;
	font-size:1.2em;
	font-weight: bold;
	float: left;
	margin-left: 7px;
	text-indent: -10000px;
	clear: left;
}

#content-oportunidade-left input {
	float: left;
	border: 1px solid #cecece;
	width: 352px;
	margin-bottom: 5px;
}

#content-oportunidade-left input.submit {
	clear: left;
	margin-left: 7px;
	width: 100px;
	height: 34px;
	cursor: pointer;
	border: 1px solid #888;		
	font-weight: bold;
	background: #dbdfe2 url(images/oportunidade-submit-background.jpg) right top no-repeat;
	padding:5px 0 5px 15px;
	text-align:left;	
	margin-top: 10px;
}

#content-oportunidade-right {
	width: 425px;
	float: left;
}

#content-oportunidade-right p {
	width: 400px;
	font-size: 1.2em;
	margin-left: 7px;
	line-height: 18px;
}

#content-oportunidade-right p.recuperar-senha {
	width: 100px;
	font-size: 1.2em;
	float: left;	
}

#content-oportunidade-right p.recuperar-senha a {
	color: #F48121;
	text-decoration: none;
}

#content-oportunidade-right p.recuperar-senha a:hover {
	text-decoration: underline;
}

#content-oportunidade-right h2 {
	width: 411px;
	background: #888;
	color: #fff;
	padding: 7px;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:1px;		
}

#content-oportunidade-right label {	
	font-size:1.2em;
	font-weight: bold;
	float: left;
	clear: left;
	margin-left: 7px;
	margin-right:7px;
	text-align:right;
	width:52px;
}

#content-oportunidade-right input {
	float: left;
	border: 1px solid #cecece;
	width: 190px;
	margin-bottom: 5px;
}

#content-oportunidade-right input.submit {
	clear: left;
	margin-left: 7px;	
	height: 34px;
	cursor: pointer;
	border: 1px solid #888;		
	font-weight: bold;
	background: #dbdfe2 url(images/oportunidade-submit-background.jpg) right top no-repeat;
	padding:5px 0 5px 15px;
	text-align:left;
	width:200px;
	margin-top: 10px;
}

/* OPORTUNIDADE - IDENTIFICAÇAO */

#content-oportunidade-identificacao {
	width: 951px;
	float: left;
	margin-top: 10px;
}

#content-oportunidade-identificacao li {
	font-size: 1.2em;
}

#content-oportunidade-identificacao p {
	width: 951px;
	float: left;
	font-size: 1.2em;
	color: #343434;	
}

#content-oportunidade-identificacao .nome_novo_cadastrado {
	width: 951px;
	float: left;
	font-size: 1.7em;
	color: #000;
	margin-bottom: 0;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
}

#content-oportunidade-identificacao p.nome_novo_cadastrado span {
	color: #bf000d;
}

#content-oportunidade-identificacao h2 {
	width: 951px;
	float: left;	
	color: #fe6a08;
	margin-top: 20px;
	font-size: 2.5em;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
}

#content-oportunidade-identificacao form {
	width: 400px;
	float: left;
	margin-top: 15px;
}

#content-oportunidade-identificacao label {	
	font-size:1.2em;
	font-weight: bold;
	float: left;
	clear: left;
	margin-left: 7px;
	margin-right:7px;
	text-align:right;
	width:103px;
	color: #343434;
}

#content-oportunidade-identificacao input {
	float: left;
	border: 1px solid #cecece;	
	width: 270px;
	margin-bottom: 5px;
	color: #343434;
}

#content-oportunidade-identificacao input.submit {
	clear: left;	
	height: 34px;
	cursor: pointer;
	border: 1px solid #888;		
	font-weight: bold;
	background: #dbdfe2 url(images/oportunidade-submit-background.jpg) right top no-repeat;
	padding:5px 0 5px 15px;
	text-align:left;
	width:134px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual {
	width: 951px;
	float: left;
	margin-bottom: 10px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual .oportunidade-identificacao-visual-1 {
	width: 128px;
	height: 36px;
	float: left;
	background: url(images/oportunidade-etapa1.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual .oportunidade-identificacao-visual-2 {
	width: 142px;
	margin-right: 8px;
	height: 36px;
	float: left;
	background: url(images/oportunidade-etapa2.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual .oportunidade-identificacao-visual-3 {
	width: 128px;
	height: 36px;
	float: left;
	background: url(images/oportunidade-etapa3.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual .oportunidade-identificacao-visual-4 {
	width: 128px;
	height: 36px;
	float: left;
	background: url(images/oportunidade-etapa4.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual .oportunidade-identificacao-visual-5 {
	width: 128px;
	height: 36px;
	float: left;
	background: url(images/oportunidade-etapa5.jpg) center top no-repeat;
	text-indent: -50000px;
}

#content-oportunidade-identificacao #oportunidade-identificacao-visual .oportunidade-identificacao-visual-atual {
	background-position: center bottom;
}