body {
	color: #000;
	background: #fff url('../images/new/background.jpg') repeat-y center 0;
	padding-bottom: 20px;
}

p {
	display: block;
	padding-bottom: .8em;
	color: #000000;
}

a, a:visited {
	outline: none;
}

label {wrapp
	display: block;
	width: 160px;
	float: left;
}

.comment_user {
	font-size: 0.9em;
	float: left;
}

abbr {
	float: left;
	color: #666;
	width: 100%;
}

.comment_item {

	background-color: red;
	margin-bottom: 8px;
}
/*UL STYLES*/

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

ul {
	list-style: none;
}

ul#navigation li {
	display: inline;
}

ul#live li {
	overflow: auto;
	border-bottom: 1px solid #C0BFC1;
}

ul li:last-child div {
	border: 0;
}

/*MAIN STYLES*/

a {
	font-weight: bold;
	color: #86b3c6;
	text-decoration: none;
}

a:hover {
	color: #9B9B9B;
}

p {
	margin: 0;
}

/*GENERIC STYLES*/

.more {
	font-weight: bold;
}

.white {
	color: #C8BFBF;
}

.pink {
	color: #000000;
}

.hide {
	display: none;
}

.upper {
	text-transform: uppercase;
}

.album-thumb {
	margin: 20px 0;
}

.row {
	margin-bottom: 40px;
	display: block;
}

.clearfix {
	display:inline-block;
}

.clearfix:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*HEADINGS*/

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

.newstitle {
	margin-bottom: 1em;
}

h1#the_score {
	text-indent: -9999px;
	position: absolute;
	display: block;
	left:0;
	bottom: 40px;
}

h2#login,h2#logout {
	text-indent: -9999px;
	position: absolute;
	display: block;
	top: 0;
	width: 77px;
	height: 45px;
	z-index: 999999;
	margin-left: 50%;
	left: 400px;
}

h2#login {
	background: url("../images/new/login.gif") no-repeat scroll 0 0 transparent;
}

h2#logout {
	background: url("../images/new/logout.gif") no-repeat scroll 0 0 transparent;
}


h3 {
	font-weight: bold;
}

h3.venue, span.day, .green {
	color: #ffffff;
}

h3.venue {
	font-size: 1.4em;
}

/*NEWS*/

#col-news {
	width: 660px;
}

#news div.date {
	height: 53px;
	width: 54px;
	background: url(../images/new/datebg.gif) no-repeat 0 0;
	padding: 11px 0 0 0;
	background-color: #FFF;
	line-height: 1.2em;
	text-align: center;
	display: block;
}

span.day {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}

span.month {
	font-size: 1.2em;
	color: #777777;
	font-weight: bold;
	text-transform: uppercase;
}

ul#news h3.title {
	text-transform: uppercase;
	margin: 8px;
}

ul#news div.item {
	overflow: auto;
	border-bottom: 1px solid #C0BFC1;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

ul#news a.more {
	color: #8DC2D7;
}

/*LIVE*/

ul#live li {
	padding: 1.8em 0;
}

div#header {
	background: url("../images/new/header-bg.jpg") repeat scroll 0 0 transparent;
	height: 720px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 0;
	width: 999px;
	z-index: -1;
}

div#col-live {
	margin-top: 0;
}

div#content {
	display: block;
	margin-top: 740px;
}

div#container {
	margin-bottom: 30px;
}

ul#navigation {
	bottom: 0;
}

#live div.date {
	background: url("../images/new/smalldatebg.gif") no-repeat scroll 0 0 transparent;
	color: #666666;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	line-height: 1em;
	padding: 5px 0 0;
	text-align: center;
	width: 61px;
}

/*SIDEBAR*/

div.span-13 table.myForm {
	width: 300px;
}

.myForm td, input, select, textarea, checkbox  {
	font-family: tahoma;
	font-size: 12px;
}

.required {
	color: #999999;
}

.myForm label {
	float: none;
}

.myForm th, .myForm td, .myForm caption {
	padding: 0;
}

