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



/* GENERIC ELEMENTS */
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../images/siteback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
form {
	padding:0;
	margin:0;
}
a:link {
	color: #811e5f;
	text-decoration: underline;
}
a:visited {
	color: #811e5f;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
br {
	clear: left;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	}


/* COMMON ELEMENTS */
.padding10 {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.padding20 {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.black {
	background-color: #fff9a3;
}
.ender {
	clear: both;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.spacer {
	height: 10px;
}
.centre {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.more {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
a.more:link, a.more:visited {
	font-size: 9px;
	font-weight: bold;
	color: #b41e69;
	text-decoration: none;
}
a.more:hover {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* HORIZONTAL RULES */
div.hr1 {display: none}
/*/*/a{}
div.hr1 {
	display: block;
	height: 1px;
	background-image: url(../images/hr1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 100%;
}
hr {display:none}
div.hr2 {display: none}
/*/*/a{}
div.hr2 {
	display: block;
	height: 1px;
	background-image: url(../images/hr2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}
hr {display:none}
/* */






/* SITE LAYOUT */
#top {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 0px;
	position: relative;
}

#content {
	background-image: url();
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	text-align: center;
}
#contentBack {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageback.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	text-align: center;
	background-color: #000000;
}
#contentCentre {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 520px;
	position: relative;
	width: 850px;
}
#bottom {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	height: 0px;
	position: relative;
}
#columnLeft {
	width: 468px;
	float: left;
	padding-left: 20px;
	position: relative;
}
#columnLeftLeft {
	width: 140px;
	float: left;
	padding-left: 0px;
	position: relative;
}
#columnLeftRight {
	width: 300px;
	float: right;
	padding-left: 0px;
	position: relative;
}
#columnCombo {
	width: 810px;
	float: right;
	padding-right: 0px;
	position: relative;
}
#columnCentre {
	width: 340px;
	float: left;
	position: relative;
}
#columnRight {
	width: 320px;
	float: right;
	position: relative;
    margin-right: 0px;
}
#columnRightSpacer {
	width: 20px;
    height: 30px;
	float: right;
}
#columnLeftSignup {
	width: 500px;
	float: left;
	padding-left: 30px;
	position: relative;
}
#header h1 {
	display: none;
}


/* News Content */
#boxNews {
	font-size: 12px;
	margin-bottom: 40px;
	position: relative;
}
#boxNews h2 {
	background-image: url(../images/headers_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -5000px;
	height: 33px;
}
#boxNews h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b41e69;
	padding-bottom: 0px;
	display: block;
}
.entrydate {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}
.newsStory {
	font-size: 12px;
}

.newsFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #b41e69;
	text-align: right;
	padding-bottom: 10px;
}
a.newsFooterLink, a.newsFooterLink:visited {
	color: #b41e69;
	text-decoration: none;
	margin-bottom: 10px;
}
a.newsFooterLink:hover {
	color: #b41e69;
	text-decoration: underline;
	margin-bottom: 10px;
}
#rssNews {
	position: absolute;
	left: 445px;
	top: 8px;
}

/* Blog Content */
#boxBlog {
	font-size: 12px;
	margin-bottom: 40px;
	position: relative;
}
#boxBlog h2 {
	background-image: url(../images/headers_blogs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -5000px;
	height: 33px;
}
#boxBlog h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8dc035;
	padding-bottom: 0px;
	display: block;
}
.blogDate {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
.blogStory {
	font-size: 12px;
}

.blogFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #8dc035;
	text-align: right;
	padding-bottom: 10px;
}
a.blogFooterLink, a.blogFooterLink:visited {
	color: #8dc035;
	text-decoration: none;
	margin-bottom: 10px;
}
a.blogFooterLink:hover {
	color: #8dc035;
	text-decoration: underline;
	margin-bottom: 10px;
}
#rssBlog {
	position: absolute;
	left: 275px;
	top: 5px;
}



/* Gigs Content */
#boxGigs {
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 40px;
	position: relative;
}
#boxGigs h2 {
	background-image: url(../images/headers_events.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -5000px;
	height: 33px;
}
#boxGigs h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3097c9;
	padding-bottom: 0px;
	display: inline;
}
.gigsContent {
	margin-right: 0px;
	margin-left: 0px;
}
.gigsDate {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
.gigsInfo {
	font-size: 9px;
}

.gigsSoldout {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.gigsTickets {
	font-weight: bold;
	color: #666666;
}
a.gigsTickets, a.gigTickets:visited {
	color: #3097c9;
	text-decoration: none;
}
a.gigsTickets:hover {
	color: #3097c9;
	text-decoration: underline;
}
.gigsFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
}
#rssGigs {
	position: absolute;
	left: 287px;
	top: 8px;
}

/* Mediaplayer Content */
#boxMediaplayer {
	padding-bottom: 20px;
}

/* About Content */
#boxAbout {
	font-size: 12px;
	margin-bottom: 40px;
	position: relative;
}
#boxAbout h2 {
	background-image: url(../images/headers_about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -5000px;
	height: 33px;
}
#boxAbout h3 {
	text-indent: -5000px;
	display: none;
}
.aboutFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #de7935;
	text-align: right;
	padding-bottom: 10px;
}
a.aboutFooterLink, a.aboutFooterLink:visited {
	color: #de7935;
	text-decoration: none;
	margin-bottom: 10px;
}
a.aboutFooterLink:hover {
	color: #de7935;
	text-decoration: underline;
	margin-bottom: 10px;
}

