@charset "utf-8";
/* CSS Document */

/* AQUI COMEÇA ESTILOS PADRÃO PARA TODAS AS PÁGINAS */

/*PARA PÁGINA DE UM MODO GERAL */
html, body {height:100%;} 

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* PARA O CENTRO GERAL. TUDO ESTÁ DENTRO DESTA DIV */
#tudo {
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-height:100%;
	background-image: url(../imagens/back_1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	}
	
* html #tudo {height: 100%;}

/* PARA O CONTEUDO GERAL. TUDO ESTÁ DENTRO DESTA DIV, EXCETO #bottom. ESTA DIVE É PARA AJUDAR A POSICINAR A DIV #bottom (RODA-PÉ)*/
#conteudo {padding-bottom: 0px;}

/* PARA O MENU */
#menu {width: 760px; height:168px;}

/* ATRIBUTOS DA DIV BANNERS */
#banners {
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

/* CLASSE DA DIV ENTRE #principal E #botton QUE AUXILIA EMPURRAR O #botton PARA BAIXO*/
.clear {clear:both;}

/* PARA O RODA-PÉ */
#bottom {
	position: absolute;
	background-image: url(../imagens/back_2.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 760px;
	bottom: 0;
}

/* ATRIBUTOS DA DIV #principal CONTÉM AS INFORMÇÕES DA PÁGINA, PODENDO VARIAR CONFORME A PÁGINA SOLICITADA */
#principal {
	float: left;
	width: 468px;
	display: block;
	margin-left: 20px;
}

/* AQUI TERMINA ESTILOS PADRÃO PARA TODAS AS PÁGINAS */


/* AQUI COMEÇA ESTILOS PARA AS INFORMAÇÕES DA PÁGINA EM QUESTÃO */

/* AQUI COMEÇA ESTILOS DAS ATUALIZAÇÕES */
#atualiza { /*DIV ONDE ESTÃO COLOCADOS OS DADOS */
	float: right;
	width: 245px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* ESTILOS DOS DADOS DAS ATUALIZAÇÕES */
.dia {font-size: 12px; font-weight: bold; line-height: 25px; color: #7C6E4D;} /* USADO PARA DATA DA ATUALIZAÇÃO #999999; #993300*/
.banda {font-size: 12px; font-weight: bold; line-height: 25px; color: #A89B7F;} /* USADO O NOME DA BANDA */
.res_ent {display:block; padding: 5px; color: #FFFFFF; background: #5E0000; font-size: 16px} /* USADO EM "ENTREVISTAS" E "RESENHAS"  */
.res_ent_total {display:block; padding: 5px; color: #7C6E4D; border: 3px solid #7C6E4D; background: #1C1A21; font-size: 15px} /* USADO NOS TOTAIS "ENTREVISTAS" E "RESENHAS"  */
.total_num {font-size: 14px; font-weight: bold; color: #7C6E4D;} /* USADO OS TOTAIS DE RESENHAS E ENTREVISTAS POR ESTILO */
.total_estilo {font-size: 12px; font-weight: bold; color: #A89B7F;} /* USADO PARA OS ESTILOS DOS TOTAIS */


/* ATRIBUTOS DAS INFORMAÇÕES CONTIDA NA DIV #principal */
#news {font-size: 13px; color: #FFFFFF; padding: 20px; background: #1C1A21;} /* 222B2A 211C1B*/

.data {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #7C6E4D; /* 4C4C40 59554B 7C6E4D */
	display: block;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7C6E4D;
} 

.nome {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	text-align: center;
	font-style: oblique;
	}

a.lk:link, a.lk:visited, a.lk:hover { /* ATRIBUTOS DO LINK PRINCIPAL DA NOTICIA */
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	display: block;
	text-align: center;
}

a.lk:hover {color: #CCCCCC;}

a.new:link, a.new:visited, a.new:hover { /* ATRIBUTOS DOS LINKS REFERENTES A NOTICIA */
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

a.new:hover {color: #CCCCCC;}
