html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #fdebce url(images/top.png) top right no-repeat;
	font-size: 100%;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	min-width: 900px;
}

#main {
	height: 1500px;
	position: relative;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	display: hidden;
	text-indent: -5000em;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

img {
	border: none;
}

/* logo */

h1 a {
	display: block;
	text-indent: -5000em;
	width: 129px;
	height: 165px;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 1000;
}

/* artists */

#artists {
	width: 256px;
	height: 245px;
	background: url(images/artists.png) no-repeat;
	position: absolute;
	top: 0;
	right: 3%;	
}

#artists ul {
	font-size: 0.9em;
	line-height: 1.6em;
	position: absolute;
	top: 35px;
	right: 60px;
	text-align: right;
}

#artists a {
	color: white;
}
#artists a:hover {
	color: black;
}

/* news */

#news {
	width: 760px;
	height: 718px;
	background: url(images/news2c.png) no-repeat;
	position: relative;
	top: 10px;
	left: 0;
	z-index: 100;
}

#news .newsitem {
	width: 420px;
	position: relative;
	top: 110px;
	left: 180px;
}	

#news h3 {
	color: white;
	font-size: 1em;
}
#news h3 .itemdate {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.7em;
	font-weight: bold;
	color: black;
	text-transform: none;
}
#news p {
	font-family: Georgia, "Times New Roman", serif;
	text-transform: none;
	color: white;
	font-size: 0.8em;
	line-height: 1.5em;
}
#news a {
	color: black;
}
#news a:hover {
	color: white;
}

#news p.more {
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 0.6em;
	border-left: 2px solid white;
	padding: 5px 10px;
}

/* videos */

#videos {
	width: 463px;
	height: 463px;
	background: url(images/videos.png) no-repeat;
	position: absolute;
	top: 400px;
	right: 0%;
	z-index: 100;
}

#videos ul {
	color: white;
}

#videolist {
	position: relative;
	top: 50px;
	left: 140px;
	font-size: 0.7em;
	float: left;
}

li.videoitem {
	margin-bottom: 5px;
	clear: left;
	float: left;
	position: relative;
	width: 240px;
}

li.videoitem ul {
	float: left;
}

.videoimage {
	width: 74px;
	height: 56px;
	float: left;
}

.videoartist, .videotitle {
	margin-left: 89px;
	width: 150px;
}

.videoimage img {
	z-index: 500;
	position: absolute;
	top: 0;
	left: 0;
}
.videoimage a {
	display: block;
	width: 74px;
	height: 56px;
	background: url(images/videooverlay.png) no-repeat;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}
.videoartist {
	font-weight: bold;
}

#videos p.more {
	position: absolute;
	top: 385px;
	left: 140px;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 0.5em;
	border-left: 2px solid #bf3424;
	padding: 5px 10px;
}

#videos p.more a {
	color: white;
}
#videos p.more a:hover {
	color: #bf3424;
}

/* audio */

#audio {
	width: 340px;
	height: 340px;
	background: url(images/audio.png) no-repeat;
	position: absolute;
	top: 780px;
	left: 15%;
	z-index: 50;	
}

#audio a {
	color: black;
}

#audiolist {
	position: relative;
	top: 65px;
	padding-left: 130px;
	padding-right: 80px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.75em;
	text-transform: none;
	background: red;
}

li.audioitem {
	margin-bottom: 15px;
	clear: left;
	float: left;
	position: relative;
}

.audioartist {
	font-weight: bold;
	margin-bottom: 5px;
}

/* elsewhere links */

#externallinks {
	width: 225px;
	height: 225px;
	background: url(images/links.png) no-repeat;
	position: absolute;
	top: 400px;
	right: 22%;
	z-index: 50;
}

#externallinks a {
	color: #bf3424;
}
#externallinks a:hover {
	color: black;
}

#externallinks ul {
	position: relative;
	top: 15px;
	left: 50px;
	width: 110px;
	padding: 10px 0px 5px 15px;
	border-left: solid 10px black;
	font-size: 0.8em;
}
#externallinks ul li {
	margin-bottom: 5px;
}

/* bracket */

#bracket {
	width: 80px;
	height: 226px;
	background: url(images/bracket.png) no-repeat;
	position: absolute;
	top: 400px;
	right: 0;
	z-index: 50;
}