/* Release Content */
#boxReleases {
	margin-bottom: 40px;
	position: relative;
	background-color: #000;
	background-image: url();
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#boxReleases h2 {
	text-indent: -5000px;
	display: none;
}
#boxReleases h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3097c9;
	padding-bottom: 0px;
	display: inline;
}
#boxReleases p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#boxReleases a:link, #boxReleases a:visited {
	color: #3097c9;
	text-decoration: none;
	}
#boxReleases a:hover {
	color: #3097c9;
	text-decoration: underline;
	}
#boxReleases img.packshot {
	width: 140px;
	float: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
}
.tracklist {}
.track_title {
	font-size: 9px;
	color: #3097c9;
}
.track_length {
	font-size: 9px;
	text-align: center;
	padding-left: 3px;
	color: #999;
}
.track_listen {
	font-size: 9px;
	text-align: center;
	padding-left: 6px;
	color: #3097c9;
	text-transform: uppercase;
}
#album {
	background-color: #995755;
	background-image: url(../images/back_releases.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 320px;
	position: absolute;
	top: 355px;
	left: 510px;
}

#album2 {
	background-color: #995755;
	background-image: url(../images/back_releases.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 320px;
	position: relative;
}
#album3 {
	background-repeat: repeat-x;
	background-position: left top;
	width: 320px;
	position: absolute;
	top: 355px;
	left: 510px;
}

#latestRelease {
	width: 320px;
	background-image: url(../images/back_releases.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9B5756;
}
#latestRelease .packshot {
	width: 175px;
	float: left;
}
#latestRelease .details {
	float: right;
	width: 140px;
	text-align: left;
	padding-top: 10px;
}

.buyLink {}
a.buyLink:link, a.buyLink:visited {}
a.buyLink:hover {}

.releasePackshot {
	float: left;
	border: 1px solid #FFFFFF;
	height: 175px;
	width: 175px;
}
.releaseInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: right;
	width: 285px;
	margin-top: 10px;
}

.releaseInfo ul {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
.releaseInfo li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}


/* Photos Content */
#boxPhotos {
	margin-bottom: 20px;
	position: relative;
}
#thumbs    {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
#thumbs ul {
	padding:0px;
	list-style:none;
	margin: 0px;
}
#thumbs li {
	float:left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#sets   { 
float:right; width:59%; 
}
.photosfooter {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	clear: both;
	margin-right: 0px;
}
.photosfooterlink {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}
a.photosfooterlink, a.photosfooterlink:visited {
	text-decoration: none;
}
a.photosfooterlink:hover {
	text-decoration: none;
}


/* COMMUNITY MODULE */
#community {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 1;
}
#community h2 {
	display: none;
}
#community ul, #community li {
	margin: 0;
	padding: 0;
	display: inline;
}
#community li {
	margin: 0;
	padding-right: 30px;
	display: inline;
}

#linkSpotify {
	background-image: url(../images/link_spotify.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 88px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkSpotify span {
	display: none;
}
#linkMyspace {
	background-image: url(../images/link_myspace.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 115px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#linkMyspace span {
	display: none;
}
#linkTwitter {
	background-image: url(../images/link_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 105px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkTwitter span {
	display: none;
}
#linkFacebook {
	background-image: url(../images/link_facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 102px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkFacebook span {
	display: none;
}
#linkYoutube {
	background-image: url(../images/link_youtube.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 92px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkYoutube span {
	display: none;
}
#linkBebo {
	background-image: url(../images/link_bebo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 90px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkBebo span {
	display: none;
}
#linkLastFM {
	background-image: url(../images/link_lastfm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 97px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkLastFM span {
	display: none;
}
#linkiLike {
	background-image: url(../images/link_ilike.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 85px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkiLike span {
	display: none;
}
#linkFlickr {
	background-image: url(../images/link_flickr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 92px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#linkFlickr span {
	display: none;
}

/* BANNER MODULE */
#banner468 {
	position: absolute;
	left: 20px;
	top: 50px;
}
#leaderboard728x90 {}

#butFanclub {
	position: absolute;
	height: 150px;
	width: 150px;
	left: 30px;
	top: 250px;
}
#butBuylink {
	position: absolute;
	height: 150px;
	width: 150px;
	left: 700px;
	top: 65px;}
#butTourbanner {
	position: absolute;
	height: 161px;
	width: 237px;
	left: 600px;
	top: 250px;}

/* Signup Content */
#boxSignupintro {
	background-color: #fff9a3;
	font-size: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
}

#signupContent {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
}
#signupContent form {
	margin: 0px;
	padding: 0px;
}
#signupContent h2 {
	background-image: url(../images/headers_signup.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -5000px;
	height: 33px;
}
#signupContent a, #signupContent a:visited {
	color: #f1bc28;
	text-decoration: none;
}
#signupContent a:hover {
	color: #f1bc28;
	text-decoration: underline;
}
.FORMtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f1bc28;
	text-align: right;
}
.FORMbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f1bc28;
	border: 0px solid #f1bc28;
	color: #000000;
}
.FORMbox:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0px solid #f1bc28;
	color: #000000;
}
.FORMmenu {
	background-color: #f1bc28;
	color: #000000;
}

input.submit {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #f1bc28;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.submit:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
}
input.submit:active {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
}
.FORMsmalltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666;
}
.required {
	font-weight: bold;
	color: #FF0000;
}


/* Footer Content */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #666;
	background-image: url(../images/footerback.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #eee;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
}
#labellogo {
	float: left;
}
#labelcopyright {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#link {
	float: right;
	padding-top: 10px;
}
a.footer, a.footer:visited {
	color: #f1bc28;
	text-decoration: underline;
}
a.footer:hover {
	color: #fff;
	text-decoration: underline;
}
