/*****************************************************

	Site Tercetto Editorial
	Autor: Augusto Mosna Simão | www.ams.art.br		

******************************************************/
/*
@import url(reset.css);
*/

body {
	background:#f2f2f2;
	color:#666666;
	font-family:'Trebuchet Ms', Verdana, Arial, Tahoma, Helvetica, sans-serif;
	min-width:1000px;
	width:100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	line-height: 0;
	font-size:1px;
}

a {
	color:#333333;
	font-size:100%;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


hr {
	display:none;
}


#header {
	background: #FFFFFF;
	padding-bottom:15px;
}


/*****************************************************

	TOPO

******************************************************/

#topo {
	margin: 0 auto ;
	padding:30px 40px 0;
	width: 920px;
}

#logo {
	float: left;
	height: 57px;
	width: 216px;
}

#logo a {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 57px;
	text-indent:-9999px;
	width: 216px;
}

/*****************************************************

	TOPO > MENU

******************************************************/

#menu {
	background: url(../images/menu_bg.png) no-repeat left top;
	float: right;
	height: 51px;
	overflow: hidden;
	width: 586px;
}

#menu #flash_menu {
	float: left;
	width: 390px;
}

/* versão alternativa do menu */
#menu li {
	display:inline;
}

#menu li a {
	display:block;
	text-indent:-9999px;
	float:left;
	height: 51px;
	text-align: center;
	width: 77px;
	background:url(../images/menu-01.png) no-repeat center top;
}

#menu li a span.hover{
	display:block;
	text-indent:-9999px;
	float:left;
	height: 51px;
	text-align: center;
	width: 77px;
	background:url(../images/menu-01.png) no-repeat center -51px;
}

#menu li.page-item-2 a {
	width: 78px;
	background:url(../images/menu-02.png) no-repeat center top;
}

#menu li.page-item-2 a span.hover {
	width: 78px;
	background:url(../images/menu-02.png) no-repeat center -51px;
}

#menu li.page-item-4 a {
	width: 76px;
	background:url(../images/menu-03.png) no-repeat center top;
}
#menu li.page-item-4 a span.hover {
	width: 76px;
	background:url(../images/menu-03.png) no-repeat center -51px;
}

#menu li.page-item-6 a {
	width: 76px;
	background:url(../images/menu-04.png) no-repeat center top;
}
#menu li.page-item-6 a span.hover {
	width: 76px;
	background:url(../images/menu-04.png) no-repeat center -51px;
}

#menu li.page-item-8 a {
	width: 76px;
	background:url(../images/menu-05.png) no-repeat center top;
}
#menu li.page-item-8 a span.hover {
	width: 76px;
	background:url(../images/menu-05.png) no-repeat center -51px;
}

#menu li.current_page_item a {
	background-position:center -51px;
}

/*****************************************************

	TOPO > MENU > PESQUISAR

******************************************************/

#pesquisar {
	float:right;
	padding:17px 20px 0 0;
}

#pesquisar label {
	display:none;
}

#pesquisar input.form_pesquisa {
	background:none;
	border:none;
	font-size:11px;
	height: 14px;
	padding:3px 0;
	width: 125px;
}

/*****************************************************

	BANNER

******************************************************/

#banner {
	overflow:hidden;
	text-align:center;
}

/* home */
.home {
	background:url(../images/banner_home_bg.png) repeat-x top;
	height:463px;
}

#banner.home #frase {
	color:#ffffff;
	margin: 0 auto;
	width: 1000px;
}

#banner.home #frase h1 {
	float:left;
	font-size:21px;
	font-weight: normal;
	padding-top:25px;
	text-align: right;
	width:500px;
}

#banner.home #frase h2 {
	float:left;
	font-size:12px;
	font-weight: normal;
	padding:33px 0 0 15px;
	text-align:left;
	width:434px;
}

/* bkp

#banner.home #frase h1 {
	float:left;
	font-size:21px;
	font-weight: normal;
	padding-top:25px;
	width:450px;
}

#banner.home #frase h2 {
	float:left;
	font-size:12px;
	font-weight: normal;
	padding:33px 0 0 15px;
	text-align:left;
	width:470px;
}*/

/* outras seções - geral */

#banner.internas #banner_texto {
	color:#ffffff;
	margin: 0 auto;
	width: 1000px;
}

#banner.internas img {
	float:left;
	clear:none;
}

#banner.internas #frase {
	float:left;
	padding-top:115px;
	text-align:left;
	width:450px;
}

#banner.internas #frase h1 {
	color:#505050;
	font-size:21px;
	font-weight:normal;
	margin-bottom:8px;
}

#banner.internas #frase h2 {
	color:#666666;
	font-size:13px;
	font-weight:normal;
}

/* empresa */

.page-2 {
	background:url(../images/banner_empresa_bg.png) repeat-x top !important;
	height:289px;
}

