/**********************************************************
  HOUKAGO STANDARD v1.1
  João Henrique - Lelouch (jojsw@operamail.com)
  José Osmar - Nocliz (nocliz@hotmail.co.jp
 **********************************************************/

/* GERAL */

.resetar-float { clear: both; }
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
img { border: 0px; }
a { color: #ae5c2f; text-decoration: none; }
a:hover { color: #ae5c2f; text-decoration: underline; }

body {
background: url(imagens/fundo.png);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
margin: 0px;
}

/* ESTRUTURA */

#bordas {
background: #FFF;
width: 780px;
margin: 0 auto;
}

#principal {
background: #eabe58 url(imagens/lateral-fundo2.png) repeat-y;
width: 770px;
margin: 0 auto;
}

#banner {
background: url(imagens/banner.png);
width: 770px;
height: 196px;
text-align: right;
}

#menu {
background: url(imagens/menu-fundo.png);
width: 770px;
height: 30px;
}

#sombra {
background: url(imagens/sombra.png);
width: 770px;
height: 5px;
}

#conteudo {
width: 770px;
}

#rodape {
background: url(imagens/rodape.png) no-repeat;
width: 770px;
height: 121px;
clear: both;
}

/* MENU */

#menu .alinhamento { padding-left: 172px; }

#menu .home {
background: url(imagens/menu-home.png) no-repeat;
width: 41px;
height: 30px;
padding-right: 15px;
float: left;
}

#menu .home:hover { background: url(imagens/menu-home.hover.png) no-repeat; }

#menu .projetos {
background: url(imagens/menu-projetos.png) no-repeat;
width: 70px;
height: 30px;
padding-right: 15px;
float: left;
}

#menu .projetos:hover { background: url(imagens/menu-projetos.hover.png) no-repeat; }

#menu .faq {
background: url(imagens/menu-faq.png) no-repeat;
width: 46px;
height: 30px;
padding-right: 5px;
float: left;
}

#menu .faq:hover { background: url(imagens/menu-faq.hover.png) no-repeat; }

#menu .equipe {
background: url(imagens/menu-equipe.png) no-repeat;
width: 51px;
height: 30px;
padding-right: 15px;
float: left;
}

#menu .equipe:hover { background: url(imagens/menu-equipe.hover.png) no-repeat; }

#menu .contato {
background: url(imagens/menu-contato.png) no-repeat;
width: 65px;
height: 30px;
padding-right: 15px;
float: left;
}

#menu .contato:hover { background: url(imagens/menu-contato.hover.png) no-repeat; }

#menu .comunidade {
background: url(imagens/menu-comunidade.png) no-repeat;
width: 95px;
height: 30px;
float: left;
}

#menu .comunidade:hover { background: url(imagens/menu-comunidade.hover.png) no-repeat; }

/* BARRA LATERAL */

#lateral {
width: 170px;
float: left;
padding-left: 5px;
}

#lateral #conteudo-lateral {
background-image: url(imagens/lateral-fundo.png);
width: 170px;
padding-left: 5px;
}
 
#lateral .titulo {
background: url(imagens/lateral-titulo.png);
width: 151px;
height: 16px;
color: #FFF;
font-family: Arial;
font-weight: bold;
font-size: 12px;
padding: 7px;
}

#lateral .flecha {
margin-top: 4px;
float: left;
}

#lateral .link {
background: url(imagens/lateral-links.png);
width: 159px;
height: 13px;
padding: 3px;
color: #FFF;
}

#lateral .link a{
color:#C92800;
}

#lateral .link:hover {
background: url(imagens/lateral-links.hover.png);
padding: 3px;
color: #FFF;
font-weight:bold;
}

#lateral .listras {
background-image: url(imagens/lateral-listras.png);
width: 158px;
padding: 3px;
margin: 1px
}

/* TOOLTIP PARCEIROS */

a.parceiros{
position: relative; 
text-decoration: none;
z-index: 24;
}

a.parceiros:hover{
background: transparent;
z-index: 25; 
}

a.parceiros span{ display: none; }

a.parceiros:hover span{ 
background: url(imagens/flecha-parceiros.png) no-repeat;
padding-left: 18px;
display: block;
position: absolute;
left: 155px;
top: -8px;
}

/* CONTEUDO PRINCIPAL */

#conteudo .alinhamento-conteudo {
padding-left: 8px;
float: left;
}

/* HEADLINES */

#headlines {
background: url(imagens/topo-headlines.png) no-repeat;
padding-left:3px;
width: 204px;
height: 83px;
float: left;
}

#headlines .alinhamento-headlines {
height: 12px;
color: #795100;
padding: 5px 2px 0px 5px;
}

#headlines a { color: #795100; text-decoration: none; }
#headlines a:hover { color: #795100; text-decoration: underline; }

/* LANÇAMENTO */

#lancamento {
background: url(imagens/topo-lancamento.png) no-repeat;
width: 150px;
height:83px;
text-align: center;
float: left;
padding: 3px 7px;
}

/* ENQUETE */

#enquete {
background: url(imagens/topo-enquete.png) no-repeat;
width: 207px;
height: 83px;
text-align:center;
color: #795100;
font-weight: bold;
float: left;
}

/* NOTÍCIAS */

#noticias {
width: 572px;
margin-left: auto;
margin-right: auto;
}

#noticias .informacao {
background: url(imagens/titulo.png) no-repeat;
width: 455px;
height: 37px;
float: left;
line-height: 37px;
}

#noticias .titulo-noticia {
color: #66552c;
font-size: 15px;
padding-left: 5px;
padding-right: 5px;
}

#noticias .avatar {
width: 117px;
height: 37px;
float: left;
}

#noticias .meio-noticias {
background: url(imagens/meio.png);
width: 572px;
height: 13px;
clear: both;
}

#noticias .conteudo-noticias {
background: url(imagens/gradiente.png) no-repeat #f5dfac;
width: 562px;
color: #5a5854;
text-align: justify;
padding-left: 5px;
padding-right: 5px;
}

#noticias .final-noticias {
background: url(imagens/final.png) no-repeat;
width: 572px;
height: 10px;
}

#noticias .noticias-alinhamento {
	padding-top: 30px;
padding-left: 5px;
padding-right: 5px;
}

/* CONTEUDO */

#paginas {
width: 572px;
margin-left: auto;
margin-right: auto;
}

#paginas #inicio {
background: url(imagens/conteudo-inicio.png) no-repeat;
width: 572px;
height: 10px;
clear: both;
}

#paginas #texto {
background: url(imagens/conteudo-texto.png);
width: 562px;
color: #5a5854;
text-align: justify;
padding-left: 5px;
padding-right: 5px;
}

#paginas #final {
background: url(imagens/conteudo-final.png) no-repeat;
width: 572px;
height: 10px;
}

#paginas #texto .titulo-paginas {
color: #f89535;
font-size: 23px;
}

#paginas #texto .volumes {
padding-left: 3px;
float: left;
}

/* CAPÍTULOS */

.urbangreymenu ul {
list-style-type: none;
padding: 0;
margin: 0;
}