.myForm input[type="text"], .myForm input[type="password"], .myForm input.text, .myForm input.title, .myForm textarea, .myForm select {
	width: 150px;
}

.myForm input[type="checkbox"], .myForm input[type="radio"], .myForm input.checkbox, .myForm input.radio {
	position: static;
	margin: 3px 4px 3px 0;
}

.myForm input.agefield {
	width: 43px;
}

.myForm input.bttn {
	margin-top: 6px;
}

.requiredtext {
	color: #999999;
	font-style: italic;
	padding-right: 18px;
	text-align: right;
}

div.youtube-subscribe a:link, div.youtube-subscribe a:active, div.youtube-subscribe a:visited {
	display: block;
	width: 240px;
	height: 40px;
	background: transparent url("../images/new/subscribe-youtube.jpg") no-repeat;
	background-position: top center;
	overflow: hidden;
	text-indent: -9999px;
}

div.visit-itunes a:link, div.visit-itunes a:active, div.visit-itunes a:visited {
	display: block;
	width: 240px;
	height: 40px;
	background: transparent url("../images/new/visit-itunes.jpg") no-repeat;
	background-position: top center;
	overflow: hidden;
	text-indent: -9999px;
}
 
div.youtube-subscribe a:hover, div.visit-itunes a:hover {
background-position: 0 -40px;
}

a.sidebar-twitter-link {
	color: #FFF;
	height: 100%;
	width: 100%;
}

div.sidebar-videos-wrapper {
	display: block;
	width: 190px;
	text-align: center;
	margin-top: 5px;
}

img.sidebar-videos-thumb {
	clear: both;
	width: 170px;
	height: 100px;
}

a.sidebar-videos-link {
	font-weight: bold;
	color: #FFF;
}

a.sidebar-videos-link:hover {
	color: #08DEF0;
}

div.tweet {
	color: #FFF;
	text-align: center;
	line-height: 1.3em;
	width: 210px;
	display: block;
	font-size: .9em;
	font-weight: bold;
}

#box-twitter {
	background: url("../images/new/twitter-bg.gif") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 120px;
	padding: 60px 0 0 20px;
	width: 240px;
}

#box-twitter a {
	color: #FFF;
}

#box-video {
	background: url("../images/new/video-bg.gif") no-repeat scroll 0 0 transparent;
	height: 250px;
	padding: 40px 0 0 28px;
	width: 240px;
}

#box-releases {
	background: url("../images/new/releases-bg.gif") no-repeat scroll 0 0 transparent;
	height: 230px;
	padding: 35px 0 0 28px;
	width: 240px;
}

#col-sidebar {
	margin: 19px 0 0 20px;
	width: 240px;
}

#col-albums {
	text-align: center;
}

div.bottom-margin {
	behavior: url(/css/iepngfix.htc);
	padding-top: 1em;
	text-align: left;
	width: 100%
	height: 11px;
	display: block;
}

h2#title-news, h2#title-gigs, h2#title-images, h2#title-videos, h2#title-music, h2#title-lyrics, h2#title-news-story,h2#title-blog-story,h2#title-contact,h2#title-register,h2#title-download,h2#title-thankyou {
	behavior:url(/css/iepngfix.htc);
	text-align: left;
	width: 100%;
	height: 82px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	background-repeat: no-repeat;
	color: #FFF;
}

h2#title-headlines,h2#title-live,h2#title-albums,h2#title-songs,h2#title-mailing-list {
	z-index: 100;
	behavior:url(/css/iepngfix.htc);
	text-align: left;
	width: 100%;
	height: 68px;
	display: block;
	text-indent: -9999999px;
	background-repeat: no-repeat;
	color: #FFF;
	margin-top: 19px;
}
h2#title-register {
	background-image: url(../images/new/titles/register-title.gif);
}
h2#title-contact {
	background-image: url(../images/new/titles/contact-title.gif);
}
h2#title-lyrics {
	background-image: url(../images/titles/lyrics_title.png);
}
h2#title-news {
	background-image: url(../images/new/titles/news-title.gif);
}
h2#title-gigs {
	background-image: url(../images/new/titles/gigs-title.gif);
}
h2#title-images {
	background-image: url(../images/new/titles/images-title.gif);
}
h2#title-videos {
	background-image: url(../images/new/titles/videos-title.gif);
}
h2#title-music {
	background-image: url(../images/new/titles/music-title.gif);
}
h2#title-thankyou {
	background-image: url(../images/new/titles/thankyou-title.gif);
}
h2#title-albums {
	background-image: url(../images/new/titles/sub/albums-title.gif);
}
h2#title-news-story {
	background-image: url(../images/new/titles/news-story-title.gif);
}
h2#title-blog-story {
	background-image: url(../images/new/titles/blog-item-title.gif);
}