#banner.page-2 #frase {
	padding-top:60px;
	margin-left:-25px;
	text-align:left;
	width:400px;
}

/* produtos */

.page-4 {
	background:#ffffff url(../images/banner_produtos_bg.png) repeat-x;
	height:289px;
}

#banner.page-4 #banner_texto {
	color:#ffffff;
	margin: 0 auto;
	width: 1000px;
}

#banner.page-4 #frase {
	float:left;
	padding-top:65px;
	margin-left:-65px;
	text-align:left;
	width:400px;
}

#banner.page-4 #frase h1 {
	color:#505050;
	font-size:21px;
	font-weight:normal;
	margin-bottom:8px;
}

#banner.page-4 #frase h2 {
	color:#666666;
	font-size:13px;
	font-weight:normal;
}

/* clientes */

.page-6 {
	background:url(../images/banner_clientes_bg.png) repeat-x top;
	height:363px;
}

#banner.page-6 #banner_texto {
	color:#ffffff;
	margin: 0 auto;
	width: 1000px;
}

#banner.page-6 img {
	float:left;
	clear:none;
}

#banner.page-6 #frase {
	float:left;
	padding-top:115px;
	text-align:left;
	width:450px;
}

#banner.page-6 #frase h1 {
	color:#505050;
	font-size:21px;
	font-weight:normal;
	margin-bottom:8px;
}

#banner.page-6 #frase h2 {
	color:#666666;
	font-size:13px;
	font-weight:normal;
}

/* portfolio */

.page-8 {
	background:#ffffff url(../images/banner_portfolio_bg.png) repeat-x;
	height:289px;
}

#banner.page-8 #banner_texto {
	color:#ffffff;
	margin: 0 auto;
	width: 1000px;
}

#banner.page-8 #frase {
	float:left;
	padding-top:65px;
	margin-left:-65px;
	text-align:left;
	width:400px;
}

#banner.page-8 #frase h1 {
	color:#505050;
	font-size:21px;
	font-weight:normal;
	margin-bottom:8px;
}

#banner.page-8 #frase h2 {
	color:#666666;
	font-size:13px;
	font-weight:normal;
}

/* paginas simples - blog */

.single {
	background:#ffffff url(../images/banner_blog_bg.png) repeat-x;
	height:347px;
}

#banner.single #banner_texto {
	color:#ffffff;
	margin: 0 auto;
	width: 1000px;
}

/*****************************************************

	CONTEUDO > LATERAL ESQUERDA

******************************************************/

#conteudo {
	margin:8px auto 0;
	padding:0 37px 0 38px;
	width:925px;
}

#lat_esq {
	float:left;
	width:253px;
}

/* blocos */
.bloco {
	background: #FFFFFF url(../images/bloco_bg.png) repeat-y;
	font-size:75%;
}

.bloco h5 {
	height: 45px;
	margin-bottom:20px;
	text-indent:-9999px;
}

.bloco .bloco_cont {
	background: url(../images/bloco_base.png) no-repeat left bottom;
	padding:0 25px 15px;
}

/*****************************************************

	CONTEUDO > LATERAL ESQUERDA > BLOCOS > CONTATO

******************************************************/

.bloco#contato {
	margin-bottom:10px;
}

.bloco#contato h5 {
	background: url(../images/topo_contato.png) no-repeat;
}

#contato .bloco_cont {
	padding:0 2px 5px 3px;
}

#contato address {
	font-style: normal;
	line-height:120%;
	padding:0 25px 10px;
}

#contato address a {
	color:#bd2429;
	font-size:90%
}

#contato .wpcf7 {
	border-top:1px solid #e0e0e0;
	padding:10px 10px 0;
}

#contato .wpcf7 p {
	padding:0 15px;
}

#contato .wpcf7-form-control-wrap input, #contato .wpcf7-form-control-wrap textarea {
	background: none;
	border:none;
	color:#333333;
	font-family:'Trebuchet Ms', Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	height: 14px;
	padding:3px 2px;
	width: 216px;
}

#contato .wpcf7-form-control-wrap textarea {
	height:135px;
	padding:5px 2px;
}

#contato .form_bg_captcha {
	margin:3px 0 5px;
	text-align:center;
}

#contato .form_bg_captcha img {
	vertical-align: middle;
}

#contato .form_bg_captcha .wpcf7-form-control-wrap input {	
	background:url(../images/form_bg_captcha.png) no-repeat center center;
	padding:9px 5px;
	text-align:center;
	text-transform: uppercase;
	width: 55px;
}

#contato .form_bg {
	background:url(../images/form_bg.png) no-repeat center center;
	margin:3px 0 6px;
	padding:2px 4px;
}

#contato .form_bg.texto {
	background:url(../images/form_bg_texto.png) no-repeat center center;
	margin:0 0 6px;
}

