/* reset  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Arial,Helvetica,sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #3f3f3f;
	background:#D2D1CF ;
	b/ackground:url("images/wallBG.jpg") 50% 50%;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear{
	clear:both;
}

legend{
	display:none;
}

strong{
	font-weight:bold;
}

a:hover{
	text-decoration:none;	
}

h1{
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:0.8em;
}

h2{
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:0.6em;
}

h3{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.4em;
}

h4{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.4em;
}

p{
	margin-bottom:1em;
	line-height:1.4em;
}


a{
	color:#3f3f3f;
	color:#4F5376;
}


a.external{
	background:url("images/external.gif") no-repeat right;
	padding-right:20px;
	line-height:20px;
}

/*   layout  */

div#iPage{
	font-size:1.6em;
}

div.inner{
	width:851px;
	margin:0 auto;
}


div#content div.inner{
	width:auto;
	margin:20px 0 0 0;
}

div#content div.inner h1,
div#content div.inner h2,
div#content div.inner ul,
div#content div.inner ol,
div#content div.inner p,
div#content div.inner form{
	margin-left:37px;
}

div#content div.inner form p{
	margin-left:0;
	margin-top:0.4em;
}

div#content div.inner h2 span{
	font-size:0.6em;
}

div#content div.inner h2 span a{
	color:#3f3f3f;
}

div#content div.inner ul.gigGuide{
	margin-left:0;
}

div#main{
	width:620px;
	float:left;
}

div#main p.intro{
	color:#555;
}

div#navL1{
	background:url("images/imgNavBGOuter.jpg") repeat-x;
	height:50px;
	
}

div#navL1 div.inner{
	background:url("images/imgNavBG.jpg");
	width:885px;
	height:60px;
}

div#navL1 ul{
	position:absolute;
	z-index:99;
}

div#navL1 ul li{
	float:left;
}

div#navL1 ul li a:link,
div#navL1 ul li a:active,
div#navL1 ul li a:visited,
div#navL1 ul li a:hover{
	display:block;
	height:60px;
	text-indent:-2000em;
	position:absolute;
}

div#navL1 ul li#navL1Home a{
	background:url("images/imgNavL1Home.jpg") no-repeat 100% 100%;
	width:81px;
	margin-left:0px;
}

div#navL1 ul li#navL1News a{
	background:url("images/imgNavL1News.jpg") no-repeat 100% 100%;
	width:80px;
	margin-left:81px;
}

div#navL1 ul li#navL1GigGuide a{
	background:url("images/imgNavL1GigGuide.jpg") no-repeat 100% 100%;
	width:106px;
	margin-left:161px;
}

div#navL1 ul li#navL1Forum a{
	background:url("images/imgNavL1Forum.jpg") no-repeat 100% 100%;
	width:88px;
	margin-left:267px;
}

div#navL1 ul li#navL1ArtistProfiles a{
	background:url("images/imgNavL1ArtistProfiles.jpg") no-repeat 100% 100%;
	width:141px;
	margin-left:355px;
}

div#navL1 ul li#navL1About a{
	background:url("images/imgNavL1About.jpg") no-repeat 100% 100%;
	width:89px;
	margin-left:496px;
}

div#navL1 ul li#navL1Contact a{
	background:url("images/imgNavL1Contact.jpg") no-repeat 100% 100%;
	width:118px;
	margin-left:585px;
}

div#navL1 ul li#navL1Home a:hover,
div#navL1 ul li#navL1News a:hover,
div#navL1 ul li#navL1GigGuide a:hover,
div#navL1 ul li#navL1Forum a:hover,
div#navL1 ul li#navL1ArtistProfiles a:hover,
div#navL1 ul li#navL1Contact a:hover,
div#navL1 ul li#navL1About a:hover{
	background-position:0% 50%;
}

body.home div#navL1 ul li#navL1Home a,
body.news div#navL1 ul li#navL1News a,
body.gigGuide div#navL1 ul li#navL1GigGuide a,
body.forum div#navL1 ul li#navL1Forum a,
body.artistProfiles div#navL1 ul li#navL1ArtistProfiles a,
body.about div#navL1 ul li#navL1About a,
body.contact div#navL1 ul li#navL1Contact a{
	background-position:0% 0%;
}


div#header{
	p/adding:0px 20px 20px 20px;
	margin:0 17px;
	padding-bottom:20px;
	background:url("images/pageBG.jpg") repeat-x top;
	height:1%;
}

div#header div.inner{
	padding:40px 0 20px 0;
}

div#header img#logo{
	float:left;
	margin-left:20px;
	margin-top:30px;
}

div#header div#logon{
	float:right;
	font-size:0.7em;
	margin:10px 20px 0 0;
}

div#header div#logon p{
	margin:0;
}

div#header form#searchForm{
	float:right;
	width:60%;
	text-align:right;
	margin-top:20px;
	margin-right:20px;
}

div#header form#searchForm label{
	margin-top:14px;
	float:left;
}

div#header form#searchForm input.frmText{
	padding:12px;
	color:#777;
	text-transform:uppercase;
	font-size:0.7em;
	width:180px;
}

div#header form#searchForm input.submitBtn{
	background:#79c075;
	border:1px solid #4e964a;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:0.6em;
	font-weight:bold;
	cursor:pointer;
	margin-left:10px;
}

div#header form#searchForm input.submitBtn:hover{
	background:#5C8F59;
	border-color:#334F31;
}

html, body, #iPage {height: 100%;}

body > #iPage {height: auto; min-height: 100%;}




div#content{
	background:none;
	font-size:0.8em;
	background:url("images/subPageBG.jpg") repeat-x top;
	padding-bottom:20px;
}