h2#title-headlines {
	background-image: url(../images/new/titles/sub/headlines-title.gif);
}	
h2#title-live {
	background-image: url(../images/new/titles/sub/shows-title.gif);
}
h2#title-mailing-list {
	background-image: url(../images/new/titles/sub/mailing-list-title.gif);
}
h2#title-albums {
	background-image: url(../images/new/titles/sub/albums-title.gif);
}
h2#title-songs {
	background-image: url(../images/titles/sub/songs_title.png);
}
h2#title-download {
	background-image: url(../images/new/titles/download-title.gif);
}

/*NAVIGATION*/

ul#navigation {
	display: block;
	height: 146px;
	left: 50%;
	margin-left: -118px;
	position: absolute;
	top: 544px;
	width: 567px;
	z-index: 1000;
}

ul#navigation li {
	z-index: 10000;
	display: block;
	position:absolute;
	text-indent: -99999px;
	left: 0;
}

ul#navigation li a {
	display:block;
	height:100%;
	width:100%;
	background-image: url('../images/new/menu.jpg');
}

ul#navigation li#home	{ left: 88px; top: 0px; width:66px; height:33px; }
ul#navigation li#home a	{ background-position: -1px 0px; }
ul#navigation li#home a:hover	{ background-position: -1px -165px; }
body#home ul#navigation li#home a	{ background-position: -1px -165px; }

ul#navigation li#news	{ left: 170px; top: 0px; width:63px; height:33px; }
ul#navigation li#news a	{ background-position: -80px 0px; }
ul#navigation li#news a:hover	{ background-position: -80px -165px; }
body#news ul#navigation li#news a	{ background-position: -80px -165px; }

ul#navigation li#blog	{ left: 156px; top: 0px; width:58px; height:33px; }
ul#navigation li#blog a	{ background-position: -156px 0px; }
ul#navigation li#blog a:hover	{ background-position: -156px -165px; }
body#blog ul#navigation li#blog a	{ background-position: -156px -165px; }

ul#navigation li#gigs	{ left: 247px; top: 0px; width:52px; height:33px; }
ul#navigation li#gigs a	{ background-position: -227px 0px; }
ul#navigation li#gigs a:hover	{ background-position: -227px -165px; }
body#gigs ul#navigation li#gigs a	{ background-position: -227px -165px; }

ul#navigation li#releases	{ left: 317px; top: 0px; width:72px; height:33px; }
ul#navigation li#releases a	{ background-position: -294px 0px; }
ul#navigation li#releases a:hover	{ background-position: -294px -165px; }
body#releases ul#navigation li#releases a	{ background-position: -294px -165px; }

ul#navigation li#videos	{ left: 404px; top: 0px; width:77px; height:33px; }
ul#navigation li#videos a	{ background-position: -404px 0px; }
ul#navigation li#videos a:hover	{ background-position: -404px -165px; }
body#videos ul#navigation  li#videos a	{ background-position: -404px -165px; }

ul#navigation li#pictures	{ left: 495px; top: 0px; width:97px; height:33px; }
ul#navigation li#pictures a	{ background-position: -495px 00px; }
ul#navigation li#pictures a:hover	{ background-position: -495px -165px; }
body#pictures ul#navigation li#pictures a	{ background-position: -495px -165px; }

