@charset "utf-8";

/*----------BODY----------*/

body
{
	font:10px normal normal Helvetica, Arial, sans-serif;
	background-color:#fff;
	color:#000;
}


/*----------LAYOUT----------*/

#wrapper
{
	width:900px;
	position:absolute;
	left:-450px;
	margin-left:50%;
}

#page_header
{
	width:800px;
	margin-bottom:96px;
}

.content_music
{
	clear:both;
}

.music_item
{
	margin-top:36px;
	border-bottom:1px solid #d9d9c3;
	padding-bottom:12px;
}

.button
{
	height:75px;
	float:left;
	text-align:center;
	margin-right:24px;
}

#footer
{
	width:100%;
	height:36px;
	font-size:12px;
	color:#ccc;
	text-align:center;
	margin-top:24px;
}

/*----------TYPE----------*/

h1
{
	width:900px;
	font-size:128px;
	color:#f2f2da;
	text-transform:uppercase;
	letter-spacing:-4px;
	margin-bottom:-24px;
}

h2
{
	font-size:36px;
	font-weight:normal;
	color:#d9d9c3;
	text-transform:uppercase;
	float:right;
	margin-right:-9px;
	letter-spacing:0.4px;
}

h3
{
	font-size:36px;
	font-weight:normal;
	color:#99bfbc;
	text-transform:capitalize;
	letter-spacing:-2px;
}

.button span
{
	font-size:12px;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:-1px;
	margin-top:10px;
	display:block;
}

p
{
	font-size:18px;
	color:#bfbf99;
	line-height:24px;
	letter-spacing:-1px;
	margin-top:6px;
}

/*----------LINKS----------*/

.button a {color:#808080; text-decoration:none;}
.button a:link {color:#808080;text-decoration:none;}
.button a:hover {color:#333;text-decoration:none;}
.button a:visited {color:#29cccc;text-decoration:none;}
