body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	position:relative;
}
p{
	margin-bottom:24px;	
}
img{
	border:none;
}
a{
	color:#93defe;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
#topbar{
	background:url(images/topbar.jpg) top center repeat-x;
	width:100%;
	height:18px;
}

#header{
	overflow:hidden;	
	font-size:12px;
}
#headerleft{
	width:150px;
	position:absolute;
	top:0px;
	left:40px;
	margin-top:60px;
	height:110px;
}
#headerright{
	width:691px;
	position:absolute;
	top:0px;
	right:40px;
	margin-top:60px;
	height:110px;
}
#logo{
	display: block;
	text-indent: -5000em;
	height: 128px;
	width: 141px;
	background:url(images/logo.gif) top center no-repeat;
}
#navigation{
	margin-left:15px;
	overflow:hidden;
}
#navigation ul {
	list-style:none;
}
#navigation ul li{
	float:left;
}
#navigation ul li a {
	display: block;
	text-indent: -5000em;
    text-decoration: none;
    border: none;
	height: 15px;
}
#nav_home a{
	width:68px;
	background:url(images/navigation.gif) no-repeat 0px 0px;
}
#nav_home a:hover{
	background:url(images/navigation.gif) no-repeat 0px -24px;
}
#nav_releases a{
	width:94px;
	background:url(images/navigation.gif) no-repeat -68px 0px;
}
#nav_releases a:hover{
	background:url(images/navigation.gif) no-repeat -68px -24px;
}
#nav_videos a{
	width:78px;
	background:url(images/navigation.gif) no-repeat -162px 0px;
}
#nav_videos a:hover{
	background:url(images/navigation.gif) no-repeat -162px -24px;
}
#nav_tourdates a{
	width:114px;
	background:url(images/navigation.gif) no-repeat -240px 0px;
}
#nav_tourdates a:hover{
	background:url(images/navigation.gif) no-repeat -240px -24px;
}
#nav_releaseschedule a{
	width:172px;
	background:url(images/navigation.gif) no-repeat -355px 0px;
}
#nav_releaseschedule a:hover{
	background:url(images/navigation.gif) no-repeat -355px -24px;
}
#nav_links a{
	width:62px;
	background:url(images/navigation.gif) no-repeat -528px 0px;
}
#nav_links a:hover{
	background:url(images/navigation.gif) no-repeat -528px -24px;
}
#nav_contact a{
	width:85px;
	background:url(images/navigation.gif) no-repeat -589px 0px;
}
#nav_contact a:hover{
	background:url(images/navigation.gif) no-repeat -589px -24px;
}
#mailinglist{
	text-align:right;
	margin-top:5px;
}
#inputemail{
	border:none;
	border-bottom:#999 1px solid;
	padding-bottom:3px;
}
#title_twitter{
	display: block;
	text-indent: -5000em;
	height: 14px;
	width: 182px;
	background:url(images/title_twitter.gif) top right no-repeat;
	margin-left:505px;
	margin-top:25px;
}
#twitterbox{
	text-align:right;
	margin-top:5px;
}
/***** main page layout *****/
#maincontent{
	margin-top:240px;
	margin-left:40px;
	margin-right:40px;
}
#mainholder{
	width:100%;
}
#mainleft{
	width:160px;
	position:absolute;
	top:275px;
	left:40px;
	font-size:12px;
	line-height:16px;
}
#mainleft ul{
	list-style:none;	
	margin-top:20px;
}
#mainleft ul li{
	margin-bottom:20px;
}
#mainmid{
	margin:50px 180px 0px 180px;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
#content{
	margin:-5px 25px -5px 25px;	
	padding:20px 0px;
	overflow:hidden;
}

#mainright{
	width:160px;
	position:absolute;
	top:225px;
	right:40px;
	margin-top:50px;
}
#title_tourdates{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 74px;
	background:url(images/title_tourdates.gif) top left no-repeat;
}
#title_breakingnews{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 100px;
	background:url(images/title_breakingnews.gif) top left no-repeat;
}
#title_latestreleases{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 100px;
	background:url(images/title_latestreleases.gif) top right no-repeat;
	margin-left:60px;
}
.live_band{
	text-transform:uppercase;
	font-size:14px;
}
#tourdatelisting a{
	color:black;	
}
#comment {
	clear:both;
	margin-top:30px;
}

/*** blog ***/
.blogitem{
	margin-top:30px;
	padding-bottom:30px;
	clear:both;
}
.blogitem img{
	float:left;
	border:black 3px solid;
	margin:5px 10px 5px 0px;
}
.blogdate{
	font-size:10px;
	clear:both;
	margin:5px 0px;
}

/**** latest releases panel***/

#mainright ul{
	text-align:right;
	list-style:none;
	margin-top:20px;
}

#mainright ul li{
	padding-bottom:60px;	
}
.latestalbum{
	text-transform:uppercase;	
}
.albumdate {
	font-size:12px;	
	margin-bottom:5px;
}
#footer {
	text-transform:uppercase;
	text-align:right;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
	background:white;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
#footercontent{
	margin-right:10px;
}
#footer a{
	color:black;	
}
#footer a:hover{
	color:#93defe;	
}


/**** live page ****/
#livepage_listing{
	list-style:none;
	width:700px;
	margin-top:20px;
	
}
#livepage_listing li{
	clear:both;
	padding-bottom:20px;
}

.livepage_date{
	float:left;
	width:200px;
	text-transform:uppercase;
}
.livepage_main{
	float:left;	
	width:500px;
}
.livepage_artist{
	font-size:36px;	
}
.livepage_deets{
	margin-top:-5px;
}




/**** titles ****/
#title_mainreleases{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 100px;
	background:url(images/title_latestreleases.gif) top right no-repeat;
}

#title_videos{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 100px;
	background:url(images/title_videos.gif) top right no-repeat;
}
#title_retailportal{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 100px;
	background:url(images/title_retailportal.gif) top right no-repeat;
}
#title_links{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 100px;
	background:url(images/title_links.gif) top left no-repeat;
}


/***user guide ***/
ol{
	margin-left:20px;	
	margin-top:10px;
}
ol li{
	padding-bottom:10px;	
}



#links_listing{
	list-style:none;
	width:700px;
	margin-top:20px;
	
}

#links_listing a{
	color:#900;	
}

#links_listing a:hover{
	color:#999;
	text-decoration:none;
}

/** release schedule**/
#title_releaseschedule{
	display: block;
	text-indent: -5000em;
	height: 11px;
	width: 111px;
	background:url(images/title_releaseschedule.gif) top right no-repeat;
}

.scheduleitem{
	margin-top:30px;
	padding-bottom:30px;
	clear:both;
}
.scheduleitem img{
	border:none;	
	float:left;
	margin:5px 10px 5px 0px;
}

.scheduledetails{
	float:left;
	width:400px;
}