@charset "utf-8";

/* CSS Document */
*
{
	padding:0px;
	margin:0px;
	outline:none;
}

img
{
	border:0px;
}

body
{
	background:#210300 url(../img/bg.gif) repeat-x;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	overflow-x: hidden;
}

#tudo
{
	height:634px;
	width:100%;
	background:url(../img/bg_quadro.gif) center no-repeat;
}

#geral
{
	position:absolute;
	width:800px;
	left:-400px;
	margin-left:50%;
}

#topo
{
	text-align:center;
}

h1
{
	font-weight:bold;
	font-size:12pt;
}

.conteudo_grande
{
	text-align:justify;
	overflow:auto;
	height:370px;
	scrollbar-arrow-color:#2E0602;
	scrollbar-3dlight-color:#1D0301;
	scrollbar-highlight-color:#1D0301;
	scrollbar-face-color: #1D0301;
	scrollbar-shadow-color:#1D0301;
	scrollbar-darkshadow-color:#1D0301;
	scrollbar-track-color:#2E0602;
	padding-right:10px;
}

.pad1
{
	margin-left:10px;
	margin-bottom:10px;
}

.pad2
{
	margin-right:10px;
	margin-bottom:10px;
}

/*MENU*/
#menu li
{
	list-style:none;
	display:inline;
}

#menu
{
	position:relative;
	float:left;
	width:800px;
	padding-left:120px;
	margin-top:22px;
	_margin-top:20px;
}

#menu a
{
	padding:3px 10px;
	margin:0px 10px;
	float:left;
	text-decoration:none;
	color:#CCC;
}

#menu a:hover
{
	background-color:#130100;
}

/*FIM MENU */


/*RODAPE*/
#rodape
{
	position:relative;
	float:left;
	width:800px;
	text-align:center;
	font-size:7pt;
}

#rodape a
{
	color:#CCC;
	text-decoration:none;
}

#rodape a:hover
{
	text-decoration:underline;
}

/*FIM RODAPE*/



/*HOME */
.boxHome, .boxHome2
{
	margin:5px 0px;
		border-bottom:1px dotted #130100;
	padding-bottom:10px;
	width:200px;
	font-size:8pt;
}
.boxHome2
{
		border-bottom:0px;	
}
.boxHome a
{
	color:#999;
	text-decoration:none;
}
.boxHome a:hover
{
	text-decoration:underline;
}
.boxHome p
{
	text-align:right;
	position:relative;

}

#chamadas_home
{
	border-left:1px solid #130100;

	float:right;
	position:relative;
	padding-left:10px;
	width:250px;

}

.copy
{
	float:left;
	position:relative;
	padding-left:20px;
	
}
.player
{
	float:right;
	position:relative;
	padding-right:30px;
}



/*FIM HOME*/

/*CONTATO*/
#formulario, #discografia, #home, #agenda
{
	position:relative;
	float:left;
	height:350px;
	width:750px;
	background-repeat: no-repeat;
	background-position:right;
	background-image:url(../img/contato.jpg);
}

#discografia{background:url(../img/discografia.jpg) right no-repeat;}
#home{background:url(../img/home.jpg) right no-repeat;}
#agenda{background:url(../img/agenda.jpg) right no-repeat;}

.campo
{
	background-color:#1D0301;
	border:0px;
	color:#ccc;
	padding:3px;
}

.env
{
	background-color:#1D0301;
	border:0px;
	color:#ccc;
	padding:3px;
	width:60px;
}

#formulario textarea
{
	border:0px;
	background-color: #1D0301;
	overflow:auto;
	height:80px;
	width:200px;
	color:#ccc;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

/*FIM CONTATO*/

/*INICIO DISCOGRAFIA */
.disco li
{
	list-style:none;
	padding:5px 0px;
}

.disco
{
	position:relative;
	float:left;
	width:700px;
	margin-bottom:15px;
	padding-bottom:15px;
}

/*FIM DISCOGRAFIA */

#formulario p a
{
	color:#ccc;
	text-decoration:none;
	background-color:#1D0301;
	padding:3px 5px;
	font-size:8pt;
}

#mensagem_enviada
{
	color:#ccc;
	text-decoration:none;
}



/*INICIO FOTOS */
#quadro_fotos
{
	position:relative;
	float:left;
	width:740px;
	height:400px;

}

.ft_pq
{
	float:left;
	width:90px;
	height:70px;
	border:1px solid #260300;
}


/*FIM FOTOS */


/*AGENDA*/
#agenda li
{
	list-style:none;
	padding:10px 0px;
}
#agenda a
{
	color:#999;
	text-decoration:none;
}
#agenda a:hover
{	
text-decoration:underline;
}
/*FIM AGENDA*/


	