#contato .enviar {
	height:26px;
	padding-top:5px;
}

#contato .enviar input {
	background:#f3f3f3 url(../images/btn_enviar.png) no-repeat center bottom;
	border:none;
	color:#313131;
	cursor:pointer;
	float:right;
	font-family:'Trebuchet Ms', Verdana, Arial, Tahoma, Helvetica, sans-serif;
	height:26px;
	line-height:26px;
	outline:none;
	text-align:center;
	width:58px;
}

#contato .enviar img {
	margin:5px 0 0 145px;
	text-align:right;
}

div.wpcf7-response-output {
	clear:both !important;
	margin: 0 !important;
	padding: 5px !important;
	}

div.wpcf7-response-output, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	border:none !important;
	color:#ff0000 !important;
	font-size:85% !important;
	line-height:normal !important;
	text-align:center;
}

div.wpcf7-mail-sent-ok {
	background:none !important;
	border:none !important;
	color:#1e5a14 !important;
	padding: 5px !important;
	text-align:center;
	width:auto !important;
}

span.wpcf7-form-control-wrap {
	position: relative !important;
}

span.wpcf7-not-valid-tip {
	border:none !important;
	color:#ffffff !important;
	position: absolute !important;
	top: 0px !important;
	left: 5px !important;
	z-index: 100 !important;
	background: #ff0000 !important;
	font-size: 10px !important;
	width: auto !important;
	padding: 2px 5px !important;
	font-weight:bold !important;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00 !important;
	font-size: 10pt !important;
}

span.wpcf7-list-item {
	margin-left: 0.5em !important;
}

/*****************************************************

	CONTEUDO > LATERAL > ESQUERDA > BLOCOS > ARQUIVO

******************************************************/

.bloco#arquivo h5 {
	background: url(../images/topo_arquivo.png) no-repeat;
}

.bloco#arquivo .bloco_cont {
	background: none;
	padding-bottom:20px;
}

#arquivo select {
	color:#333333;
	font-family:'Trebuchet Ms', Verdana, Arial, Tahoma, Helvetica, sans-serif;
	width: 200px;
}

/*****************************************************

	CONTEUDO > LATERAL ESQUERDA > BLOCOS > CATEGORIAS

******************************************************/

.bloco#categorias h5 {
	background: url(../images/topo_categorias.png) no-repeat;
}

#categorias .bloco_cont {
	padding-bottom:20px;
}

#categorias ul {
	list-style:outside disc;
	padding-left:15px;
}

#categorias ul li {
	margin-bottom: 15px;
}

/*****************************************************

	CONTEUDO > LATERAL DIREITA

******************************************************/

#lat_dir {
	float:left;
	margin-left: 10px;
	padding-bottom:20px;
	width:662px;
}

#cont_int {
	background: #FFFFFF url(../images/conteudo_bg.png) repeat-y;
	margin-bottom:5px;
}

#cont_int .cont_int_base {
	background: url(../images/conteudo_base.png) no-repeat center bottom;
	padding:0 10px 20px; 
}

#cont_int h5 {
	background: url(../images/conteudo_topo.png) no-repeat;
	color:#343434;
	font-size:110%;
	font-weight:normal;
	height: 28px;
	margin:0 -10px;
	padding:17px 31px 0;
}

#cont_int h6 {
	background: url(../images/conteudo_topo_sub.png) repeat-y;
	color:#5c5c5c;
	font-size:80%;
	font-weight:normal;
	margin:0 -10px;
	padding:0px 31px 15px;
}

#cont_int .chamada_blog p {
	background:#f3f3f3;
	border:1px solid #CECECE;
	color:#333333;
	display:block;
	font-size:80%;
	margin:15px 0 7px;
	padding:20px;
}

/* blog */

.post {
	padding-bottom:4px;
}

.post h3 {
	font-size:90%;
	margin-top:20px;
	padding:0 20px 7px;
}

.post h3:hover a {
	color:#333333;
}

.post h3 a:hover {
	color:#bd2429;
}

.post small {
	border-bottom:1px solid #cecece;
	color:#333333;
	display:block;
	font-size:10px;
	margin-bottom:7px;
	padding:0 20px 7px;
}

.post.erro small {
	border-bottom:none;
	margin-bottom:10px;
	padding:0 20px 0px;
}

.post small a {
	color:#bd2429;
	text-transform: uppercase;
}

.post small a:hover {
	color:#333333;
}

.post p {
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;
	padding:0 20px;
}

.post .post-conteudo h1, .post .post-conteudo h2, .post .post-conteudo h3, .post .post-conteudo h4, .post .post-conteudo h5, .post .post-conteudo h6 {
 font-size:100% !important;
 color:#333333 !important;
 margin:10px 0 !important;
 padding:0 20px !important;
 background:none !important;
 font-weight:bold !important;
 height:auto !important;
}

