
/* Banner */
/*******************************************************************/ 
.banner{
    position: relative;
    background: #f4f4f4;
}

.banner #bannerContent h2{
    position: absolute;
    top: 115px;
    margin: 0 0 0 50px;
    font-family: 'Gotham-Medium', Arial, sans-serif;
    font-size: 28px;
    padding: 7px 10px;
    text-align: center;
    background: #2f2f30;
    color: #fff;
}

.banner #bannerContent h3{
    position: absolute;
    top: 185px;
    margin: -10px 0 0 50px;
    padding: 0;
    font-family: 'Gotham-Medium', Arial, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #f09826;
}

.banner .field-busca { 
	background:url(../images/bg_search.jpg) left top no-repeat; 
	width:250px;
	height:35px;
	margin-top:2px;
	float:left;
}

.banner .field-busca input{ 
	width:230px;
	padding:9px 0 0 12px;
	font-size:12px;
	border:none;
	background:none;
}
.banner .submit-search { 
	float:left;
	margin-top:2px;
}
.banner .buscar {
	width:290px;
}

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

/*
 **********************
 * =Caixa / Botões
 **********************
*/
.boxCinza{
    overflow: hidden;
    padding: 10px;
    margin: 0;
    background: #f3f3f3;
    border: 1px solid #dfdfdf;
}

.botaoLaranja{
    display: block;
    padding: 3px 10px;
    text-transform: uppercase;
    background: #f09826;
    color: #FFF;
    font-size: 11px;
    font-family: 'Gotham-Bold', Arial, sans-serif;
}

.botaoPreto{
    float: right;
    padding: 5px 7px;
    background: #2f2f2f;
    color:#FFF;
    text-transform: uppercase;
    font-size: 12px;
    border:none;
    cursor: pointer;
    font-family: 'Gotham-Medium', Arial, sans-serif;
}
/*******************************************************************/


/*
 **********************
 * =Posts Gerais
 **********************
*/

/* Header Posts */
/*********************************************************/
#headerPost h2{
    float: left;
    font-family: 'Gotham-Medium', Arial, sans-serif;
    font-size: 36px;
    color:#3c3c3d;
}

#headerPost h3 {
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Gotham-Medium', Arial, sans-serif;
    color: #8B98A6;
}

#headerPost img{
    float: left;
    margin: 0 10px 0 0;
}

#headerPost p{
    clear: both;
    padding: 20px 0;
    font-size: 12px;
    color:#3c3c3d;
}
/*********************************************************/

/* Conteúdo Posts */
/*********************************************************/
.post{
    clear: both;
}

.post a.voltar{
    position: absolute;
    right: 0;
    top: 0;
}

#parceiros .post h3, #noticias .post h3{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none;
    font-size: 23px;
    color: #767676;
    margin: 0;
}

/* Conteúdo Posts - Footer */
/*********************************************************/
.post footer{
    position: relative;
}

.post footer h4{
    clear: both;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    color: #595959;
    font-size: 18px;
}

/* Indicador Comentários */
/*********************************************************/
.post footer .comentarios{
    float: left;
    padding: 3px 5px;
    background: #f3f3f3;
    color: #767676;
    border:1px solid #dfdfdf;
}

.post footer .comentarios a, #contatoParceiro a{
    color: #767676;
    text-decoration: underline;
    margin: 0 5px;
}

.post footer .socialMedia{
    float: left;
    margin: 0 10px;
    width: 500px;
    background: red;
    padding: 10px 0;
}

.post footer .socialMedia h4{
    text-transform: uppercase;
}

/* Comentários */
/*********************************************************/
#commentform{
    clear: both;
}

#commentform label{
    display: block;
    color:#595959;
    margin: 10px 0 0 0;
}

#commentform input, #commentform textarea{
    border:1px solid #e9e9e9;
    font-size: 20px;
    width: 100%;
    color: #333;
}

#comment{
    height: 100px;
}

/* ====================== */

.comentario{
    clear: both;
    border-bottom: 1px solid #ccc;
}

.comentario h5{
    font-size: 18px;
    margin:  0 0 5px;
    padding: 0;
    color: #595959;
}

.comentario p{
    color: #595959;
    margin: 5px 0;
}
/*********************************************************/

/* Posts Recentes - Side Bar */
/*********************************************************/
#postRecentes{
    margin: 30px 0 0 0;
}

#postRecentes ul{
    padding: 0;
    margin: 0;
}

#postRecentes li{
    margin: 0 0 10px 25px;
    padding: 0;
}

#postRecentes a{
    font-size: 12px;
    color:#3c3c3d;
}
/*********************************************************/


/* Paginação */
/*********************************************************/
#paginacao{
    clear: both;
    margin: 10px 0;
    text-align: center;
    font-size: 11px;
}

#paginacao a{
    padding: 2px;
    margin: 3px;
    color: #000;
    text-indent: -9000em;
}

#paginacao a.seta{
    display: inline-block;
    width: 7px;
    height: 14px;
    background: red;
}

#paginacao a.anterior{
    background: url(../images/setas_paginacao.jpg) no-repeat top left;
    padding: 0;
}

#paginacao a.anterior:hover{
    background: url(../images/setas_paginacao.jpg) no-repeat bottom left;
}

#paginacao a.proximo{
    background: url(../images/setas_paginacao.jpg) no-repeat top right;
    padding: 0;
}

#paginacao a.proximo:hover{
    background: url(../images/setas_paginacao.jpg) no-repeat bottom right;
    padding: 0;
}

.pagAtual{
    padding: 3px 5px;
    background: #000;
    color: #FFF;
}

#resumoPaginacao{
    padding: 2px 0 0 0;
    background: #f09826;
    color: #FFF;
    font-size: 11px;
    text-align: center;
}
/*********************************************************/