body.home div#content{
	back/ground:none;
}


div#wrap{
	width:885px;
	margin:0 auto;
	background:#fff url("images/imgPageBGInner.jpg") repeat-y;
	position:relative;
	padding-bottom: 100px;
	min-height:640px;
}



div#content div#secondary{
	width:253px;
	float:right;
}


div#banner{
	margin-left:34px;
	margin-top:13px;
	min-height:277px;
}


div#banner div.featured{
	background:url("../images/banner/main.jpg") no-repeat;
	width:345px;
	height:277px;
	position:absolute;
}

div#banner div.featured div.desc{
	position:absolute;
	top:0;
	left:0;
	width:325px;
	margin-top:187px;
	height:70px;
	padding:10px;
	opacity:0.8;
	background:#4f5476;
	color:#fff;
	display:none;
}

div#banner div.featured div.desc h2{
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:normal;
}



div#banner div.featured div.desc p{
	font-size:0.85em;
}

div#banner div.featured div.desc a:link,
div#banner div.featured div.desc a:active,
div#banner div.featured div.desc a:visited,
div#banner div.featured div.desc a:hover{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

div#banner div.featured div#desc a:hover{
	text-decoration:underline;
}

div#banner div.featured div#desc h2 a:link,
div#banner div.featured div#desc h2 a:active,
div#banner div.featured div#desc h2 a:visited,
div#banner div.featured div#desc h2 a:hover{
	font-weight:normal;
}

div#banner ul#controls{
	width:242px;
	float:right;
}

div#banner ul#controls li{
	float:left;
	margin:0 0 7px 7px;
}

div#banner ul#controls li img{
	opacity:0.7;
	float:left;
}

div#banner ul#controls li.current img{
	opacity:1;
}


div#twoCols  ul li{
	padding:20px;
	padding-left:20px;
}



div#twoCols div#forum ul li.odd{
	background:#e7ebc7;
}

div#twoCols div#forum ul li.even{
	background:#d9deb4;
}

div#twoCols div#forum ul li img,
div#twoCols div#messageBoard ul li img{
	float:left;
	margin:0 10px 40px 0;
	border:1px solid #d4cee9;
}

div#oneCol div#messageBoard ul li img{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #d4cee9;
	border:1px solid #aaa;
}

div#twoCols ul li h3,
div#oneCol ul li h3{
	font-size:1.1em;
}


div#twoCols div#forum ul li h3 span{
	color:#999;
}

div#twoCols ul li p{
	line-height:1.8em;
}


div.cal{
	float:left;
	margin:0 10px 40px 0;
	text-align:center;
	border:1px solid #4f5476;
}

div#twoCols div#news ul li.even div.cal{
	border:1px solid #673d43;
}

div#content div.cal p.month{
	margin:0;
	padding:4px 8px;
	font-size:1.2em;
	line-height:0.9em;
}

body.home div#content div.cal p.month{
	padding:2px 4px;
}

div#content div.cal p.day{
	background:#4f5476;
	margin:0;
	color:#fff;
	padding:2px 4px;
	font-size:1.2em;
	line-height:0.9em;
}

div#twoCols div#news ul li.even div.cal p.day{
	background:#673d43;
}


div#twoCols div#news h2{
	background: #4f5376;
	padding:10px 0 9px 20px;
	font-size:1.1em;
	color:#E0E2EF;
	margin-left:0;
	margin-top:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}

div#twoCols div#news ul li p{
	padding-left:45px;
}

div#twoCols div#news ul li div.cal p{
	padding-left:0px;
}

body.home div#twoCols div#news ul li div.cal p{
	padding-left:4px;
}

div#secondary div#calendar.quickLink{
	background:#a5d2e4;
	width:253px;
	font-size:0.85em;
}

body.home div#secondary div#calendar.quickLink h2{
	bac/kground:url("images/homeCalendarHeader.jpg") no-repeat;

}

div#secondary div#calendar.quickLink h2{
	background:url("images/subCalendarHeader.jpg") no-repeat;
	color:#E0E2EF;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
	margin-left:0;
	padding:24px 0 9px 20px;
	text-transform:uppercase;
}

div#secondary div#calendar.quickLink div.body h3{
	margin-top:20px;
}

div#secondary div.quickLink div.body{
	padding:20px;
}


div#secondary div.quickLink div.body h3{
	font-size:1.1em;
	text-transform:uppercase;
}

div#secondary div#calendar.quickLink ul{
	margin:10px 0;
}

div#secondary div#calendar.quickLink ul li.odd{
	background:#fff;
}

div#secondary div#calendar.quickLink ul li.even{
	background:#e6e6e6;
}

div#secondary div#calendar.quickLink ul li{
	padding:7px 10px;
}

div#secondary div#calendar.quickLink ul li span{
	width:36px;
	float:left;
}

div#secondary div#calendar.quickLink ul li div.gigName{
	width:146px;
	float:right;
	margin-left:10px;
}

div#secondary div#calendar.quickLink div.calLoader {
	background:#A5D2E4 url(../images/ajax-loader.gif) 50% 25% no-repeat;
	padding:120px 0 100px 0;
	text-align:center;
}

div#secondary div#calendar.quickLink div.calPicker{
	background:#fff;
	padding:10px;
	margin-bottom:0px;
}

div#secondary div#calendar.quickLink div.calPicker table{
	width:100%;
}

div#secondary div#calendar.quickLink div.calPicker tr.mainHeading{
	text-transform:uppercase;
}

div#secondary div#calendar.quickLink div.calPicker tr.mainHeading th{
	font-weight:bold;
	text-align:center;
	padding:4px 0 10px 0;
}


