@charset "utf-8";
/*
Theme Name: Elite Records
Theme URI: http://www.eliterecords.com.br/artistas
Description: Gravadora e Produtora musical
Version: 3.0 
Data: 21/08/2008
Author: Felipe da Silva Rosas (eusniper@hotmail.com)
Author URL: http://eufelipe.com
*/

* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/************************************************
					EXTRUTURA
*************************************************/
img {border:none;}
body {
	background:#efefef url(../pics/bg.jpg) repeat-x;

}
#geral {
	width:780px;
	margin:0 auto;
}

.Title{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: #322420;
}
a.Title:link, a.Title:active, a.Title:visited, {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: #322420;
}
a.Title:hover {
	color: #FF6600;
}
.Title-sub {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: #a19f9f;
}
#geral #esquerda {
	width: 430px;
}
#geral #direita {
	width: 350px;
}
#geral #esquerda, #geral #direita {float:left;}

.box-conteudo {float:left;}
#geral #esquerda #box .box-conteudo .Title-Fotos,
#geral #esquerda #box .box-conteudo .Title-Videos,
#geral #esquerda #box .box-conteudo .Title-Musicas {
	height: 24px;
	text-indent:-9000px;
	overflow:hidden;
}
.Titulo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans serif";
	font-size: 18px;
	font-weight: bold;
	color: #322420;
}
#geral #esquerda #release {
	clear: both;
	width: 210px;
	text-align:justify;
	margin-top:20px;
	margin-right:10px;
}

#geral #esquerda #box-video {
	margin: 10px;
	clear: both;
	padding:10px;
	text-align:justify;
	border:1px solid #999999;
}
#geral #esquerda #box-conteudo {
	margin: 2px;
	clear: both;
	padding:10px;
	text-align:justify;
}
#geral #esquerda #release-docs {
	width: 200px;
	margin-top:20px;
	margin-left:10px;
}
#geral #esquerda #agenda {
	clear: both;
	width: 420px;
}
#geral #esquerda #box {
	margin-top: 40px;
}
#geral #esquerda #agenda fieldset {
	padding: 5px;
}


#rodape {
	clear: both;
	padding:2px;
	margin-top:40px;
	background:#7e7c7c;
	height:34px;
	text-align:center;
	color:#B0B0B0;
}
#rodape a:link, #rodape a:visited, #rodape a:active {
	color:#B0B0B0;
}
#rodape a:hover {
	color:#FF6600;
}
#geral #esquerda #release, #geral #esquerda #release-docs {float:left;}



#geral #esquerda #box .box-conteudo .Title-Fotos {
	background-image: url(../pics/link-fotos.jpg);
	width: 117px;
}

#geral #esquerda #box .box-conteudo .Title-Videos {
	background-image: url(../pics/link-videos.jpg);
	width: 125px;
}
#geral #esquerda #box .box-conteudo .Title-Musicas {
	background-image: url(../pics/link-musica.jpg);
	width: 128px;
}

span.Title-sub {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: a19f9f;
}
#geral #esquerda #release-full {
	margin: 10px;
	clear: both;
	padding:10px;
	text-align:justify;
	border:1px solid #999999;
}
/***********************************************
		GALERIA DE FOTOS
************************************************/

.pg {
margin-top:10px;
width: 404px;
list-style: none none;

}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
margin: 2px;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 120px;
height: 90px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 120px;
height: 90px;
}	

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
border: solid 5px  #669900;
width: 120px;
height: 90px;
left: -0px;
top: -0px;
z-index: 1;
}
