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

body {
	margin:0; padding:0 0 60px 0;
	background:#fff url(../img/bg_body.gif) no-repeat top center;
	font-family:lucida unicode, arial, sans-serif; font-size:11px;
	text-align:center;
}

p { margin:0 0 10px 0; }

#wrapper {
	width:760px;
	margin:10px auto 0 auto;
}

#bio h1 {
	background:url(../img/h1_bouquet.gif) no-repeat;
	width:703px; height:164px;
	text-indent:-9999px;
	margin:190px auto 0 auto; padding:0;
}

#cover {
	width:432px; height:388px;
	background:#000 url(../img/album-art.jpg) repeat-x;
	margin:30px auto 10px auto;
	display:block;
	text-indent:-9999px;
}

#player { 
	width:200px; height:20px;
}

#h3_release-date {
	background:url(../img/h3_release-date.gif) no-repeat;
	width:337px; height:36px;
	text-indent:-9999px;
	margin:10px auto 0 auto; padding:0;
}

#a_website {
	background:url(../img/a_goto-website.gif) no-repeat;
	width:165px; height:25px;
	display:block;
	text-indent:-9999px;
	margin:10px auto 0 auto;
}


#links {  }

#links ul {
	margin:5px 0 0 63px; padding:0;
}

#links ul li {
	float:left;
	margin:0 10px;
}

#links ul li a {
	font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#fff;
	text-decoration:none;
}

#links ul li a:hover {
	color:#F9F2D5;
	text-decoration:underline;
}


/*	hacks ==========================================================	*/	

	.hide { display:none; visible:hidden;}
	
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}