div#secondary div#calendar.quickLink div.calPicker tr.subHeading{
	background:#e6e6e6;
}

div#secondary div#calendar.quickLink div.calPicker tr.subHeading th{
	text-align:center;
	padding:4px;
	font-weight:bold;
}

div#secondary div#calendar.quickLink div.calPicker table tr td{
	text-align:center;
	width:20px;
}

div#secondary div#calendar.quickLink div.calPicker table tr td.hasGig a,
div#secondary div#calendar.quickLink div.calPicker table tr td.hasGig a:hover{
	background:#c22b2b;
	background:#888;
}

div#secondary div#calendar.quickLink div.calPicker table tr td a:link,
div#secondary div#calendar.quickLink div.calPicker table tr td a:active,
div#secondary div#calendar.quickLink div.calPicker table tr td a:visited,
div#secondary div#calendar.quickLink div.calPicker table tr td a:hover{
	text-decoration:none;
	padding:5px 0;
	display:block;
	color:#4f5476;
}

div#secondary div#calendar.quickLink div.calPicker table tr td.hasGig a{
	color:#fff;
}

div#secondary div#calendar.quickLink div.calPicker table tr td.previous a,
div#secondary div#calendar.quickLink div.calPicker table tr td.next a{
	color:#babcca
}

div#secondary div#calendar.quickLink div.calPicker table tr td.here a{
	background:#e4e4e4;
	color:#4F5476;
}

div#secondary div#calendar.quickLink div.calPicker table tr td a:hover{
	background:#e4e4e4;
}


div#secondary div#haveYourSay.quickLink{
	background:#ddefd6;
	width:253px;
	font-size:0.85em;
	margin-top:20px;
}

div#secondary div#haveYourSay.quickLink h2{
	background:url("images/homeHaveYourSayHeader.jpg") no-repeat;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
	margin-left:0;
	padding:23px 0 10px 20px;
	text-transform:uppercase;
}

div#secondary div#haveYourSay.quickLink ul li img {
	border:1px solid #D4CEE9;
	float:left;
	margin:0 10px 40px 0;
}

div#secondary div#haveYourSay.quickLink ul li h3{
	text-transform:none;
	margin-bottom:10px;
}

div#secondary div#haveYourSay.quickLink ul li h3 span{
	font-weight:normal;
	font-size:80%;
	color:#787878;
}


div#secondary div#haveYourSay.quickLink ul li p{
	margin-left:56px;
	text-indent:30px;
	background:url("images/quote.jpg") no-repeat top left;
	padding-top:5px;
}

div#secondary div#signUp.quickLink{
	background:#d9b8cb;
	width:253px;
	font-size:0.85em;
	margin-top:20px;
}

div#secondary div#signUp.quickLink h2{
	background:url("images/homeMailingHeader.jpg") no-repeat;
	color:#E0E2EF;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
	margin-left:0;
	padding:23px 0 10px 20px;
	text-transform:uppercase;
}

div#secondary div#signUp.quickLink label{
	display:none;
}

div#secondary div#signUp.quickLink input.frmText{
	padding:10px 12px;
	color:#999;
	text-transform:uppercase;
	width:185px;
	font-size:1em;
	margin-top:10px;
}

div#secondary div#signUp.quickLink input.submitBtn{
	background:#e50083;
	border:1px solid #b9086d;
	padding:10px;
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	float:right;
	margin-top:10px;
}

div#footer{
	background:#412428;
	font-size:1.15em;
	color:#caa2a8;
	padding:20px 0 20px 0;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}

div#footer p{
	margin:0;
}

div#footer a:link,
div#footer a:active,
div#footer a:visited,
div#footer a:hover{
	color:#CAA2A8;
}

div#content div.inner div.gigGuide{
	margin-bottom:10px;
}

div#content div.inner h2 a.previousMonth{
	margin:0 10px 0 0;
}

div#content div.inner h2 a.nextMonth{
	margin:0 0 0 10px;
}

div#content div.inner h2 a img{
	vertical-align:middle;
}


div#content div.inner div.gigGuide h3{
	background: url("images/subHeaderBG.gif") no-repeat;
	padding:22px 0 10px 37px;
	font-size:0.95em;
	color:#fff;
	clear:left;
}


div#content div.inner h2.strap{
	background: url("images/subHeaderBG.gif") no-repeat;
	padding:22px 0 10px 37px;
	font-size:0.95em;
	color:#fff;
	margin-left:0;
	clear:left;
	margin-bottom:1.6em;
}


div#content div.inner div.gigGuide ul{
	margin:0;
}

div#content div.inner div.gigGuide li{
	margin-left:37px;
	padding:10px;
	border-bottom:1px solid #d1ced7;
}

div#content div.inner div.gigGuide li div.img{
	float:left;
	width:70px;
	margin-right:10px;
}


body.news div#content div.inner div.gigGuide li div.img{
	width:110px;
}

div#content div.inner div.gigGuide li div.desc{
	float:left;
	width:360px;
	font-size:0.85em;
	padding-top:10px;
}

div#content div.inner div.gigGuide li div.desc p{
	line-height:1.6em;
}

div#content div.inner div.gigGuide li div.desc p.date{
	color:#888;
	margin-bottom:0.4em;
}

body.news div#content div.inner div.gigGuide li div.desc{
	width:438px;
	padding-top:4px;
}

div#content div.inner div.gigGuide li div.desc h4{
	font-size:1.1em;
	margin-bottom:0.8em
}

