/* ===== CSS RESET ===== */

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,hr,form,input{
    padding: 0px;
    margin:0px   
}

/* ===== TAGS ===== */

body{
    font-family: verdana, Arial, Helvetica, verdana, sans-serif;
    font-size: 13px;
    color: #333333;
    background-color: #D6D6D6;
    background-color: #C0DEED;
    background-image: url(barrinha.png);
    background-repeat: repeat-x;
}

p{
    margin: 13px 0px;
    text-align: justify;
    line-height: 140%;
    word-spacing: -1px;
}
a{
    text-decoration: underline;
    color: #0082BF;
}
a:hover{
    text-decoration: none;
}
input{
    font-size: 90%;
}

/* 
=========================================
CONTAINERS PRINCIPAL 
=========================================*/
#site{
    width: 1000px;
    margin: 0px auto;
    clear: both;
    background-image: url(fundo_site2.jpg);    
    background-repeat: repeat-y;
} 
#topo
{
    width: 1000px;
    margin: 0px auto 0px auto;
    height: 120px;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #000;
} 
#conteudo{
    padding: 20px 20px 20px 40px;
    width: 940px;
    float: left;
    position: relative;
} 
#post{
    width: 580px;
    float: left;
    margin-right: 60px;
}
#navegacao{
    /*margin: 0px 0px 10px 10px;
    padding: 15px 0px 0px 10px;*/
    width: 300px;
    float: left;
}
.coluna
{
    display:none;
    margin: 0px 0px 0px 1px;
    width: 160px;
    float: left;
    background-color: #fff;
    height: 600px;
    padding: 1px;
   
}
.clear{
    clear:both;
    height: 5px;
}  

/*
#site{
    width: 1000px;
    margin: 0px auto;
    clear: both;
    background-image: url(fundo_site2.jpg);    
    background-repeat: repeat-y;
} 
#topo{
    width: 1000px;
    margin: 0px auto;
    height: 130px;
    position: relative;
} 
#conteudo{
    padding: 20px 10px 10px 20px;
    width: 807px;
    float: left;
} 
#conteudoHome
{
    padding: 20px 10px 10px 20px;
    width: 807px;
    float: left;
    background-color: #FFFFFF;
} 
#post{
    width: 540px;
    float: left;
    padding: 0px 20px;
}
#postHome{
    width: 760px;
    float: left;
    padding: 0px 20px;
}
#navegacao{
    margin: 0px 0px 10px 10px;
    padding: 15px 0px 0px 10px;
    width: 200px;
    float: left;
}
.coluna{
    margin: 0px 0px 0px 1px;
    width: 160px;
    float: left;
    background-color: #fff;
    height: 600px;
    padding: 10px 1px 1px 1px;
   
}
*/
.box{
    /*width: 250px;
    float: left;*/
}
.aleatorio{
    width: 360px;
}

.clear{
    clear:both;
    height: 5px;
}  

/* ====== TOPO =====*/

#menu{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 1000px;
    background-color: #008080;
    background-color: #FF0000;
    background-color: #5A8FB0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #66D8FF;
}
#menu ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#menu li{
    float: left;
    line-height: 25px;
}
#menu li a{
    margin: 0px 3px 0px 0px;
    padding: 0px 15px;
    display: block;
    float: left;
    color: #fff;
    color: #FFFFFF;
    
    text-decoration: none;
    font-family: arial;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
#menu li a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #07A3B7;
    background-color: #09B6CE;
}

#banner{
    position: absolute;
    top: 55px;
    right: 0px;
    width: 730px;
    padding: 5px;
}
#logo{
    position: absolute;
    top: 38px;
    left: 0px;
    height: 41px;
    width: 186px;
}
#logo a{
    text-decoration: none;
    /*color: #FF0000;*/
    font-family: 'Arial Narrow' , arial;
    font-size: 45px;
    letter-spacing: -2px;
    word-spacing: -4px;
}
#logo span{
    font-size: 45px;
    font-family: 'Arial Narrow' , arial;
    color: #666666;
    letter-spacing: -2px;
    font-weight: bold;
}


.boxForm{
    border: 4px solid #F5F5F5;
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    font-family: arial, Helvetica, sans-serif;
}
.small
{
    font-size: 10px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
.campo{
    border-style: none;
    width: 200px;
    padding: 5px;
    border: 1px solid #E8E8E8;
    
}
.buscar
{
    color: #FFFFFF;
    background-color: #FF0000;
    border-style: none;
    padding: 5px;
    width: 78px;
    margin-left: -2px;
}
.combo
{
    font-size: 18px;
    color: #0099CC;
}
.botao{
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    padding: 10px !important;
    font-size: 14px;
}
.botao a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/* ====== NAVEGAÇÃO =====*/

#navegacao h6,.box h6{
    font-size: 18px;
    font-family: arial, Verdana;
    color: #666666;
    padding: 0px 0px 5px 0px;
    font-weight: normal;
}
#navegacao ul,.box ul{
    margin: 0px 0px;
    padding: 0px;
    list-style: none;
}
#navegacao ul li,.box ul li{
    display: block;
    margin: 0px 0px;
    padding: 2px 0px;
}
#navegacao ul li a,.box ul li a{
    text-decoration: none;
    color: #008080;
    color: #CC6600;
    color: #4F4F4F;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background-image: url(online.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 12px;
}
#navegacao ul li a:hover,.box ul li a:hover{
    text-decoration: underline;
}
#navegacao .destaque{
    font-size: 14px;
    font-weight: bold;
}