/* releases */

#releases {
	width: 1000px;
	background: url(images/releases.png) top right no-repeat;
	position: absolute;
	top: 750px;
	right: 55%;
	margin-left: -10%;
	z-index: 50;	
}

ul#releaselist {
	position: relative;
	top: 90px;
	left: 710px;
	font-size: 0.7em;
	line-height: 1.5em;
	float: left;
}

li.releaseitem {
	clear: left;
	float: left;
	height: 90px;
	width: 290px;
	position: relative;
	margin-bottom: 30px;
}

li.releaseitem ul {
	float: left;
}

.releaseimage {
	width: 80px;
	height: 80px;
	float: left;
}

.releaseimage img {
	width: 80px;
	height: 80px;
	float: left;
}

.releasetitle, .releaseartist, .releasecat, .format {
	margin-left: 90px;
	width: 200px;
}

.releaseartist {
	font-weight: bold;
}

.releasebuylink {
	position: absolute;
	top: 55px;
	left: -18px;
}

.releasebuylink a {
	display: block;
	text-indent: -5000em;
	width: 37px;
	height: 37px;
	background: url(images/buy.png) 0px 0px no-repeat;
}
.releasebuylink a:hover {
	background: url(images/buy.png) 0px -37px;
}

#releases p.more {
	position: relative;
	top: 700px;
	right: 120px;
	float: right;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 0.6em;
	width: 150px;
	border-left: 2px solid #bf3424;
	padding: 5px 10px;
}

#releases p.more a {
	color: black;
}
#releases p.more a:hover {
	color: #bf3424;
}

/* live */

#live {
	position: absolute;
	bottom: 0px;
	right: 5%;
	width: 365px;
	background: #bf3424 url(images/live.png) no-repeat 275px 0px;
	padding-top: 150px;
	padding-bottom: 140px;
	z-index: 50;
}

#live h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: solid 4px #fdebce;
}

#livelist {
	margin-left: 20px;
	font-size: 0.75em;
	line-height: 1.4em;
}

li.liveitem {
	clear: left;
	float: left;
	width: 340px;
	position: relative;
	margin-bottom: 15px;
}

.livedate {
	float: left;
	width: 100px;
}

.liveartist, .livelocale, .livevenue, .livecountry {
	margin-left: 120px;
	width: 210px;
}

.liveartist {
	font-weight: bold;
}

#live .more {
	float: left;
	position: relative;
	top: 0px;
	left: 140px;
	width: 200px;
	font-size: 0.6em;
	border-left: 2px solid black;
	padding: 5px 10px;
}

#live .more a {
	color: white;
}
#live .more a:hover {
	color: black;
}

.arrow {
	font-size: 1.5em;
}

/* footer */

#footer {
	background: url(images/bottom.png) bottom left no-repeat;
	z-index: 100;
	position: relative;
}

#mailinglist {
	position: relative;
	top: 60px;
	left: 20px;
	width: 250px;
	height: 60px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
}

#mailinglist h3 {
	color: white;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
}

#mailinglist p {
	height: 30px;
	width: 220px;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

#mailinglist input {
	font-size: 1em;
	line-height: 1.1em;
	background: white;
	border: none;
}

input#mailinglistfield {
	width: 155px;
	height: 23px;
	padding: 7px 0px 0px 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.8em;
	color: #aaa;
	float: left;
}
input#mailinglistsubmit {
	width: 55px;
	height: 30px;
	padding-bottom: 3px;
	background: #bf3424;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	float: right;
}
input#mailinglistsubmit:hover {
	cursor: pointer;
	color: white;
}

/* credits */

#credits {
	width: 129px;
	height: 79px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1000;
}
#credits a {
	width: 129px;
	height: 79px;
	display: block;
	text-indent: -5000em;
	background: url(images/credit.png) top left no-repeat;
}
#credits p {
	margin: 0;
}

/* sticky footer code from http://www.cssstickyfooter.com/using-sticky-footer-code.html */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#main {padding-bottom: 139px;}  /* must be same height as the footer (or more in this case to create some whitespace above the footer) */

#footer {position: relative;
	margin-top: -139px; /* negative value of footer height */
	height: 139px;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
