/*  
G. Lewis Heslet.
Site URI:  http://www.glewisheslet.com/
Designer: Shoehat.
Designer URI:  http://www.shoehatdesign.com/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width:  100%;
	height:  100%;
	background: url('/images/main-bg.png') top center repeat;
	color: #fff;
	text-align: center;
}

p, h2, img, ul, form, div, span, a {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
}



/*
Full Page
--------------------- */
#full {
	width: 800px;
	margin: 0 auto;
}



/*
Header
--------------------- */
#header {
	width: 800px;
	height: 200px;
	float: left;
	background: url('/images/holyfuck-headerlogo.png') top center no-repeat;
}



/*
Middle
--------------------- */
#middle, #blurb, #mosaic {
	width: 800px;
	float: left;
}

#albumlink {
	width: 800px;
	height: 111px;
	float: left;
}

#albumlink a {
	display: block;
	width: 800px;
	height: 111px;
	background: url('/images/holyfuck-buyalbumlink-down.png') top center no-repeat;
}

#blurb {
	margin: 60px 0;
}

#albumlink a:hover {
	background: url('/images/holyfuck-buyalbumlink.png') top center no-repeat;
}

#mosaic a, #mosaic img {
	width: 100px;
	height: 83px;
	float: left;
	opacity: 1.0;
}

#mosaic a:hover img {
	opacity: 0.5;
}

#flyertitle {
	display: block;
	width: 800px;
	height: 111px;
	float: left;
	background: url('/images/holyfuck-flyerstitle.png') top center no-repeat;
}



/*
Footer
--------------------- */
#footer {
	width: 800px;
	height: 100px;
	float: left;
	margin-top: 50px;
}