div#content div.inner div.gigGuide li.rss h4 a{
	background:url("images/rss.gif") no-repeat 0px 5%;
	padding-left:20px;
	line-height:16px;
}


div#content div.inner div.gigGuide li div.desc p{
	margin-left:0;
}

a.soldOut,
a.tickets{
	float:right;
	text-align:right;
	text-decoration:none;
	margin-top:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 10px;
	font-size:0.9em;
}

a.soldOut{
	background:#c4929a;
}

a.tickets{
	background:#79c075;
	border:1px solid #4e964a;
}

div#content div.inner div.gigGuide li a.tickets:hover{
	background:#5C8F59;
	border-color:#334F31;
}

div#content div.inner div.gigGuide li div.desc a:link,
div#content div.inner div.gigGuide li div.desc a:active,
div#content div.inner div.gigGuide li div.desc a:visited,
div#content div.inner div.gigGuide li div.desc a:hover{
	color:#3F3F3F;
}

div#listings{
	padding:20px 37px;
	font-size:0.7em;
}

div#listings h2{
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
}

div#listings ul li{
	display:inline;
	line-height:1.4em;
}

div#listings ul li a{
	color:#836166;
}


/*    ARTIST PROFILES    */

div#profile{
	
}

div#profile div.img{
	position:relative;
	float:left;
	width:257px;
	margin:0 20px 20px 0;
}

div#profile div.right{
	margin-left:277px;
}

div#content div#profile div.img p{
	font-size:0.8em;
	padding:0 10px;
	color:#777;
	line-height:1.4em;
}

div#content div#profile div.img div.ticketInfo{
	margin-left:37px;
}

div#profile div.desc{
	float:right;
	width:340px;
}

div#profile div.img img{
	border:1px solid #746e87;
	margin-bottom:10px;
	margin-left:37px;
}

div#profile div.img div#google-map{
	border:1px solid #746e87;
	margin-bottom:10px;
	margin-left:37px;
}

div#profile div.img div.onTour{
	position:absolute;
	top:0;
	right:36px;
	width:98px;
	height:87px;
}

div#profile div.img div.onTour img{
	border:none;
	float:left;
}

div#content div#profile h2{
	margin-left:0;
}

div#content div#profile p{
	font-size:0.9em;
	line-height:1.8em;
	margin-left:0;
}

div#content div#profile div.youtubeLink{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:1em 0 0.8em 36px;
	background:url("images/vidIcon.gif") no-repeat 0 50%;
}

div#content div#profile div.youtubeLink p{
	margin-bottom:0em;
}

div#content div#profile div.youtubeLink img{
	vertical-align:bottom;
}

div#content div#profile div.cal{
	float:right;
	margin:0 0 10px 10px;
}

div#content div#profile div.cal p{
	line-height:0.9em;
	font-size:1em;
}

div#profile div.img div#gigs{
	height:1%;
}

div#profile div.img div#gigs p{
	margin-left:37px;
}

div#profile div.img div#gigs h2{
	background:transparent url(images/subHeaderBG.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin-left:0;
	padding:22px 0 10px 37px;
	text-transform:uppercase;
}

div#profile div.img div#gigs ul{
	margin-left:37px;
	padding:0 0px 0 0px;
	font-size:0.85em;
}


div#profile div.img div#gigs ul li.odd{
	background:#fff;
}

div#profile div.img div#gigs ul li.even{
	background:#e6e6e6;
}

div#profile div.img div#gigs ul li{
	padding:7px 10px;
}

div#profile div.img div#gigs ul li a{
	display:block;
	margin-left:40px;
}

div#profile div.img div#gigs ul li span{
	width:36px;
	float:left;
}

div#profile div.img div#gigs ul li div.gigName{
	float:right;
	margin-left:10px;
	width:146px;
}


/* ARTIST LISTING   */


ul#profileListing{
	margin-top:20px;
	clear:left;
}

ul#profileListing li{
	width:138px;
	float:left;
	margin:0 30px 20px 0;
	height:230px;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
}

ul#profileListing li.js-hover{
	background:#4F2C32;
	cursor:pointer;
	border:1px solid #341a1e;
	color:#c1a1a7;
}

ul#profileListing li.js-hover a{
	color:#c1a1a7;
	text-decoration:none;
}

ul#profileListing div.img{
	position:relative;
	float:left;
	margin:0 0px 10px 0;
	width:138px;
}

ul#profileListing div.img img{
	border:1px solid #222;
}

ul#profileListing div.img img{
	border:1px solid #222;
}



ul#profileListing div.img div.onTour{
	position:absolute;
	top:0;
	right:0;
	width:98px;
	height:87px;
}

ul#profileListing div.img div.onTour img{
	border:none;
}


div#content ul#profileListing h2{
	margin-left:0;
	font-size:105%;
	font-weight:bold;
	margin-bottom:0.4em;
}

div#content ul#profileListing p{
	font-size:0.85em;
	line-height:1.8em;
	margin-left:0;
	color:#777;
}


/*  GIG PAGE    */

div#profile h3{
	font-size:1em;
	margin-bottom:1em;
	font-weight:normal;
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}



div#profile h3 span{
	padding-top:0.4em;
	display:block;
	margin-top:0.4em;
	font-size:0.85em;
}

div#profile a.tickets,
div#profile a.soldOut{
	float:none;
	display:block;
	text-align:center;
	margin:0 0 10px 0;
}



/********************************/

div#twoCols{
	clear:both;
}

div#twoCols div.left{
	float:left;
	width:50%;
	font-size:0.85em;
}

div#twoCols div.right{
	float:right;
	width:48%;
	font-size:0.85em;
}

