@charset "utf-8";
/* CSS Document */

/* reset */ 
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 11px;
	line-height: 18px;
	}
	
/* defaults */
body {
	color: #999;
	font: 11px/18px Verdana, sans-serif;
	}
	
#home {
		border-top: solid 6px #333;
		}
	
ul, li {
	list-style-type: none;
	}
	
hr {
	display:none;
	}
	
a {
	color: #999;
	text-decoration:none;
	}

a:hover {
	color:#000;
	}
	
#tudo {
	float: right; 
	width: 420px;
	}	

#hr {
	background-color:#F0F0F0;
	height:1px;
	}	
	
.ir {
	display: block;
	overflow: hidden;
	text-indent: -99999em;
	background: no-repeat;
	}


dl {
	background:url(img/fundis-musicas.png) repeat-y;
	width: 400px;
	margin-bottom:3px;
	height:26px;
	clear:both;
	display: inline-block;
	}
	
.impar {
	background-position: 0 0;
  }
  
.par {
	background-position: 0 -28px;
  }
 
dl:hover {
	background-position: 0 -56px;
	}	
	
dd {
	float: right;
	color: #CCC;
	margin:5px 5px 0 0;
	}
	
.numero {
	float:left;
	color:#CCC;
	padding:4px 0 0 10px;
	}
	
.musica {
	float:left;
	color:#666;
	margin:4px 0 0 20px;
	}
	
.destaque-release a {
	background: url(img/baixar-release.png) 0 2px no-repeat;
	padding: 3px 0 3px 25px; 	
	}  
	
.destaque-disco a {
	background: url(img/baixar-disco.png) 0 2px no-repeat;
	padding: 3px 0 3px 25px; 
	}  
	
#vilsos {
	background: url(img/h-vilsos.png) no-repeat;
	width: 400px;
	height: 28px;
	}
	
#release {
	background: url(img/h-release.png) no-repeat;
	width: 400px;
	height: 28px;
	}
	
#disco {
	background: url(img/h-disco.png) no-repeat;
	width: 400px;
	height: 28px;
	}
	
#covers {
	background: url(img/h-covers.png) no-repeat;
	width: 400px;
	height: 28px;
	}
	
#banda {
	background: url(img/h-banda.png) no-repeat;
	width: 400px;
	height: 28px;
	}
	
#contato {
	background: url(img/h-contato.png) no-repeat;
	width: 400px;
	height: 28px;
	}

#tudo	{
	padding: 100px 100px 100px 380px;
	}
	
#tudo p {
	margin: 10px 0 10px 20px;
	}
	
#hr {
	margin: 14px 0 36px 20px;
	}
	
	
#playlist {
	margin: 12px 0 14px 20px;
	}
	
#letras {
	padding: 5px;
	background-attachment: fixed;
	background: url(img/unifundis.png) #FFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	margin-bottom: 12px;
	}
