body {
	background: #1F0303;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.geral {

}

/* ================================ */
/*              MENU                */
/* ================================ */

.menu {
	width:100%;
	height: 50px;
	background: url(../images/bg-menu.jpg) #1F0303;
}

.menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.menu li {
	display: block;
	float: left;
}

.menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu a:hover { 
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

.menu .corner-left, .menu .corner-right {
	width:10px;
	height:50px;
	background: url(../images/bg-menu-left.jpg);
	padding:0;
	margin:0;
}

.menu .corner-right {
	background: url(../images/bg-menu-right.jpg);
	float:right;
}

.menu .current_page_item a {
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #000000;
}

/* ================================ */
/*              TOPO                */
/* ================================ */

.topo {
	background: #1F0303;
}

.topo p img{
	float:left;
}

.topo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
}

.topo h1 a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 0 0 15px; 
}

.topo h1 a:hover {
	text-decoration: underline; 
}

.topo h1 span {
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 	
}

.topo p img.imgtopo {
	border:3px solid #da1010;
}

/* ================================ */
/*            CONTEUDO              */
/* ================================ */

.conteudo, .direita {
	background: #2A0F0F;
	padding: 15px 0 0 0;
}

.conteudo h1, .direita h1 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
	font-size: 18px;
}

.conteudo h1 span, .direita h1 span {
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #897B7B;
}

.conteudo p span {
	color:#FF9900;
}

.conteudo p a, .direita h1 span a {
	color:#fff;
}

.conteudo ul.generos li {
	margin: 0 0 10px 30px;
}

.conteudo ul.generos li a {
	text-decoration: none;	
	color:#fff;
	font-size: 15px;
}

.conteudo ul.generos li a:hover {
	text-decoration:underline;
}

.conteudo ul.noticias {
	list-style: circle;
}

.conteudo ul.noticias li a {
	color:#fff;
}

.conteudo ul.noticias li a:hover, .direita table.top10 tr td a:hover {
	color:#FF9900;
}

.conteudo #destaque {
	border-bottom:3px solid #B8120B;
	display:none;
}

.conteudo #destaque strong {
        color: #B5090A;
}

.conteudo #destaque h1 {
	background:#B5090A;
	color: #fff;
	border:none;	
}

.conteudo #destaque p {
	font-size: 16px;
	text-align:center;
	padding:5px;
}

/* ====================== */
/*        BOX FILME       */
/* ====================== */

.filme {
	width:102px;
	float:left;
	margin: -14px 0 15px 22px;
	overflow:hidden;
}

.filme h1 {
	font-size:14px;
	text-align:center;
}

/* ================================ */
/*             DIREITA              */
/* ================================ */

.direita {
	/*
		definido em .conteudo
	*/
}

.direita h1 {
	/*
		definido em .conteudo h1
	*/
	border-top: 1px solid #B8120B;	
}

.direita ul {
	list-style:none;
}

.direita table.top10 {
	margin: 0 0 0 20px;
}

.direita table.top10 tr td {
 	vertical-align: middle;
 	padding: 5px;
}

.direita table.top10 tr td a {
	text-decoration:none;
	color:#fff;
}

.direita table.top10 tr td img {
	width: 50px;
}

.direita table.top10 tr td img.imgAdmin {
	width: auto;
}

.direita ul.parceiros li {
	margin: 0 0 25px 20px;
}

.direita ul.parceiros li a {
	color: #fff;
	text-decoration:none;
}

.direita ul.noticias {
	list-style: circle;
}

.direita ul.noticias li a {
	color:#fff;
}

.direita ul.noticias li a:hover {
	color:#FF9900;
}

/* ================================ */
/*              RODAPE              */
/* ================================ */

.rodape p {
	text-align:center;
}

.rodape p span {
	border:1px solid red;

}

.rodape {
	width:100%;
	height: 50px;
	background: url(../images/bg-rodape.jpg);
}

.rodape ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.rodape li {
	display: block;
	float: left;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;	
}

.rodape a {
	margin-right: 1px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.rodape a:hover { 
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

.rodape .corner-left, .rodape .corner-right {
	width:10px;
	height:50px;
	background: url(../images/bg-rodape-left.jpg);
	padding:0;
	margin:0;
}

.rodape .corner-right {
	background: url(../images/bg-rodape-right.jpg);
	float:right;
}

.rodape .current_page_item a {
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #000000;
}

/* Default tooltip class name: .tooltip */ 
.tooltip{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
} 

/* ================================ */
/*              ADMIN               */
/* ================================ */

.conteudo ul {
	list-style:none;
}

.conteudo ul.admin li a {
	text-decoration: none;
	color: #fff;
}
