@charset "utf-8";
/* ----------------------- CONFIGURACAO PADRAO ----------------------- */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

body {
	background: #FF9 url(../imagens/bg-body.jpg) repeat-x top left;
	text-align: center;
	font: 13px Tahoma, Arial, Verdana;
	color: #000;
}

form fieldset {
	margin-bottom: 20px;
	border: none;
}

form label {
	font-weight: bold;
	color: #666;
	display: block;
	margin-bottom: 5px;
}

form label.foco { color: #000; }

form input.foco, form select.foco, form textarea.foco { border: solid 1px #333; }

form input, form textarea, form select {
	background: #fff;
	color: #666;
	width: 450px;
	padding: 5px;
	border: solid 1px #999;
}

form select { width: 460px; }

form textarea { overflow: auto; height: 150px; }

form select option, select option { padding-right: 10px; }

form p.botao-submit { text-align: center; margin: 0; }

form button{
    display:block;
    float:left;
    margin-bottom: 15px;
    background: #300;
	border: none;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    color:#FF9;
    cursor:pointer;
    padding: 5px 10px 6px 10px; /* Links */
}
form button{
    width:auto;
    overflow:visible;
}
form button img {
	display: inline;
    margin:0 3px -3px 0 !important;
    width:16px;
    height:16px;
}

form button:hover { background: #900; color: #FF0; }

h1, h2, h3 {
	color: #333;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

h1 img { height: 27px; }

h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

img {
	display: block;
	border: none;
}

img.resposta {
	display: inline;
	margin: -3px 8px 0 0;
	float: left;
}

img.carregando {
	display: inline;
	width: 25px;
	height: 25px;
	margin: -3px 8px 0 0;
	float: left;
}

p {
	text-align: justify;
	line-height: 18px;
	margin-bottom: 10px;
}

p.botoes { text-align: center; }

p.after { clear: both; }

span.obrigatorio {
	font-weight: normal;
	color: #C00;
}

span.erro {
	color: #CC0000;
	font-weight: bold;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

/* ----------------------- FIM CONFIGURACAO PADRAO ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ----------------------- ESTRUTURA ----------------------- */

#site {
	background: url(../imagens/bg-site.png) repeat-y top center;
	text-align: left;
	width: 900px;
	margin: auto;
	padding: 0 13px;
}

#topo {
	background: url(../imagens/bg-topo.jpg) no-repeat top center;
	width: 900px;
	height: 250px;
	margin: auto;
}

ul#menu {
	display: block;
	width: 229px;
	margin: 42px 23px 0 0;
	float: right;
}

ul#menu li {
	display: block;
	width: 229px;
	padding: 0;
	margin: 0;
}

ul#menu li a {
	color: #A50;
	display: block;
	width: 209px;
	height: 27px;
	padding: 0 10px;
	line-height: 27px;
}

ul#menu li a:hover, ul#menu li a.ativo {
	background: #c60;
	color: #ff9;
	text-decoration: none;
}

ul#menu li a.ativo:hover {
	color: #F60;
	text-decoration: none;
}

#conteudo {
	background: url(../imagens/bg-conteudo.gif) repeat-y top left;
	width: 900px;
}

#esquerdo {
	width: 619px;
	display: inline;
	padding: 20px 10px 20px 20px;
	float: left;
}

#direita {
	width: 209px;
	display: inline;
	padding: 10px;
	float: left;
}

#rodape-site {
	background: url(../imagens/bg-rodape.png) no-repeat;
	width: 900px;
	height: 39px;
	margin: auto;
	padding: 0 13px;
}

#rodape {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

#copyright {
	text-align: left;
	width: 600px;
	float: left;
}

#autor {
	text-align: right;
	width: 300px;
	float: right;
}

/* ----------------------- FIM ESTRUTURA ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ----------------------- BUG FLOAT FIREFOX ----------------------- */