/*==============================================
POST
================================================*/
#banners{
    padding: 10px;
    background-color: #FFFFFF;
}

#chamada
{
    margin: 20px 0px 10px 0px;
    padding: 15px;
    background-color: #33CCFF;
}
#chamada h1
{
    font-size: 18px !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #FFFFFF !important;
}
#chamada p
{
    line-height: 140%;
    margin: 10px 0px;
    color: #FFFFFF;
    font-size: 12px;
}

.autor{
    padding: 2px 0px;
    margin: 0px 0px 10px 0px;
    font-style: italic;
    font-size: 10px;
    color: #808080;
}
#post h1{
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    color: #0099CC;
    margin: 25px 0px 0px 0px;
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0px 2px 0px;
}
#post h2{
    font-size: 17px;
    color: #688729;
    color: #347E85;
    margin: 15px 0px 5px 0px;
    font-weight: bold;
    padding: 0px;
}    
#post h2 a{
   
    font-size: 20px;
    color: #FF6600;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
#post h2 a:hover{
    font-size: 20px;
    color: #FF6600;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
}
#post h3{
    font-size: 14px;
    color: #688729;
    color: #347E85;
    margin: 15px 0px 5px 0px;
    font-weight: bold;
    padding: 0px;
}
#post h4{
    font-size: 14px;
    margin: 30px 0px 15px 0px;
    padding: 3px 0px;
    color: #3C9A35;
    color: #286468;
    font-weight: normal;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-top-width: 1px;
    text-transform: uppercase;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}

#post h5{
    border: 1px solid #C0C0C0;
    margin: 0px 0px 15px 0px;
    padding: 5px;
    background-color: #F8F8F8;
    font-weight: normal;
    color: #808080;
    font-size: 90%;
}
#post h6{
    border: 1px solid #D2E98F;
    margin: 0px;
    padding: 5px;
    background-color: #F5FAE7;
    font-weight: normal;
    color: #808080;
    font-size: 90%;
}
#post ul, #post ol{
    margin: 0px 0px 15px 0px;
}
#post ul li{
    margin-left: 17px;
    padding: 3px 0px;
    list-style-type: square;
    color: #4684C1;
    text-align:justify;
}
#post ol li{
    margin-left: 40px;
    padding: 3px 0px;
    color: #4684C1;
}
#post #faq li{
    color: #FFFF00;
}
#post hr{
    border-style: none;
    height: 2px;
    color: #DDDDDD;
    background-color: #DDDDDD;
}
#continue_lendo{
    padding: 3px;
    margin: 0px;
}
#continue_lendo a{
    text-decoration: underline;
    color: #688729;
}
#continue_lendo a:hover{
    text-decoration: none;
}
.leia-tambem{
    color: #009999;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 30px;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
    border-left-style: solid;
    border-left-width: 1px;
}
.leia-tambem a{
    text-decoration: none;
    font-weight: normal;
}
.leia-tambem a:hover{
    text-decoration: underline;
}

#destaque{
    background-color: #EFEFEF;
    padding: 8px 10px;
    margin: 0px 0px 20px 0px;
}
#destaque a{
    text-decoration: none;
    color: #FF0000;
}
#destaque a:hover{
    text-decoration: underline;
}


/* ==== COMENTÁRIOS ==== */

#post input, #post textarea{
    border: 1px solid #D2D1D0;
    background-color: #FAFAFA;
    color: #666666;
    padding: 6px;
}
.comentario_nome{
    margin: 2px 0px 2px 0px;
    font-size: 14px;
    color: #688729;
    font-weight: bold;
}
.comentario_data{
    margin: 2px 0px 2px 0px;
    font-size: 11px;
}
.comentario_cidade{
    margin: 2px 0px 2px 0px;
    font-size: 11px;
}
.comentario_comentario{
    margin: 0px 0px 16px 0px;
    font-size: 12px;
}
.comentario_texto{
    font-size: 12px;
    color: #688729;
}
#editor{
    background-color: #D6D9D0;
    padding: 10px;
}
.ComentarioLegenda{
    color: #00AEE8;
    font-size: 11px;
    padding: 0px 5px;
    width: 120px;
    float: left;
}
.ComentarioTexto{
    color: #347E85;
    margin: 0px 0px 0px 140px;
    padding: 0px;
    font-style: italic;
}
.oculto{
    border: 1px solid #FFF !important;
    background-color: #FFF !important;
    color: #FFF !important;
}


/*==============================================
RODAPÉ
================================================*/
#rodape{
    padding: 5px;
    color: #FFFFFF;
    clear: both;
    background-color: #5599BB;
    margin: 5px 0px 0px 0px;
}
#rodape p{
    text-align: center;
    margin: 3px;
    font-size: 85%;
}
#rodape a
{
    text-decoration: none;
    color: #FFFFFF;
}

/*==============================================
ANUNCIOS
================================================*/

#ads_post2{
    float: left;
    margin: 5px 10px 5px 0px;    
}


/*==============================================
TIRA DÚVIDAS - Adicionais
================================================*/

#divContorno{
    border: 1px solid #E4E4E4;
    margin: 0px 0px 5px 0px;
}
#divLegenda{
    color: #999999;
    font-size: 10px;
    padding: 5px;
    width: 90px;
    float: left;
}
#divPergunta{
    padding: 0px 10px 20px 0px;
    float: right;
    width: 395px;
}
#perguntaHome{
    text-align:center; 
    width:200px;
    margin: 20px auto;
}
