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

img {
	border: none;
}

/* MASTER */

body {
	background: url(../images/bg.jpg) no-repeat top center #000000;
	font-family: arial;
	font-size: 12px;
	color: #D5D5D5;
	text-align: justify;
}

.aviso, .aviso2, .aviso3 {
	text-align: center;
	border: 1px solid #0066CC;
	background: url(../images/laranja30.png) repeat;
	padding: 3px;
	margin: 10px;
	font-size: 12px;
}
.aviso2 {
	border: 1px solid #FFFF00;
	color: #FFFF00;
	background: url(../images/transp.png) repeat;
}
.aviso3 {
	border: 1px solid #FF3333;
	color: #FF3333;
	background: url(../images/transp.png) repeat;
	text-align: left;
}

.botao {
	border: 1px solid #BBBBBB;
	color: #BBBBBB;
}
.botao:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}

#master {
}

#meio {
	height: 400px;
	background: url(../images/site_40.jpg) no-repeat;
}


#master_esquerda {
	width: 685px;
	float: left;
	padding: 10px;
}
#master_direita {
	width: 200px;
	float: right;
	padding: 3px;
	border-left: 1px solid #0066CC;
	background: url(../images/laranja30.png) repeat;
}
#master_adm, #master_principal{
	width: 100%;
	float: left;
}

#master_adm div .nicEdit-main {
	width: 600px;
}


.topico_caixa {
	margin: 5px;
	word-wrap: break-word;
}
.topico_caixa th, .boxTitle{
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	border-top: 1px dotted #0066CC;
	background-color: #00081A;
	font-variant: small-caps;
	padding: 3px;
	font-weight: bold;
}
.topico_caixa td{
	padding: 3px;
	background: url(../images/transp.png) repeat;
}


.topico_caixa_menu {
	margin: 5px;
	width: 190px;
}
.topico_caixa_menu th{
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px dotted #006699;
	background-color: #030303;
	font-variant: small-caps;
	padding-left: 3px;
	padding-right: 3px;
	height: 24px;
}
.topico_caixa_menu th a{
	display: block;
	width: 100%;
}
.topico_caixa_menu a{
	display: block;
	width: 100%;
	padding-top:2px;
	padding-bottom:1px;
}
.topico_caixa_menu td{
	height: 20px;
	background: url(../images/transp.png) repeat;
}
.topico_caixa_menu td:hover{
	background: url(../images/transpcinza20.png) repeat;
}

#creditos {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	color: #502000;
}

#carrossel td{
	background: url(../images/laranja30.png) repeat;
}
/* MASTER */




/* MENU PRINCIPAL*/
#menu_principal #menu_principal_table {
	height: 30px;
	text-align: center;
	font-variant: small-caps;
	color: #FFFFFF;
}
#menu_principal #menu_principal_table a{
	display: block;
	width: 100%;
	padding-top:6px;
	padding-bottom:5px;
}

#menu_principal #menu_principal_table td{
	background: url(../images/transp.png) repeat;
}

#menu_principal #menu_principal_table td:hover{
	background-color: #000000;
}
/* MENU PRINCIPAL*/







/* PAGINA */

.pagina_meio, .pagina_meio_tv {
	margin: auto;
	width: 664px;
	overflow: hidden;
	padding: 10px;
	background: url(../images/transp.png) repeat;
}
.pagina_meio_tv {
	width: 870px;
}
.pagina_meio_adm {
	margin: auto;
	width: 665px;
	padding: 10px;
	background: url(../images/transp.png) repeat;
}
.texto {
	padding: 5px;
	padding-bottom: 10px;
}

/* PAGINA */







/* NOVIDADES */
#novidade_assunto {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background: url(../images/laranja30.png) repeat;
}
#novidade_data {
	text-align: right;
	font-size: 10px;
}
#novidade_texto {
	padding: 4px;
	border-bottom: 1px dashed #006699;
	overflow: hidden;
}
/* NOVIDADES */




/* VISITAS */
#visita_data {
	background: url(../images/laranja30.png) repeat;
	text-align: left;
	border-bottom: 1px dashed #006699;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
#visita_texto {
	background: url(../images/transpcinza20.png) repeat;
	padding: 4px;
	overflow: hidden;
}
#visita_box {
	border: 1px solid #006699;
}
/* VISITAS */



/* VIDEOS */
#video_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background: url(../images/laranja30.png) repeat;
}
#video_descricao {
	padding: 4px;
	border-bottom: 1px dashed #006699;
}
#video_video {
	padding-top: 10px;
	text-align: center;
}

/* VIDEOS */



/* ALBUNS */
#album_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background:url(../images/laranja30.png) repeat;
}

/* ALBUNS */



/* MUSICAS */
#musica_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background:url(../images/laranja30.png) repeat;
}
#musica_letra {
	padding: 4px;
	border-bottom: 1px dashed #006699;
}

/* MUSICAS */




/* EVENTOS */
#evento_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background:url(../images/laranja30.png) repeat;
}
#evento_local {
	letter-spacing: 3px;
	font-weight: bold;
}
#evento_data {
	font-weight: bold;
}
#evento_descricao {
	padding: 4px;
	border-bottom: 1px dashed #006699;
}

/* EVENTOS */




