@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	background: #fcf7e4 url(_img/body_bg.gif);
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
a, a:visited {
	color: #a7c6de;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #56606d;
}
#container {
	background: url(_img/top_banner.jpg) repeat-x;
	min-height: 450px;
	padding-top: 140px;
}
#polaroid {
	background: url(_img/polaroid_bg.png) no-repeat;
	padding: 29px;
	width: 400px;
	margin: 0px auto;
}
#dreamz {
	width: 400px;
	height: 404px;
	/*overflow: hidden;*/
}
#dreamz .singular {
	position:relative;
	top: 0px;
	left: 0px;
	margin-bottom: -404px;
}
#infinite-refresh a {
	background: url(_img/infinite_refresh.png) no-repeat;
	display: block;
	width: 37px;
	height: 17px;
	text-indent: -9999px;
	margin-top: 30px;
	margin-left: -20px;
}

#details {
	width: 500px;
	margin: 0px auto;
	/*border: 1px solid #f00;*/
}
#details .pad {
	left: 240px;	
	position: relative;
}
#details h1,
#details h2 {
	text-indent: -9999px;	
}
#details h1 {
	background: url(_img/title_slowmotions.png) no-repeat;	
	width: 378px;
	height: 35px;
	margin-bottom: 10px;
}
#details h2 {
	background: url(_img/title_quickpotions.png) no-repeat;	
	width: 201px;
	height: 28px;
	margin-bottom: 20px;
}
#details h2.squarepiggy {
	background: url(_img/title_squarepiggy.png) no-repeat;	
	width: 370px;
}
#details .tracks {

}
#details ul {
	width: 150px;
	float: left;
	margin-right: 0px;
	display: block;
	line-height: 2em;
}
#player {
	margin-top: 20px;	
}
#consume {
	margin-top: 30px;
	font-size: 12px;
}	
#consume ul {
	width: 440px;	
	line-height: 1.3em;
}
#consume li {
	width: 200px;	
	margin-right: 10px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#consume li.buy {
	background-image: url(_img/consume_potion.png);	
}
#consume li.mp3 {
	background-image: url(_img/consume_vials.png);	
}
#consume li a {
	padding-top: 10px;
	padding-left: 65px;
	padding-bottom: 10px;
	display: block;
	width: 145px;
	font-weight: bold;
	color: #968253;
}
#consume li a span {
	font-weight: normal;	
	color: #000;
}
#consume li a:hover {
	text-decoration: none;	
	color: #58421b;
}
#consume li a:hover span {
	color: #999;	
}
#footer {
	height: 200px;	
}