/* ------------------------ 
Steely Heaven
CSS desenvolvido por:
Pedro Henrique C.de Almeida
p.canelas@gmail.com
Data: 19/03/07
------------------------*/

body {
	margin:0;
	padding:0;
	background:#000000;
	text-align:center; /* hack para o IE */
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
}

* {
	margin:0;
	padding:0;
}



/* Parte de Dentro */
#geral {
	border: 1px solid #ffffff;
	text-align:left; /* "remédio" para o hack do IE */
	margin: 10 auto;
	padding: 0 0 0 0px;
	width: 766px;   			
	background-color: #000000;
	
}

#topo_flash {
	background-color: #000000;
	height: 387px;
	width: 766px; 
} 

#conteudo {
	text-align: left;
	width: 700px;
}

#esq, #meio, #dir {
	width: 210px; 
}

#esq, #meio, #dir, #conteudo {
	float: left;
	margin: 10 10 10 10px;
}

#rodape {
	text-align: center;
	width: 766px;
	clear: both;
	margin: 20 auto;
}  
/* Estilos de fontes */

h1 {
	font-size:17px;
	line-height:17px;
	color:#fff;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size:11px;
	color:#6F83A8;
	margin-bottom: 10px;
}

p {
	line-height:normal;
	color:#ffffff;
	margin-bottom: 10px;
}

/* Estilos de links */

a {
	color: #666666;
	text-decoration: none;
} 

a:hover {
	color: #6F83A8;
	text-decoration: underline;
}

/* Formulário */ 

fieldset {
	width: 235px;
	border: none;
}

label {
	float: left;
	width: 60px;
	color: #ffffff;
}

input, textarea {
	border: 1px solid #000;
	background-color: #fff;
	width: 150px;
	margin-bottom: 3px;
}

.submit {
	color: #fff;
	width: 60px;
	background-color: #000;
	margin-left: 165px;
}
    
/* Tabelas */

#discografia {
	color: #fff;
	font-size: 11px;
}

#discografia li {
	list-style-type: none;
}

#discografia td {
	vertical-align: top;
}


#profiles {
	font-size: 11px;
	width: 700px; 
}

#profiles td {
	height: 200px;
	vertical-align: top;
}

#profiles span {
	color: #6F83A8;
}

#profiles h2 {
	font-size: 14px;
	color: #6F83A8;
	font-weight: normal;
	margin-bottom: 15px;
}

.album {
	font-size: 11px;
	color: #fff;
}

.album td {
	width: 150px;
	text-align: left;
}

.bloco_fotos {
	margin-bottom:20px;
	padding-bottom: 10px;
	width: 500px;
}

.bloco_fotos img {
	border: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