/* REVIEWS */
#review_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background:url(../images/laranja30.png) repeat;
}
#review_data {
	text-align: right;
	font-size: 10px;
}
#review_texto {
	padding: 4px;
	border-bottom: 1px dashed #006699;
}
#review_fotos img{
	padding: 5px;
}
/* REVIEWS */



/* ENTREVISTAS */
#entrevista_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background:url(../images/laranja30.png) repeat;
}
#entrevista_entrevistado {
	color: #FFFFFF;
	padding: 2px;
}
#entrevista_data {
	text-align: right;
	font-size: 10px;
}
#entrevista_texto {
	padding: 4px;
	border-bottom: 1px dashed #006699;
}
/* ENTREVISTAS */



/* FOTOS */
.exclusivo {
	font-size: 10px;
	position: absolute;
	margin-top: 178px;
}
#foto_mini tr{
	height: 160px;
	vertical-align: top;
}
#foto_mini {
	border-bottom: 1px dashed #006699;
}
#foto_titulo {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background:url(../images/laranja30.png) repeat;
}
#foto_descricao {
	padding: 4px;
	border-bottom: 1px dashed #006699;
}
#foto_foto_mini {
	height: 152px;
	width: 100%;
}
#foto_foto_mini #foto_mini_table {
	width: 100%;
	text-align: center;
	background: url(../images/transpcinza20.png) repeat;
}
#foto_foto_mini #foto_mini_table:hover {
	background: url(../images/laranja30.png) repeat;
}
#foto_foto{
	text-align: center;
}
#foto_foto img, #foto_foto_mini img{
	padding: 5px;
}

/* FOTOS */



#novidade_texto img, #review_texto img{
	padding: 3px;
	border: 1px solid white;
	margin: 4px;
}




/* LOGIN */

#login {
	margin: auto;
	width: 250px;
}
#login td{
	padding: 5px;
}

input, textarea, select {
	background: url(../images/laranja30.png) repeat;
	border-width: 0px;
	color: #FFFFFF;
}
select {
	color: #0066CC !important; 
}

/* LOGIN */




/* ADMINISTRAÇÃO */

#opcoes {
	word-spacing: 10px;
	margin: 5px;
}
#opcoes a{
	padding: 2px;
	border: 1px dashed #0066CD;
}
#opcoes a:hover{
	background-color: #002040;
}

/* ADMINISTRAÇÃO */





/* BIOGRAFIAS */
.biografia_foto {
	margin: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
	border: 1px dashed #0066CD;
}
/* BIOGRAFIAS */





/* RANDOM */
h1 {
	background: url(../images/arrow2.png) no-repeat;
	padding-left: 35px;
	color: #FEE7B1;
	font-size: 20px;
	font-variant: small-caps;
	letter-spacing: 5px;
	border-bottom: 1px solid #006699;
}
h2 {
	font-size: 16px;
	color: #0066CD;
}
h3 {
	font-size: 14px;
	color: #0099CC;
}
h4 {
	font-size: 12px;
	color: #0066CD;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	border-bottom: 1px dotted #003366;
}
.noBorder:hover{
	border: none;
}
.total_width {
	width: 100%;
}
.center {
	margin: auto;
}
img {
	border-width: 0px; !important;
}
ul li{
	list-style-type: disc;
}
/* RANDOM */









/* FOTOS */
.box800 {
	background: url(../images/laranja30.png) repeat;
	height: 200px;
	padding: 5px;
	padding-bottom: 10px;
}
.box800 .fotos {
	position: relative;
	height: 190px;
	width: 152px;
	float: left;
	margin: 8px;
	background: url(../images/transp.png) repeat;
}

.box800 .fotoson {
	background: url(../images/transpcinza20.png) repeat !important;
}

.box800 .fotos .cssFoto .tabela {
	height: 152px;
	width: 152px;
}

.box800 .fotos .nome {
	text-align: center;
	height: 16px;
	width: 152px;
	position: absolute;
	left: 0px;
	top: 152px;
	padding-top: 2px;

}

.box800 .fotos a:hover {
	text-decoration: none !important;
}

div.cssFoto {
	position: absolute !important;
	left: 0px;
	top: 0px;
}
/* FOTOS */







/* LOJA */
.produtos_loja {
	width: 870px;
	height: auto;
	margin: auto;
	display: table;
}
.produto_loja {
	border: 1px dotted #0066CD;
	background: url(../images/laranja20.png) repeat;
	display: inline;
	width: 250px;
	height: 257px;
	margin: 15px;
	float: left;
}
.produto_loja:hover {
	border: 1px solid #0066CD;
	background: url(../images/laranja30.png) repeat;
}
.produto_loja .produto_nome{
	font-variant: small-caps;
	padding: 3px;
	background-color: #000000;
}
.produto_loja .produto_valor{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/vermelho30.png) repeat;
	color: #FFFFFF;
	height: 18px;
}
.produto_loja .produto_foto{
	padding: 3px;
	text-align: center;
}
.produto_loja .produto_descricao{
	color: #FFFFFF;	
	padding: 5px;
}
.produto_loja .produto_comprar{
	border: none;
}
.produto_loja input {
	background: none #0066CC;
}



.bg1 {
	background: url(../images/transpcinza20.png) repeat;
}
.bg2 {
	background: url(../images/laranja30.png) repeat;
}




#termos_cadastro {
	width: 400px; 
	border: 1px solid #0066CC; 
	background: url(../images/laranja30.png) repeat;
	margin: auto;
	font-family: courier;
}