@charset "utf-8";

/*
 * reset
 * -----
 * definições gerais para todos elementos
 */

*
{
	background-repeat: no-repeat;
}
img
{
	border: none;
}
/* ordem de definição dos links: a:link, a:visited, a:hover, a:active (LoVe HAte) */
a:link
{
	text-decoration: underline;
	color: black;
}
a:visited
{
	text-decoration: underline;
	color: black;
}
a:hover,
a:active
{
	text-decoration: underline;
	color: #CC0000;
}
h1
{
font-size: 13px;
text-align: left;
}



/*
 * layout
 * ------
 * aqui entram os elementos que definem o layout
 * descendentes desses ficam reunidos na seção de diagramação
 */

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #F3E9E3 url(/img/body-fdo.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#wrapper
{
	width: 775px;
	margin: 0 auto;
}
#conteudo
{
	float: left;
	width: auto;
	background-image: url(/img/conteudo-fdo.gif);
}
#topo
{
	position: relative;
	width: auto;
	height: 48px;
	margin: 0;
	padding: 0;
}
#carinhas
{
	float:right;
	position: relative;
	width: 108px;
	height: 115px;
	padding: 0;
}
.carinhas
{
	float:right;
	position: relative;
	width: 108px;
	height: 115px;
	padding: 0;
}
#carinhas-home
{
	position: relative;
	height: auto;
	padding: 0 0 0 18px;
}
table#carinhas-dado
{
	margin: 0 auto;
}
#esquerda
{
	float: left;
	width: 185px;
	padding-left: 15px;
	padding-top: 140px;
	text-align: left;
}
#miolo
{
	float: left;
	width: 575px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#centro
{
	width: auto;
	padding-left: 18px;
	padding-right: 30px;
}
#direita
{
	float: right;
	width: 180px;
	padding-right: 10px;
	margin-top: 20px;
}
#guarda-chuvas
{
	width: auto;
	height: 122px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: #F3E9E3 url(/img/fundo-bege-miolo.jpg);
	clear: both;
}
#rodape
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: #FFF url(/img/rodape-fundo.gif) top repeat-x;
	clear: both;
}



/*
 * diagramação
 * -----------
 * aqui entra o detalhamento dos elementos descendentes
 */

.foto-home
{
	margin: 3em 0 0 3em;
}


#miolo p
{
	font-size: 1.1em;
}
#miolo .coluna
{
	position: relative;
	float: left;
	text-align: left;
}
#miolo .colunadif
{
	position: relative;
	margin-top: 20px;
	float: left;
	text-align: left;
	width: 330px;
}
#centro h2
{
	clear: both;
	font-size: 1.6em;
	font-weight:bold;
	color: #E86424;
	margin-top: 1em;
	margin-bottom: 0.4em;
}

#content h2
{
	clear: both;
	font-size: 1.6em;
	font-weight:bold;
	color: #E86424;
	margin-top: 2em;
	margin-bottom: 0.4em;
}
#centro h2 span
{
	position: absolute;
	display: block;
	text-indent: -9999px;
}
#centro h2 br
{
	display: none;
}
#centro h2 a img
{
	border: none;
}
#centro h3
{
	clear: both;
	margin-bottom: 0.4em;
	margin-top: 2.2em;
	font-weight: bold;
}
#content h3
{
	clear: both;
	margin-bottom: 0.4em;
	margin-top: 2.2em;
	font-weight: bold;
}

div#mailing
{
	border-top: 1px solid #000;
}

.texto,
#miolo p
{
	margin-top: 0em;
	text-align: left;
}
/*** Fotos: se for o caso de traze-las para a coluna da esquerda, basta ajustar o padding ***/
#miolo p img
{
	border: 4px solid #D8C2B7;
}
#miolo p img.direita
{
	float: right;
	clear: both;
	margin: 0 0 1em 1em;
}
#miolo p img.esquerda
{
	float: left;
	clear: both;
	margin: 0 1em 1em 0;
}
#miolo p img.centro
{
	float: left;
	margin: 0 0 1em;
}
#miolo p img.painel
{
	float: left;
	margin: 0 0.5em 1em 0;
}

.foto-horiz
{
	float: left;
	width: 13.20em;
	height: 8.97em;
}
.foto-vert
{
	float: left;
	width: 9.05em;
	height: 13.29em;
}
/*** ***/

.logo
{
/*	margin: 3em 0em -1em 0em;*/
	border: none;
}
ul
{
	list-style-type: none;
	padding-left: 0;
}
li a
{
	text-decoration: none;
	font-size: 1.1em;
	color: #000000;
}
li a:hover
{
	text-decoration:underline;
	color:#FF6600
}



#direita h2
{
	font-size: 1.3em;
	text-align: left;
	color:#E86424;
	line-height: 1em;
	margin-top: 1.5em;
}
#direita p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: -0.6em;
}





.img-blog
{
	width: 8.88em;
	height: 5.3em;
	margin: 0;
}
.img-agenda
{
	width: 13.29em;
	height: 5.3em;
	margin: 0;
}
.img-titulos
{
	margin-top: 10px;
}


.submenu
{
	color: #E86424;
}
.submenu a
{
	text-decoration: none;
	color: #E86424;
}
.submenu a:visited
{
	text-decoration: none;
	color: #E86424;
}.submenu a:hover
{
	text-decoration: none;
	color: #CC0000;
}
.submenu-2
{
	font-size: 1.7em;
	font-weight: 800;
}
.submenu-3
{
	font-size: 1em;
	text-transform: uppercase;
}





/*** Para o form, segundo o frwork realejo ***/
input
{
	border-width: 2px;
	border-style: inset;
	line-height: 1.2em !important;
	/*ff: css default eh !important*/
	/*nao adianta declarar dimensoes do select*/
	height: 1.2em;
}
input.botao
{
	border-style: outset;
	height: auto;/*to do: sem auto, o calculo da altura fica menor do que 1em. entender de onde vem*/
}



p#wp-powered {
	font-size: 11px;
}