div#twoCols div#gigs h2{
	background: url("images/subHeaderBG.gif") no-repeat;
	padding:22px 0 10px 37px;
	font-size:1.2em;
	color:#fff;
	margin-left:0;
	font-weight:bold;
	text-transform:uppercase;
}

div#twoCols div#forum h2{
	background: url("images/subHeaderBGGreen.gif") no-repeat;
	padding:22px 0 8px 37px;
	font-size:1.1em;
	color:#E0E2EF;
	margin-left:0;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}


body.home div#twoCols div#forum ul{
	padding-right:2px;
}

div#twoCols div#messageBoard h2,
div#oneCol div#messageBoard h2{
	background: #4F5476;
	padding:10px 0 9px 37px;
	font-size:1.2em;
	color:#E0E2EF;
	margin-left:0;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:12px;
}

div#twoCols div#messageBoard h2{
	padding:10px 0 9px 17px;
}

div#oneCol div#messageBoard h2{
	font-size:1em;
	padding-top:22px;
	background:url(images/subHeaderBG.gif) no-repeat scroll 0 0;
}

div#messageBoard ul li.odd{
	background:#ccc url("images/commentBtm.png") no-repeat right bottom;
}

div#messageBoard ul li div.date{
	text-align:right;
	padding:4px 10px;
	opacity:0.6;
	height:1%;
}

div#messageBoard ul li div.date div.delete{
	float:left;
}

div#messageBoard ul li div.date div.delete a{
	color:#fff;
}

div#messageBoard ul li div.inner{
	padding:20px 20px 0 20px;
	margin:0;
}

div#messageBoard.right ul li div.inner{
	padding:10px 10px 0 10px;
	margin:0;
}

div#messageBoard ul li div.inner p{
	margin-left:0;
}

div#messageBoard ul li.odd div.date{
	color:#fff;
	background:#4F5476;
}

div#messageBoard ul li.even div.date{
	color:#fff;
	background:#818498;
}

div#messageBoard ul li div.date p{
	margin:0;
}

div#messageBoard ul li.even{
	background:#e6e6e6 url("images/commentBtm.png") no-repeat right bottom;
}


div#messageBoard ul li{
	padding:0px 0px 47px 0px;
	margin-top:1em;
	font-size:0.85em;
	position:relative;
	height:1%;
}

div#messageBoard.right ul li{
	font-size:0.95em;
}

div#messageBoard ul li div.postNumber{
	position:absolute;
	right:-10px;
	bottom:0;
	color:#fff;
	font-size:8em;
}

div#messageBoard div#replyForm{
	margin-left:37px;
}

div#messageBoard.right div#replyForm{
	margin-left:0px;
}

div#messageBoard div#replyForm h2{
	background:none;
	color:#4F5476;
	padding:0 0 0.6em 0;
	font-size:1.2em;
	border-bottom:1px solid #ddd;
}


div#content div.inner div#twoCols ul, 
div#content div.inner div#twoCols p{
	margin-left:0;
}

div#content div#twoCols div#gigs ul{
	margin-left:30px;
	padding:0 20px 0 0px;
}


div#content div#twoCols div#gigs ul li.odd{
	background:#fff;
}

div#content div#twoCols div#gigs ul li.even{
	background:#e6e6e6;
}

div#content div#twoCols div#gigs ul li{
	padding:7px 10px;
}

div#content div#twoCols div#gigs ul li span{
	width:40px;
	float:left;
}

div#twoCols a.moreLink{
	float:right;
	margin:10px 0;
}

ul.pagination{
	text-align:right;
}

ul.pagination.glossary{
	text-align:left;
	clear:left;
	padding-bottom:1em;
}

ul.pagination li{
	display:inline;
	font-size:0.85em;
	width:100px;
}

ul.pagination li a:link,
ul.pagination li a:active,
ul.pagination li a:visited,
ul.pagination li a:hover{
	border:1px solid #bbbfd7;
	text-decoration:none;
	padding:2px 6px;
	color:#4F5476;
	text-align:center;
}

ul.pagination.glossary li a:link,
ul.pagination.glossary li a:active,
ul.pagination.glossary li a:visited,
ul.pagination.glossary li a:hover{
	border:1px solid #bbbfd7;
	text-decoration:none;
	padding:4px 2px;
	color:#4F5476;
	margin:0 4px 4px 0;
	width:11px;
	text-align:center;
	float:left;
}

ul.pagination li a:hover,
ul.pagination.glossary li a:hover{
	background:#4F5476;
	color:#fff;
	border:1px solid #4F5476;
}

ul.pagination li.next a:link,
ul.pagination li.next a:active,
ul.pagination li.next a:visited,
ul.pagination li.next a:hover{
	bo/rder:none;
}

ul.pagination li.previous a:link,
ul.pagination li.previous a:active,
ul.pagination li.previous a:visited,
ul.pagination li.previous a:hover{
	b/order:none;
}

ul.pagination li.here a:link,
ul.pagination li.here a:active,
ul.pagination li.here a:visited,
ul.pagination li.here a:hover{
	background:#4F5476;
	color:#fff;
	border:1px solid #4F5476;
	font-weight:bold;
}

ul.pagination li.here a:hover{
}

div#searchHeader p{
	float:left;
	width:49%;
}

div#searchHeader ul.pagination{
	border-bottom:1px solid #bbb;
	margin-bottom:1em;
	padding-bottom:10px;
	float:right;
	width:582px;
}
	
div#content div.inner ul#searchResults{
	margin-left:37px;
}

div#content div.inner ul#searchResults li{
	border-bottom:1px solid #ddd;
	padding-top:1em;
}

div#content div.inner ul#searchResults h3{
	font-size:1.2em;
}

