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


body {
	background: #F6B209;
	}
	
#container {
	overflow: hidden; /* hack para a cor do bg aparecer mesmo sem um comando float:clear */
	position: relative; /* hack para usar position:absolute nas divs filhas */
	}

#header {
	margin: 0;
	}
	
#footer {
	overflow: hidden; /* hack para a cor do bg aparecer mesmo sem um comando float:clear */
	position: relative; /* hack para usar position:absolute nas divs filhas */
	background: black;
	height: 100px;
	margin-top: 80px;
	text-align: center;
	padding-top: 30px;
	}
	
.capa {
	height: 220px; /* é necessário colocar a altura para corrigir bug do IE */
	}
	
.capa_horizontal {
	height: 310px; /* é necessário colocar a altura para corrigir bug do IE */
	}
	
#discos2 {
	position: relative; /* hack para usar position:absolute nas divs filhas */
	margin-top: 0px;
	margin-bottom: 0px;
	}

#home {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
	display: block;
	height: 23px;
	width: 83px;
	background: none;

	}

#discos1 {
	margin-top: 40px;
	margin-bottom: 30px;
	}

#titulo_disco_wrap {
	position: relative; /* hack para usar position:absolute nas divs filhas */
	margin-bottom: 30px;
	}
	
#titulo_disco {
	float: left;
	}

#data {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6666;
	font-size: 26px;
	float: left;
	letter-spacing: -4px;
	width: 100px; /* é necessário definir a largura para corrigir bug do IE */
	}

#colunas {
	margin-bottom: 40px;
	}

#download {
	background-color: #FFD05F;
	text-align: center;
	font-size: 18px;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	}

p {
	color: #FFFFFF;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	line-height: 18px;
}

p.letra {
	font-size: 0.75em;
	font-style: italic;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetic, sans-serif;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 50px;
	font-variant: small-caps;
	}
		
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetic, sans-serif;
	color: #000000;
	font-size: 26px;
	line-height: 50px;
	letter-spacing: -1px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	font-variant: small-caps;
	}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetic, sans-serif;
	color: #FF0066;
	font-size: 0.75em;
	margin-bottom: 15px;
	}
	
a:link { /* por algum motivo ridículo a ordem deve ser sempre essa: link, visited, hover... */
	color: #FF0066;
	text-decoration: none;
}
a:visited { /* por algum motivo ridículo a ordem deve ser sempre essa: link, visited, hover... */
	color: #FF6666;
	text-decoration: none;
}

a:hover { /* por algum motivo ridículo a ordem deve ser sempre essa: link, visited, hover... */
	color: #000000;
	text-decoration: none;
	}