ul#navigation li#lyrics	{ left: 228px; top: 68px; width:61px; height:39px; }
ul#navigation li#lyrics a	{ background-position: -228px -68px; }
ul#navigation li#lyrics a:hover	{ background-position: -228px -214px; }
body#lyrics ul#navigation li#lyrics a	{ background-position: -228px -360px; }


ul#navigation li#facebook	{ left: 183px; top: 48px; width:72px; height:72px; }
ul#navigation li#facebook a	{ background-position: -183px -48px; }
ul#navigation li#facebook a:hover	{ background-position: -183px -213px; }
body#facebook ul#navigation li#facebook a	{ background-position: -183px -213px; }

ul#navigation li#myspace	{ left: 267px; top: 48px; width:72px; height:72px; }
ul#navigation li#myspace a	{ background-position: -267px -48px; }
ul#navigation li#myspace a:hover	{ background-position: -267px -213px; }
body#myspace ul#navigation li#myspace a	{ background-position: -267px -213px; }

ul#navigation li#youtube	{ left: 351px; top: 48px; width:72px; height:72px; }
ul#navigation li#youtube a	{ background-position: -351px -48px; }
ul#navigation li#youtube a:hover	{ background-position: -351px -213px; }
body#bebo ul#navigation li#youtube a	{ background-position: -351px -213px; }

ul#navigation li#twitter	{ left: 435px; top: 48px; width:72px; height:72px; }
ul#navigation li#twitter a	{ background-position: -435px -48px; }
ul#navigation li#twitter a:hover	{ background-position: -435px -213px; }
body#twitter ul#navigation li#twitter a	{ background-position: -435px -213px; }

ul#navigation li#bebo	{ left: 519px; top: 48px; width:72px; height:72px; }
ul#navigation li#bebo a	{ background-position: -519px -48px; }
ul#navigation li#bebo a:hover	{ background-position: -519px -213px; }
body#bebo ul#navigation li#bebo a	{ background-position: -519px -213px; }


ul#navigation li#contact	{ left: 221px; top: 134px; width:94px; height:33px; }
ul#navigation li#contact a	{ background-position: -221px -134px; }
ul#navigation li#contact a:hover	{ background-position: -221px -299px; }
body#contact ul#navigation li#contact a	{ background-position: -221px -299px; }

ul#navigation li#register	{ left: 328px; top: 134px; width:98px; height:33px; }
ul#navigation li#register a	{ background-position: -328px -134px; }
ul#navigation li#register a:hover	{ background-position: -328px -299px; }
body#register ul#navigation li#register a	{ background-position: -328px -299px; }

ul#navigation li#shop	{ left: 438px; top: 134px; width:61px; height:33px; }
ul#navigation li#shop a	{ background-position: -438px -134px; }
ul#navigation li#shop a:hover	{ background-position: -438px -299px; }
body#shop ul#navigation li#shop a	{ background-position: -438px -299px; }

ul#navigation li#forum	{ left: 513px; top: 134px; width:78px; height:33px; }
ul#navigation li#forum a	{ background-position: -513px -134px; }
ul#navigation li#forum a:hover	{ background-position: -513px -299px; }
body#forum ul#navigation li#forum a	{ background-position: -513px -299px; }


/*PICTURES*/

img.img-thumb {
	margin: 10px 12px 0 0; overflow: auto;
}

img.img-thumb-gallery {
	border: 4px solid #86B3C6;
	overflow: auto;
}

img.img-thumb-gallery:hover {
	border: 4px solid #9B9B9B;
}

/*VIDEOS*/

div.green-frame {
}

a#play {
	background: url('../images/new/play-pause-button.gif');
	text-indent: -99999px;
	display: block;
	width: 55px;
	height: 20px;
	top: 1120px;
	margin-left: 200px;
	position: absolute;
}

a.mute,a.unmute {
	background-image: url('../images/new/speaker-button.gif');
	text-indent: -99999px;
	display: block;
	width: 17px;
	height: 20px;
	top: 1120px;
	margin-left: 265px;
	position: absolute;
}
a.unmute {
	background-position: 0 -20px;
}

