﻿body
{
    margin: 0px auto;
    background-image: url(imagens/fundo.jpg);
    background-repeat: repeat-y;
    background-position: center 0px;
    font-family: Arial;
    font-size: 12px;
}

a
{
 color:#FFFFFF;
 text-decoration:none;
}

a:hover
{
    color:#FF3300;    
}

#hwbr
{
    width: 100%;
    height: 80px;
    background-color: Black;
    text-align: center;
}

#principal
{
    width: 954px;
    margin: 0px auto;
}

#topo
{
    width: 100%;
    height: 560px;
}

#main
{
    width: 920px;
    margin: 0px auto;
    padding-left: 38px;
}

#container
{
    width: 100%;
    background-image: url(imagens/topo.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
}

#post
{
    width: 580px;
    float: left;
    margin-right: 23px;
    padding-top: 20px;
}

.titulo
{
    width: 580px;
    height: 50px;
    background-image: url(imagens/post.jpg);
    background-repeat: no-repeat;     
    margin-bottom: 5px;
    overflow-y: hidden;
    text-transform: uppercase;
}

.titulo h2
{
    padding:0;
    margin:17px 0px 0px 70px;    
}

.postContent
{
    padding: 20px 10px 0px 10px;
    clear: both;
}

.postContent a
{
    color:#8D1B1B;
}

.post a:hover
{
    color:#FF5C5C;
}

.titulo h2
{
    font-size: 14px;
}

.titulo a
{
    color: #FFFFFF;
    text-decoration: none;
}


#menu li
{
    list-style: none;
}

.limpar
{
    clear: both;
}


.descr
{
    width: 300px;
    float: left;
    padding-left: 10px;
    color:#FF3535;
    overflow-x:hidden;
}

/* comentarios */

.comentarios
{
    float: right;
    width: 140px;
    text-align: right;
    padding-right: 10px;
}

.comentarios a
{
    color:#FF3535;    
}

.comentarios a:hover
{
    color:#8D1B1B;    
}

.comentarios img
{
    border: solid 0px;
}

.coments
{
    float:right;
    font-size:9pt;
  
}

.divComentarios
{
    width: 565px;
    height: 60px;
    padding: 2px 0px 0px 10px;
    background-image: url(imagens/comentarios.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    font-size: 11pt;
    color: #9A3;
    margin-top: 10px;
}

.divComentarios a
{
    color:#8D1B1B;    
}


.comentAutor
{
    margin: 0px 0px 0px 13px;
    padding: 0px 0px 0px 0px;    
}

.comentAutor a
{
    color:#8D1B1B;    
}

.boxcoment
{
    width: 540px;
    background-color: #EFEADE;
    min-height: 50px;
    border: dotted 1px #DFD2C2;
    vertical-align: middle;
    margin: 10px auto;
    margin-bottom:30px;
    padding:5px 5px 5px 5px;
    word-wrap:break-word;
}

.boxcomentRegistrado
{
    width: 540px;
    background-image:url(imagens/fundo_comentario.jpg); background-repeat:no-repeat;
    background-color: #F8E8E5;
    min-height: 50px;
    border: dotted 1px #DFD2C2;
    vertical-align: middle;
    margin: 10px auto;
    margin-bottom:30px;
    padding:5px 5px 5px 5px;
    word-wrap:break-word;
}

#deixarComent p
{    
    margin: 0px 0px 15px 13px;
    padding: 0px 0px 0px 0px;
    font-size:9pt;    
}

#deixarComent input
{   
    width:250px;
    height:20px;
    margin-top:-15px;
    padding-top:2px;
         
}

#deixarComent textarea
{   
    width:400px;
    height:150px;
    margin-top:-15px;
         
}

.enviar
{
    border:dotted 1px #CCCCCC; 
    cursor:pointer;
}

.dbotao
{
    width:365px;
    text-align:right;
    padding-top:8px;
}

#paginador
{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#paginador a
{
     color:#FF5C5C;    
}

#postContent
{
    margin-bottom: 20px;
}


.vercompleto
{
    width: 150px;
    height: 18px;
    border: solid 1px #C5AE8F;
    background-color: #E7DECF;
    vertical-align: middle;
    margin: 15px auto;
    text-align: center;
}

.buscar
{
    border:solid 1px #666666;
    border-right-width: 0px;
    margin-bottom: 4px;
    display: block;
    float: left;
    height: 20px;
    padding-left: 3px;
    width: 180px;
    font-size: 15px;
    padding-top: 3px;
    color:#B4B4B4;
}

#busca
{
    width:213px;
    margin:0px auto;
}

/* menu */
.sidenav
{
    width: 273px;
    float: left;
    padding-top: 5px;
    vertical-align: top;
}
.sidenav h2
{
    background-image: url(imagens/item.jpg);
    width: 273px;
    height: 30px;
    font-family: Times New Roman;
    font-size: 20px;
    color: #E6CCCD;
    text-align: center;
    padding-top: 6px;
}

.sidenav a
{
    color:#FF3300;    
}

.sidenav a:hover
{
    color:#8D1B1B;   
}

.sidenav h2 a
{
    color: #9A3;
}

.sidenav ul
{
   padding:0;
   margin:0;
}
.sidenav li
{
    list-style: none;
}
.sidenav li a
{
    font-size: 1.1em;
    line-height: 1.5em;
    color: #777;
    text-decoration: none;
}
.sidenav li a:hover
{
    color: #FF3535;
}

/* rodape */
.footer
{
    width:922px;
    background-color: #F5F5F5;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #777;
    font: normal 0.9em sans-serif;
    margin:0px auto;
}
.footer a
{
    color: #8D1B1B;
    text-decoration: none;
}

.footer .left, .footer .right
{
    padding: 10px 0;
}

/* twitter */

#twitter
{
    width: 93%;
    border: 1px dotted #D2DE90;
    background-color: #F4F6FA;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #999999;
    overflow-x: hidden;
    padding: 5px 3px 3px 3px;
}

.twi_data
{
    padding-top: 5px;
    color: #8D1B1B;
}

.twi_nome
{
    color: #666666;
}

#cboxdiv
{
    text-align: center;
    line-height: 0;   
    margin-left: 0px;
}

#cadastro
{
}

#cadastro p
{
    margin: 0px 0px 15px 13px;
    padding: 0px 0px 0px 0px;
    font-size: 9pt;
}

#cadastro input
{
    width: 250px;
    height: 20px;
    margin-top: -15px;
    padding-top: 2px;
}

#cadastro textarea
{
    width: 250px;
    height: 100px;
    margin-top: -15px;
    padding-top: 2px;
}

#cadastro select
{
    margin-top: -15px;
    padding-top: 2px;
}

.alertas
{
    width: 320px;
    background-color: #ffffe0;
    border: solid 1px #e6db55;
    font-family: Arial;
    font-size: 11px;
    color: Red;
    font-weight: bold;
    padding: 10px 4px 4px 4px;
    margin: 10px auto;
    text-align: center;
}

.login
{
    width: 190px;
    height: 20px;
    margin-top: -12px;
    padding-top: 2px;
}

#login
{
    width:225px;
    margin:0px auto;    
}

.topComentaristas
{
    width: 90%;
    overflow-x: hidden;
}

.topComentaristas p
{   
    width:90%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top:10px;
    margin:0;
    text-align:left;
   
}

.topComentaristas img
{
    border-width: 0px;
    float: left;
    margin-right: 4px;
}

.registrese
{
    padding-top: 20px;    
}

.registrese a
{
    color:#FF3535;    
}

.registrese a:hover
{
    color:#8D1B1B; 
}

#ultimasgaleria
{
    width: 95%;
    overflow-x: hidden;
    text-align: center;
    padding-top: 20px;
}

#ultimasgaleria img
{
    margin: 0px auto;
    border: 0px;
}

#ultimasgaleria p
{
    width: 60px;
    height: 60px;
    float: left;
    margin: 2px 2px 2px 2px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 1px #FFFFFF;
}

#ultimasgaleria p:hover
{
    border:solid 1px #FF3300;        
}

#topo_s
{
    width: 934px;
    height: 230px;
    padding-left:20px;
    clear:both;
}

#topo_s p
{
    cursor: pointer; 
    margin: 0; 
    padding: 0;
    height:50px;
    float:left;
}

#topo_s #a
{
    width: 130px;
    margin-right: 90px;    
}

#topo_s #b
{
  width: 142px; 
  margin-right: 95px;
}

#topo_s #c
{
    width: 175px; 
    margin-right: 85px;    
}

#topo_s #d
{
    width: 190px;    
}

#topo_gh
{
    height: 27px;
    font-family:Times New Roman;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
}

#topo_gp
{
    width:100%;
    height: 27px;
    font-family:Times New Roman;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    text-align:right;
}

#topo_galeria
{
    width: 350px;
    padding-left: 20px;
    height: 280px;
    float: left;
}

#topo_posts
{
    width:350px; 
    height:280px; 
    float:right;    
    padding-right:15px;
}

#topo_posts li
{
   
    line-height:20px;
    color:#FFFFFF;
}

#parceiros li
{
   width:100%;
   text-align:center;
}

#vote li
{
   width:100%;
   text-align:center;
}

#top_afiliado p
{
    width:98%;
    text-align:left;
    padding:0px;
    margin:0px;
}

#elite_afiliado
{
    width:245px;
    margin:0px auto;   
}

#elite_afiliado p
{
    width:50px;
    height:50px;
    padding:0px;
    margin:3px 5px 5px 3px;
    float:left; 
}

#botoes li
{
     width:98%;
     text-align:center;    
}

.vhome
{
    margin-top:10px; 
    margin-bottom:10px;
    width:100%;
    text-align:left;
}

.vhome a
{
    color:#8D1B1B;
    font-size:15px;
}

/* link para noticia */

.lk_footer input
{
    width:400px;
    border: 1px dotted #D2DE90;
    background-color: #F7F3EE;
    font-size:11px;   
    padding-left:3px;    
}

.lk_footer img
{
    border:solid 0px;    
}

.linkHeader
{
    width:175px;
    cursor:pointer;
    color:#FF5E5E;
}

.linkHeaderS
{
    width:175px;
    cursor:pointer;
    color:#FF5E5E;
}

.footer_postagem
{
    margin-bottom:10px;  
    margin-top:10px;
    
}

/* misc */
.clearer
{
    clear: both;
    font-size: 0;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

#comunidades
{
 width:98%;
 text-align:left;

}

#comunidades a
{
    border:solid 0px;
}

#comunidades img
{
    border:solid 0px;    
    margin-left:12px; 
}

.tweet
{
    float: right;
    width: 95px;
    text-align: right;   
    height:19px;
    overflow-x:hidden;
    overflow-y:hidden;
}

.oferta
{
    width:190px;
    padding:0;
    margin:0px auto;    
    text-align:center;
    margin-bottom:20px;
}

.oferta img
{
    border:solid 0px;    
}

.oferta_preco
{
    color:Red;    
}

#publicidade
{
    margin:10px auto 10px auto; 
    width:468px;
    height:60px;     
}

#amigos
{

    padding-left:15px;

}

#twi_li
{
    padding-left:10px;        
}

#hotsite
{
    position:relative;
    left:12px;   
}

 /** comentario novo **/

.comentarion
{
    width:540px;
    margin:0px auto;    
    margin-bottom:10px;
    padding-left:25px;
}

.comentarion p
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.comentarion_foto
{
    width:60px;
    height:60px;
    float:left;
    margin-right:10px;   
}

.comentarion_foto img
{
  border:solid 1px #EDEDED;       
}

.comentarion_conteudo
{
    width:470px;
    float:right;     
}

.comentarion_header
{
    width:470px;
    height:39px;
    background-image:url(imagens/comentario_header.jpg);    
    overflow-y:hidden;  
}

.comentarion_desc
{
    width:415px;    
    padding-left:40px;   
    word-wrap:break-word;
    background-image:url(imagens/comentario_main.jpg);
    background-repeat:repeat-y;
    padding-right:15px;   
}

.comentarion_desc div
{
    position:relative;
    top:-15px;    
}

.comentarion_rodape
{
    width:470px;
    height:31px;
    background-image:url(imagens/comentario_rodape.jpg);      
}

.comentarion_titulo
{
    color:#666666!important;
    font-size:13px!important;   
    padding-bottom:5px;   
    padding-left:10px; 
    margin-top:20px; 
}

#sejadaequipe
{
    position:relative;
    left:12px;   
}

#msg_galeria
{
    margin:50px;
    font-size:14px;
    color:#FFFFFF;    
}

.quote
{
    width:490px;   
    background-repeat:no-repeat;
    background-color:#EFEFEF;
    font-size:11px!important;
    padding:20px 5px 20px 5px;
    margin:0px auto;
}