@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: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
form {
	padding:0;
	margin:0
}
a:link {
	color: #992428;
	text-decoration: underline;
}
a:visited {
	color: #995755;
	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: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
h3 {}
h4 {}


/* 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: #000;
}
.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: #992428;
	text-decoration: none;
}
a.more:hover {
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

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






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

#content {
	background-image: url(../images/pageglow_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	text-align: center;
}
#contentBack {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: center;
	background-color: #edebec;
}
#contentCentre {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 550px;
	position: relative;
}
#bottom {
	background-image: url(../images/pageglow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	position: relative;
}
#columnLeft {
	width: 468px;
	float: left;
	padding-left: 20px;
	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;
}






/* News Content */
#boxNews {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
}
.newsHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
	display: inline;
}
.newsDate {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
.newsStory {
	font-size: 12px;
}

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

/* Blog Content */
#boxBlog {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
}
.blogHeadline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
	display: inline;
}
.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: #000000;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	padding-bottom: 10px;
}
a.blogFooterLink, a.blogFooterLink:visited {
	color: #992428;
	text-decoration: none;
	margin-bottom: 10px;
}
a.blogFooterLink:hover {
	color: #000;
	text-decoration: underline;
	margin-bottom: 10px;
}
#rssBlog {
	position: absolute;
	left: 275px;
	top: 5px;
}



/* Gigs Content */
#boxGigs {
	font-size: 10px;
	color: #000000;
	margin-bottom: 20px;
	position: relative;
	background-color: ;
}
.gigsContent {
	margin-right: 0px;
	margin-left: 0px;
}
.gigsDate {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
.gigsInfo {
	font-size: 9px;
}
.gigsVenue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
	display: inline;
}
.gigsSoldout {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.gigsTickets {
	font-weight: bold;
	color: #000000;
}
a.gigsTickets, a.gigTickets:visited {
	color: #009900;
	text-decoration: none;
}
a.gigsTickets:hover {
	color: #009900;
	text-decoration: underline;
}
.gigsFooter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 5px;
}
#rssGigs {
	position: absolute;
	left: 287px;
	top: 8px;
}

/* Mediaplayer Content */
#boxMediaplayer {
	padding-bottom: 0px;
	position: absolute;
	left: 510px;
	top: 50px;
}

/* About Content */
#boxAbout {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
}

/* Release Content */
#boxReleases {
	margin-bottom: 20px;
	position: relative;
	background-color: #BDC2A6;
	min-height: 177px;
}
#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-color: ;
	background-image: ;
	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;
}
#community ul, #community li {
	display:inline;
	margin: 0;
	padding: 0;
	}
#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;
}


/* Signup Content */

#boxSignupintro {
	background-color: #DACB63;
	font-size: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	background-image: url(../images/back_signup.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#boxSignupintro a, a:visited {
	color: #000;
	text-decoration: none;
}
#boxSignupintro a:hover {
	color: #992428;
	text-decoration: none;
}

#signupContent {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
}
#signupContent form {
	margin: 0px;
	padding: 0px;
}
.FORMtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.FORMbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dacb63;
	border: 1px solid #000000;
	color: #000000;
}
.FORMmenu {
	background-color: #999999;
}
.FORMbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.FORMbuttonprimary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.FORMsmalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
.required {
	font-weight: bold;
	color: #FF0000;
}


/* Footer Content */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #daa335;
	color: #000;
	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: #000;
	text-decoration: underline;
}
a.footer:hover {
	color: #fff;
	text-decoration: underline;
}