#thumbs{
	list-style:none;
	padding:0;
	margin:0;
}

#thumbs img{
	height:75px;
	padding:0;
	border:none 0;
	margin:0;
	display:block;
}

#thumbs li{
	padding-bottom:15px;
	display:block;
	height:75px;
	line-height:1px;
	font-size:1px;
}

#thumb a{
	background:#ffcc00;
	padding:0;
	margin:0;
}

#thumbswrap{
	display: block;
	height: 250px;
	margin-left: 23px;
	margin-top: 50px;
	overflow: hidden;
	position: absolute;
}

#thumbs{
	position:relative;
	top:0px;
}

#up_btn, #down_btn{
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	width:27px;
	height:14px;
	display:block;
	position:absolute;
	margin-left: 58px;
}

#up_btn{
	background: url(../images/new/uparrow.gif) top center;
	top: 785px;
}

#down_btn{
	background: url(../images/new/downarrow.gif) top center;
	top: 1080px

}

#player{
	margin: 0;
}

#bufferbarIndicator{
	background:#666666; height:8px; display:block; width:0px;
	font-size:1px; line-height:1px;
}

#timebarIndicator{
	background:#444; height:8px; display:block; width:0px; margin-top:-8px;
	font-size:1px; line-height:1px;
}

#timebar{
	display: none;
	width:633px;
	background:#000;
	margin-top:300px;
}

#controls a{
	color: #000;
	text-decoration:none;
}

#videowrap{
	margin-left:90px;
	margin-top:20px;
}

#videowrap #storywrap #down_btn{
	top:410px;
}

#videowrap #storywrap #thumbswrap{
	height:395px;
}

#videowrap #storywrap #bigimage{
	height:407px;
}

#bigimage{
	margin: 0;
	width:400px;
	height:225px;
	z-index: -100;
}


/*Comments*/
.comment_item{
	float:left;
	display:block;
	width:90%;
	padding: 5px;
	background: url('../images/trans_bg.png');
}

.dark {
	background: url('../images/trans_bg_dark.png');
}

.comment_date {
	font-size: 0.9em;
}

#comment_form textarea{
	width:60%;
	height:80px;
	font-family:arial, sans-serif;
	font-size:1.0em;
}

#comment_form #submit_btn{
	border:1px solid #1a1a1a;
	width:100px;
	margin-top:5px;
}

.comment_msg, .upload_msg{
	background:#C45B3B;
	color:#fff;
	margin:5px 0;
	padding:3px 5px;
}

.upload_msg{
	margin-top:20px;
	margin-bottom:10px;
}


/*COLORBOX*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}
#cboxTopLeft{width:14px; height:14px; background:url(../images/colorbox/controls.png) top left no-repeat;}
#cboxTopCenter{height:14px; background:url(../images/colorbox/borderHorizontal.png) top left repeat-x;}
#cboxTopRight{width:14px; height:14px; background:url(../images/colorbox/controls.png) top right no-repeat;}
#cboxBottomLeft{width:14px; height:43px; background:url(../images/colorbox/controls.png) bottom left no-repeat;}
#cboxBottomCenter{height:43px; background:url(../images/colorbox/borderHorizontal.png) bottom left repeat-x;}
#cboxBottomRight{width:14px; height:43px; background:url(../images/colorbox/controls.png) bottom right no-repeat;}
#cboxMiddleLeft{width:14px; background:url(../images/colorbox/borderVertical.png) top left repeat-y;}
#cboxMiddleRight{width:14px; background:url(../images/colorbox/borderVertical.png) top right repeat-y;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#949494;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#949494;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious{left:0px; background-position: -14px -23px;}
#cboxPrevious.hover{background-position:-14px 0px;}
#cboxNext{left:27px; background-position:-37px -23px;}
#cboxNext.hover{background-position:-37px 0px;}
#cboxClose{right:0; background-position:-60px -23px;}
#cboxClose.hover{background-position:-60px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-83px -0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-106px -0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-106px -23px; right:27px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-83px -0px;}