div#content div.inner ul#searchResults p{
	margin-left:0;
}

/**   CONTACT FORM    */

form.siteForm{
	padding:20px;
}

.js-hide{
	display:none;
}

form.siteForm fieldset.selectorNav legend{
	display:block;
	font-weight:bold;
	margin-bottom:0.8em;
}

form.siteForm fieldset.selectorNav{
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
	margin-bottom:3em;
}

form.siteForm div.frmRow{
	margin-bottom:1em;
}


form.siteForm div.frmRow label{
	display:block;
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:0.8em;
}

form.siteForm div.frmRow.check label{
	display:inline;
}

form.siteForm div.frmRow label span{
	color:#999;
	font-weight:normal;
}

form.siteForm div.frmRow input.frmText,
form.siteForm div.frmRow textarea.frmText{
	width:400px;
	font-size:0.9em;
	padding:6px 4px;
	color:#555;
	font-family:arial;
}

form.siteForm div.frmRow select{
	width:410px;
	font-size:0.9em;
	color:#555;
	padding:4px;
	margin-bottom:1em;
}

form.siteForm div.frmRow select option{
	padding:0 4px;
}

form.siteForm div.frmRow input.submitBtn{
	background:#79c075;
	border:1px solid #4e964a;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	cursor:pointer;
}

form.siteForm div.frmRow input.submitBtn:hover{
	background:#5C8F59;
	border-color:#334F31;
}


/*********************/



/*** forum    *******/

body.forum div#forum{
	margin: 0px 0 0 37px;
	padding-top:20px;	
	width:812px;
}

body.forum div#content div#forum form{
	margin-left:0;
}

body.forum div#forum div#forumheader{
	padding:20px;
	background:#ddd;
	margin-bottom:10px;
	border:1px solid #bbb;
	font-size:0.86em;
}

body.forum div#forum div#forumheader div.info{
	float:right;
	width:200px;
	padding:20px 20px 10px 20px;
	border-color:#6D9BAF;
	margin:0;
	
}

body.forum div#forum div#forumheader div.info p{
	margin-left:30px;
	
}

body.forum div#forum div#forumheader div.frmRow{
	margin-bottom:1em;
	width:482px;
}

body.forum div#forum div#forumheader div.frmRow.options{
	margin-top:1em;
	margin-bottom:0;
	text-align:right;
}

body.forum div#forum div#forumheader input.frmText{
	width:120px;
	font-size:0.9em;
	padding:6px 4px;
	color:#555;
	font-family:arial;
	margin:0 6px;
}

body.forum div#forum div#forumheader input.submitBtn{
	background:#79c075;
	border:1px solid #4e964a;
	padding:4px 10px;
	color:#fff;
	width:auto;
	text-transform:uppercase;
	font-size:0.85em;
	font-weight:bold;
	cursor:pointer;
}


body.forum div#forum div#forumcontent table{
	bo/rder:1px solid #bbb;
	width:100%;
	border-collapse:collapse;
	font-size:0.9em;
}



body.forum div#forum div#forumcontent table td,
body.forum div#forum div#forumcontent table th{
	border-top:1px solid #bbb;
	padding:10px;
	text-align:center;
}

body.forum div#forum div#forumcontent table .post{
	text-align:left;
}


body.forum div#forum div#forumcontent table .last{
	text-align:right;
	width:200px;
}

body.forum div#forum div#forumcontent table .topics,
body.forum div#forum div#forumcontent table .posts,
body.forum div#forum div#forumcontent table .replies{
	width:100px;
}

body.forum div#forum div#forumcontent table p{
	margin-left:0;
}

body.forum div#forum div#forumcontent table th{
	font-weight:bold;
}

body.forum div#forum div#forumcontent table th.post{
	text-align:left;
}

body.forum div#forum div#forumcontent table h3{
	font-size:1em;
}

body.forum div#forum div#forumcontent table tr.tableheader{
	bac/kground:#505477;
	co/lor:#fff;
}

body.forum div#forum div#forumcontent table tr.even{
	background:#ede;
}

body.forum div#forum div#forum-options{
	margin:20px 0;
}

body.forum div#forum div#forum-options ul li{
	display:inline;
	border-right:1px solid #aaa;
	margin-right:10px;
	padding-right:10px;
}

body.forum div#forum div#forum-options ul li form#moveToBtn{
	display:inline;
}

body.forum div#forum div#forum-options ul li select{
	font-size:90%;
	padding:2px
}

body.forum div#forum div#forum-options ul li.delete a{
	background:url("images/delete.png") no-repeat;
	padding-left:20px;
}


body.forum div#forum div#forum-options ul li.back a{
	background:url("images/arrow_left.png") no-repeat;
	padding-left:20px;
}

body.forum div#forum div#forum-options ul li.newTopic a{
	background:url("images/page_white_add.png") no-repeat;
	padding-left:20px;
}

body.forum div#forum div#forum-options ul li.reply a{
	background:url("images/page_white_go.png") no-repeat;
	padding-left:20px;
}


body.forum div#forum div.post-even,
body.forum div#forum div.post-odd{
	background:#e6e6e6 url("images/commentBtm.png") no-repeat right bottom;
	padding:0 0 47px;
	position:relative;
}


body.forum div#forum div.inner {
	margin:0;
	padding:20px 20px 0;
}

body.forum div#forum div.inner p,
body.forum div#forum div.inner h2,
body.forum div#forum div.inner h3,
body.forum div#forum div.inner h4,
body.forum div#forum div.inner h5,
body.forum div#forum div.inner span,
body.forum div#forum div.inner img{
	margin-left:0;
}