.post .post-conteudo h1 {
font-size: 120% !important;
}

.post .post-conteudo h2 {
font-size: 100% !important;
}

.post .post-conteudo h3 {
font-size: 80% !important;
}

.post .post-conteudo h4 {
font-size: 80% !important;
color:#bd2429 !important;
}

.post .post-conteudo h5, .post .post-conteudo h6 {
font-size: 70% !important;
}

.post .post-conteudo blockquote {
	padding:0 20px 10px 50px;
	font-style: italic;
	font-size:11px !important;
	color:#888888;
}

.post .post-conteudo blockquote p {
	font-size:11px !important;
}

.post .post-conteudo ul, .post .post-conteudo ol {
	list-style:outside disc;
	padding:0 20px 15px 50px;
	font-size:80%;
}

.post .post-conteudo ol {
	list-style:outside decimal;
	padding:0 20px 15px 55px;
}

/* conteudo estático */

.post-estatico {
	padding:20px 0 4px;
}

.post-estatico h4 {
	border-bottom:1px solid #cecece;
	margin-bottom:5px;
	padding:15px 20px 5px;
}

.post-estatico h4.prim {
	padding-top:0px;
}

.post-estatico p {
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;
	padding:0 20px;
}

.post-estatico blockquote p {
	font-size:70%;
	font-style: italic;
	text-align:right;
}

.post-estatico ul,
.post-estatico ol {
	list-style:outside disc;
	padding:10px 65px 10px 0;
}

.post-estatico ol {
	list-style:outside decimal;
	padding-left:65px;
}

.post-estatico li {
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;
	padding:0px 20px 0 0;
}

/* clientes */
.quadro_cliente {
	background:url(../images/quadro_clientes.png) no-repeat;
	width: 205px;
	padding:15px 0;
	text-align:center;
	float:left;
	margin:0 7px 7px 0;	
}

/* portfolio */

.post-estatico-portfolio {
	padding:20px 20px 4px;
}



/* carousel */

.trabalhos{
	margin-bottom:20px;
}

.trabalhos h4 {
	margin-bottom:5px;
	float:left;
	clear:left;
}

.bloco_trab {
	padding:15px 15px 20px;
	background:#f4f4f4;
	border: 1px solid #d9d9d9;
	width: 570px;
	float:left;
	clear:left;
}

.bloco_trab .gal_trab {
	float:left;
	width:210px;
}

.bloco_trab .gal_trab p {
	text-align:center;
	margin:0;
	padding:0 14px 0 0;
	font-size:65%;
}

.bloco_trab .info_trab {
	float:left;
	width:360px;
	font-size:80%;
	padding:10px 0;
}

.bloco_trab .info_trab li {
	padding:8px 0;
}


.info_trab span {
	text-transform: uppercase;
	font-weight: bold;
}


/* resultados da pesquisa */

ul.resultados {
	padding:10px 20px 20px;
}
.resultados li {
	padding-bottom:12px;
	border-bottom:1px dotted #cecece;
	margin-bottom:12px;
}

.resultados h4 {
	margin:10px 0 0;
}

.resultados h4 a:hover {
	color:#bd2429;
}

.resultados a.perm {
	color:#666666;
	text-decoration:none;
	display:block;
}

.resultados a.perm:hover {
	text-decoration:underline !important;
	color:#999999;
} 

.resultados p {
	font-size:80%;
}

.resultados .pesquisa {
	margin:10px 0 10px;
}

.formulario.pesquisa #searchform .form_pesquisa-result {
width:220px;
padding:2px;
font-size:13px;
float:left;
height:18px;
font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
}

.formulario.pesquisa #searchform .form_ir-result {
margin-left:3px;
margin-top:1px;
font-size:11px;
font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
height:24px;
}


/*****************************************************

	CONTEUDO > LATERAL DIREITA > RODAPE

******************************************************/

#rodape {
	font-size:0.6em;
	text-align: center;
}

#rodape a {
	color:#666666;
	padding:3px;
	text-decoration:none;
}

#rodape a:hover {
	background:#666666;
	color:#FFFFFF;
	padding:3px;
}

#rodape a.logar:hover {
	background:none;
	color:#666666;
	padding:3px;
	text-decoration:underline;
}

/*****************************************************

	CLASSES PADROES NO WORDPRESS

******************************************************/

.aligncenter, div.aligncenter {
	display: block;
	margin:0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0px 8px 8px 0px;
}

img.alignright {
	margin: 0px 0px 8px 8px;
}

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

.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;
}

.post-navigation .left {
float:left;
}

.post-navigation .right {
float:right;
}

.post-navigation a{
line-height:normal;
font-size:80%;
text-decoration:underline;
}

.post-navigation a:hover{
text-decoration:none;
}