#topo:after, #conteudo:after, #rodape:after, form p.botoes:after, form p.after:after, #destaque:after, div.disco:after, ul#agenda li:after, #videos-capa:after, #fotos-capa:after {
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}

/* ----------------------- FIM BUG FLOAT FIREFOX ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* TTULOS */

#tooltip {
	position: absolute;
	z-index: 3000;
	background: #ffffcc;
	padding: 5px;
	border: solid 1px #999;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

/* FIM TTULOS */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* HOME */

#destaque { width: 619px; margin-bottom: 20px; }

#destaque #capa-disco {
	width: 250px;
	float: left;
}

#destaque #capa-disco img {
	width: 250px;
	height: 173px;
}

#destaque #player-capa { float: left; }

#videos-capa,{ width: 619px; margin-bottom: 20px; }

div.video,div.galeria {
	width: 185px;
	height: 140px;
	margin: 0 18px 18px 0;
	padding: 2px;
	float: left;
	border: solid 1px #333;
	position: relative;
}

div.ultimo,div.ultima { margin-right: 0; }

div.video img,div.galeria img {
	width: 185px;
	height: 140px;
}

div.video div.dados-video,div.galeria div.dados-galeria {
	background: url(../imagens/bg-titulo-foto.png) no-repeat;
	color: #FF9;
	font-weight: bold;
	width: 175px;
	padding: 5px;
	position: absolute;
	bottom: 2px;
}

div.video div.dados-video a,div.galeria div.dados-galeria a {
	color: #FF9;
}

div.video div.dados-video a:hover,div.galeria div.dados-galeria a:hover {
	text-decoration: underline;
}

ul#agenda-capa {
	width: 209px;
}

ul.agenda li {
	display: block;
	margin-bottom: 10px;
}

ul.agenda li h3 {
	margin-bottom: 0;
}

ul.agenda li img.marcador-show {
	width: 32px;
	height: 31px;
	float: left;
	margin: 2px 10px 0 0;
}

ul#agenda-completa {
	width: 600px;
}

ul#agenda-completa li {
	display: block;
	margin-bottom: 10px;
    line-height: 32px;
    height: 32px;
}

/* FIM HOME */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* DISCOGRAFIA */

div.disco { width: 619px; margin-bottom: 20px; }

div.disco div.capa-disco {
	width: 250px;
	float: left;
}

div.disco div.capa-disco img {
	width: 250px;
	height: 173px;
}

div.disco div.player {
	float: left;
}

/* FIM DISCOGRAFIA */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* CONTATO */

#contato input#email { width: 350px; }
#contato input#tel { width: 100px; }
#contato select { width: 300px; }

/* FIM CONTATO */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* FOTOS */

div.galeria {
	width: 185px;
	height: 140px;
	padding: 2px;
	border: solid 1px #666;
	float: left;
	position: relative;
}

div.galeria div.desc-galeria {
	width: 185px;
	position: absolute;
	bottom: 2px;
	left: 2px;
}

div.galeria div.desc-galeria a {
	background: url(../imagens/bg-titulo-foto.png) no-repeat center center;
	color: #FF9;
	display: block;
	width: 179px;
	padding: 3px;
}

div.galeria div.desc-galeria a:hover {
	background: url(../imagens/bg-titulo-foto-hover.png) no-repeat center center;
	color: #fff;
}

#titulo-galeria {
	text-align: center;
	margin-bottom: 5px;
}

li.miniatura {
	width: 133px;
	height: 100px;
	display: inline;
	margin: 0 14px 14px 0;
	float: left;
	text-align: center;
}

li.miniatura a {
	display: block;
	width: 133px;
	height: 100px;
}

li.miniatura a:focus, li.miniatura a.foco { outline: 0; }

li.miniatura a:hover img, li.miniatura a:focus img, li.miniatura a.foco img {
	border: solid 3px #C60;
}

li.miniatura img {
	padding: 0;
	margin: auto;
	border: solid 3px transparent;
}

/* FIM FOTOS */