body.forum div#forum div.inner div.post-content{
	border-bottom:1px solid #aaa;
	padding-bottom:1em;
	margin-bottom:1em;
}

body.forum div#forum div.inner  a.quotelink{
}

body.forum div#forum div.post-odd div.right,
body.forum div#forum div.post-even div.right{
	float:right;
	width:580px;
}


body.forum div#forum div.post-odd{
	background:#ccc url("images/commentBtm.png") no-repeat right bottom;
}

body.forum div#forum div.post-odd div.left,
body.forum div#forum div.post-even div.left{
	float:left;
	width:160px;
	border-right:1px solid #aaa;
	padding-right:20px;
}

body.forum div#forum div.post-even div.left div,
body.forum div#forum div.post-odd div.left div{
	margin-bottom:0.4em;
}

body.forum div#forum div.date{
	text-align:right;
	padding:4px 10px;
	opacity:0.6;
	height:1%;
}

body.forum div#forum div.date div.delete{
	float:left;
}

body.forum div#forum div.date div.delete a{
	color:#fff;
}

body.forum div#forum div.post-odd div.date{
	color:#fff;
	background:#4F5476;
}

body.forum div#forum div.post-even div.date{
	color:#fff;
	background:#818498;
}

body.forum div#forum div.date p{
	margin:0;
}


body.forum div#forum div.postNumber{
	position:absolute;
	right:-10px;
	bottom:0;
	color:#fff;
	font-size:8em;
}


.errors{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 5px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('images/validation.png');
}

ul.errors li{
	list-style-type:disc;
	margin-bottom:0.8em;
	line-height:1.4em;
	font-size:0.9em;
	margin-left:50px;
}



.info{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 5px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}

div#messageBoard.right .info{
	padding:15px 10px 5px 50px;
} 

div#content div#messageBoard.right div#replyForm form.siteForm{
	margin-left:0;
}

div#content div#messageBoard.right div#replyForm form.siteForm input.frmText{
	width:250px;
}

div#content div#messageBoard.right div#replyForm form.siteForm label{
	font-size:1em;
}

div#topichints.info{
	background:#DDDDDD none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	float:right;
	width:200px;
	background-image:none;
	padding:20px;
}

div#topichints li{
	margin-bottom:0.8em;
}

div#content div#topichints ul{
	margin-bottom:10px;
	margin-left:0;
}

.info p{
	margin-left:0;
}

ul#comments_top div.info p{
	font-size:1.1em;
}

ul.info li{
	list-style-type:disc;
	margin-bottom:0.8em;
	line-height:1.4em;
	font-size:0.9em;
}

.success{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 5px 70px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/success.png');
}

ul.success li{
	list-style-type:disc;
	margin-bottom:0.8em;
	line-height:1.4em;
	font-size:0.9em;
}


/**** forum styles   ****/

div#profile table.profileul{
	width:338px;
	border-collapse:collapse;
	font-size:0.9em;
	margin-bottom:20px;
}


div#profile table.profileul td{
	border-top:1px solid #bbb;
}

div#profile table.profileul td{
	padding:10px;
	line-height:1.4em;
}

div#content div#profile table.profileul td p{
	font-size:0.95em;
	line-height:1.4em;
}

div#profile table.profileul td.label{
	font-weight:bold;
	width:100px;
}

div#profile-options li{
	padding:0.4em 0;
}

div#profile-options li.sendMessage a{
	background:url("images/email_go.png") no-repeat;
	padding-left:20px;
}

div#profile-options li.addToFriends a{
	background:url("images/user_add.png") no-repeat;
	padding-left:20px;
}

div#profile-options li.removeFromFriends a{
	background:url("images/user_delete.png") no-repeat;
	padding-left:20px;
}

div#profile-options li.editProfile a{
	background:url("images/user_edit.png") no-repeat;
	padding-left:20px;
}

div#profile table.profileul td a.thumbsUp{
	background:url("images/thumb_up.png") no-repeat;
	padding-left:20px;
}

div#profile table.profileul td a.thumbsDown{
	background:url("images/thumb_up.png") no-repeat;
	padding-left:20px;
}

div#myFriends{
	padding:0.4em 0;
}

div#myFriends h3{
	background:transparent url(images/subHeaderBG.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	margin-left:0;
	padding:22px 0 10px 37px;
	text-transform:uppercase;
	border:none;
}

div#myFriends ul{
	margin-left:37px;
}

div#myFriends ul li{
	width:70px;	
	text-align:center;
	height:120px;
	float:left;
}

div#profile div#myFriends ul li img{
	margin-left:0;
}

div#myFriends a.viewMore{
	margin-left:37px;
	float:right;
}

div#pms{
	margin-bottom:1.4em;
}

div#pms a{
	background:url("images/email.png") no-repeat;
	padding-left:24px;
}

div#myFriendsList ul li{
	border-top:1px solid #ddd;
	padding:20px;
}

div#myFriendsList ul li div.img{
	float:left;
	width:60px;
	border:1px solid #746E87;
}

div#myFriendsList ul li div.friendDetails{
	float:right;
	width:480px;
}

div#myFriendsList ul li div.friendDetails h2{
	margin-left:0;
	font-size:1.4em;
}

div#myFriendsList ul li div.friendDetails table td{
	padding:0 0 0.4em 0;
}

div#myFriendsList ul li div.friendDetails table td.label{
	font-weight:bold;
	width:140px;
}

div#inbox{
}

div#inbox ul.nav li{
	display:inline;
	border-right:1px solid #aaa;
	margin-right:10px;
	padding-right:10px;
}

div#inbox ul.nav li.inbox{
	background:url("images/email.png") no-repeat 0 1px;
	padding-left:20px;
}

div#inbox ul.nav li.sentMsg{
	background:url("images/email_go.png") no-repeat 0 1px;
	padding-left:20px;
}

div#inbox ul.nav li.deleteMsg{
	background:url("images/email_delete.png") no-repeat 0 1px;
	padding-left:20px;
	border:none;
}

div#inbox ul#messages{
	margin-left:37px;
	margin-top:20px;
	font-size:0.9em;
	line-height:1.4em;
	border-top:1px solid #bbb;
}

div#content div#inbox form{
	margin-left:0;
}

div#inbox ul#messages li{
	border-bottom:1px solid #ddd;
	margin:0.4em 0.6em;
}

div#inbox ul#messages li div.msgExtras{
	float:left;
	width:20px;
	padding-top:4px;
}

div#inbox ul#messages li div.msgLeft{
	float:left;
	color:#888888;
	padding:4px 4px 4px 4px;
	width:130px;
}

div#inbox ul#messages li div.msgLeft strong{
	color:#3F3F3F;
}

div#inbox ul#messages li div.msgLeft span.date{
	font-size:0.85em;
}

div#inbox ul#messages li div.msgRight{
	float:left;
	width:380px;
	padding-left:10px;
	padding:4px 8px;
	border-left:1px solid #ddd;
	
}

div#inbox ul#messages li div.msgRight span.msgTitle{
	font-weight:bold;
	margin-bottom:0.8em;
	border-bottom:1px solid #ddd;
	padding-bottom:0.4em;
}

div#inbox ul#messages li div.msgRight span.msgDesc{
	line-height:1.8em;
}

div#inbox ul#messages li div.msgRight span{
	display:block;
}

div#mailingUnsubscribe {
	margin-top:1em;
	font-size:90%;
}

/* NICK FORUM STUFF */

.quotelink {
	color:#000 !important;
}

.post-even .quote,
.post-odd .quote {
	margin:1em;
	padding:1em;
	color:#000;
	border:1px solid #4F5476;
}

.post-even .quote,
.post-even .quote .quote .quote,
.post-even .quote .quote .quote .quote .quote {
	background:#e5e1d4;
}

.post-even .quote .quote,
.post-even .quote .quote .quote .quote,
.post-even .quote .quote .quote .quote .quote .quote {
	background:#c3c0b2;
}

.post-odd .quote,
.post-odd .quote .quote .quote,
.post-odd .quote .quote .quote .quote .quote {
	background:#e5e1d4;
}

.post-odd .quote .quote,
.post-odd .quote .quote .quote .quote,
.post-odd .quote .quote .quote .quote .quote .quote {
	background:#c3c0b2;
	background:#f2f0e9;
}


	
	
/************************/


div.inner.news div.img{
	width:110px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

div.inner.news div.desc{
	padding-top:4px;
	margin-left:37px;
}

div#content div.inner.news div.desc p{
	margin-left:0;
}



#threeCols{
	padding-left:34px;
	font-size:0.85em;
	margin-top:10px;
	padding-bottom:20px;
}

#threeCols .left{
	width:33%;
	margin-right:0.5%;
	float:left;
}

#threeCols .middle{
	width:33%;
	margin-right:0.5%;
	float:left;
}

#threeCols .right{
	width:33%;
	float:left;
}

#threeCols h2{
	color:#ebd7d9;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 10px 9px;
}

#threeCols #artists h2{
	background:#2e2e2e;
}

#threeCols #cityFocus h2{
	background:#505477;
}

#threeCols #news h2{
	background:#673e44;
}

#threeCols #artists ul li,
#threeCols #cityFocus ul li{
	font-size:1.1em;
	float:left;
	width:100%;
	height:30px;
	line-height:10px;
}

#threeCols #artists ul li a,
#threeCols #cityFocus ul li a{
	display:block;
	padding:4px 10px 8px 20px;
	font-weight:bold;
	background:url("images/arrow_right.gif") no-repeat 8px 7px;
}

#threeCols #artists ul li.odd{
	background:#edeef1;
}

#threeCols #artists ul li.odd a,
#threeCols #cityFocus ul li.odd a{
	color:#3f3f3f;
}

#threeCols #cityFocus{
	background:#e6e7f8;
}

#threeCols #cityFocus ul li.odd{
	background:#d7d8eb;
}

#threeCols #news {
	background:#f9e9f2;
}

#threeCols #news ul li{
	padding:10px;
	clear:left;
	height:80px;
	overflow:hidden;
}

#threeCols #news ul li.odd{
	background:#e8dae5;
}

#threeCols #news ul li p{
	margin-bottom:0;
}

#threeCols #news ul li h3{
	font-size:1.1em;
}


#threeCols #news ul li.rss h3 a{
	background:url("images/rss.gif") no-repeat 0px 3px;
	padding-left:20px;
	line-height:16px;
	display:block;
	margin-left:40px;
}



.scrollable {
	position:relative;
	overflow:hidden;
	width: 100%;
	height:448px;
	height:600px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
}

.items ul {
	float:left;
	width:194px;
}

#threeCols .navi{
	padding:5px 70px;
	position:absolute;
}

#threeCols .navi a{
	background:url("images/sliderNavOff.jpg") no-repeat 0 0;
	display:block;
	float:left;
	width:11px;
	height:12px;
	margin-right:3px;
}

#threeCols .navi a.active{
	background:url("images/sliderNavOn.jpg") no-repeat 0 0;
}

.sharethis {
	margin-bottom:1em;
}

.sharethis.inline {
	display:inline;
}
