/*--------------------------------------------------------------------------
* Copyright 2008 Mark. Sydney :: www.marksydney.com :: All Rights Reserved *
 	                          __
	 /'\_/`\                 /\ \
	/\      \    __      _ __\ \ \/'\
	\ \ \__\ \  /'__`\  /\`'__\ \ , <
	 \ \ \_/\ \/\ \L\.\_\ \ \/ \ \ \\`\   __
	  \ \_\\ \_\ \__/.\_\\ \_\  \ \_\ \_\/\_\
	   \/_/ \/_/\/__/\/_/ \/_/   \/_/\/_/\/_/

* Author: Tim Brown
* Project: Yes Sessions
* Written: January 2009
* Modified:
--------------------------------------------------------------------------*/

/*
* MAIN STYLE SHEET - SITE SPECIFIC
  Only specify the font in 'em' here, it is defined in % in the common.css.
  Browser default: 16px => 76% = 12px => 1em = 12px
--------------------------------------------------------------------------
  COLOURS:

  Page background:

  Section Colours:
--------------------------------------------------------------------------*/


/* MAIN TAGS
-------------------------------*/
body {
	color:#000000;
}
body#rogue {
	background: #ffffff url(images/backgrounds/rogueTradersBg.gif) no-repeat top center;
	margin: 0 auto;
	text-align:center;
}
body#fob {
	background: #ffffff url(images/backgrounds/fobBackground.jpg) no-repeat top center;
	margin: 0 auto;
	text-align:center;
}
body#pink {
	background: #ffffff url(images/backgrounds/pinkBackground.gif) no-repeat top center;
	margin: 0 auto;
	text-align:center;
}
body#popupBg {
	background-color:#ffffff
}
p {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#000000;
}

/* CLEARFIX */

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* ERROR HANDLING
-------------------------------*/
label.error {
	clear:both !important;
	color:#ff0000;
	float:none !important;
	font-size:9px !important;
	width:400px !important;
}
.error-sect h2 {
	font-size:20px;
}
.error-sect li {
	font-size:13px;
	color:#C00;
}

/* MP3 PLAYER */

#mp3Player {
	z-index:2000000;
	position:absolute;
	top:280px;
	left:30px;
}

/* LOADING SCREEN */
#loadingMedia {
	position:absolute;
	top:129px;
	left:268px;
}

/* REGISTER FORM AND SHOUTOUT FORM
-------------------------------*/
#loadingImage {
	width:24px;
	height:24px;
	border:none;
	display:none;
	margin-left:10px;
	position:relative;
	top:-2px;
}
.registerForm, #thankYouMessage {
	margin-top:20px;
}
form ol {
	list-style:none;
	margin:0;
	padding:0;
}
form li {
	float:left;
	clear:left;
	margin:0;
	padding:0.5em;
	list-style:none;
	width:100%;
}
.registerForm label, .registerForm input, .registerForm select,
.competitionForm label,
.shoutoutPublicForm label {
	font-size:12px;
}
.registerForm label, .competitionForm label, .shoutoutPublicForm label {
	float:left;
	margin-right:1em;
	width:14em;
	vertical-align:top;
	padding:2px 0;
}
.competitionForm label, .shoutoutPublicForm label {
	width:150px;
	font-weight:bold;
	margin-right:12px;
}
.shoutoutPublicForm label {
	width:100px;
}
.competitionForm li.highlight, .shoutoutPublicForm li.highlight {
	color:#006685;
	font-size:12px;
	font-weight:bold;
	margin:-5px 0;
	padding:0;
	text-align:center;
	width:110px;
}
.registerForm .checkbox label, .shoutoutPublicForm .checkbox label {
	width:auto !important;
}
.registerForm .checkbox label.first {
	width:14em !important;
}
.shoutoutPublicForm .checkbox label.first {
	width:110px !important;
	margin-right:0px;
}
form.shoutoutPublicForm li {padding-left:0px;padding-right:0px;}
.shoutoutPublicForm div.checkbox {
	float:left;
	width:265px;
}
.shoutoutPublicForm div.submitButton {
	float:left;
	width:180px;
	padding:0px;
	clear:right;
}
.shoutoutPublicForm #form_shoutoutPublic_terms {
	margin-left:2px;
	margin-right:6px;
}
.shoutoutPublicForm div#form_shoutoutPublic_email_note{
	margin-left:112px;
}
.shoutoutPublicForm div#form_shoutoutPublic_message_charLimitInfo{
	float:left;
}
.registerForm label.error {
	font-size:12px !important;
	clear:left;
	display:block;
	margin-left:15em;
}
.competitionForm label.error, .shoutoutPublicForm label.error {
	font-size:10px !important;
	display:block;
	margin:2px 0 0 162px;
	width:268px !important;
}
.shoutoutPublicForm label.error {
	margin-left:112px;
}
.shoutoutPublicForm li.checkbox label.error {
	margin-left:0px;
}
.registerForm input, .registerForm select {
	border:1px solid #333;
	padding-left:2px;
	width:200px;
}

.competitionForm input, .competitionForm select, .competitionForm textarea,
.shoutoutPublicForm input, .shoutoutPublicForm select, .shoutoutPublicForm textarea {
	border-width:2px;
	border-style:solid;
	border-color:#848484 #fafafa #fafafa #848484;
	padding:1px 2px;
	width:260px;
}

.shoutoutPublicForm input, .shoutoutPublicForm select, .shoutoutPublicForm textarea {
	float:right;
	margin-right:0px;
	width:324px;
}

.competitionForm textarea, .shoutoutPublicForm textarea {
	height:70px;
}
.competitionForm input.error, .competitionForm select.error, .competitionForm textarea.error,
.shoutoutPublicForm input.error, .shoutoutPublicForm select.error, .shoutoutPublicForm textarea.error {
	background-color:#FEE;
}
.registerForm .checkbox input, .shoutoutPublicForm .checkbox input {
	float:left;
	border:none;
	width:auto !important;
	margin-right:3px;
}
.registerForm #signUp {
	width:175px;
	height:49px;
	border:none;
	background:url(images/buttons/signUp.png) no-repeat 0 0;
}
.registerForm #signUp:hover {
	background-position:0 -49px;
}
.competitionForm #compSubmit {
	width:125px;
	height:26px;
	margin-left:160px;
	padding:0;
	border:none;
	background:url(images/buttons/compSubmit.png) no-repeat 0 0;
}
/*
.competitionForm #compSubmit:hover {
	background-position:0 -26px;
}
*/
.shoutoutPublicForm #btnSubmit {
	width:180px;
	height:26px;
	margin-left:0px;
	padding:0;
	border:none;
	background:url(images/buttons/btnSubmitShoutout.png) no-repeat 0 0;
}

#ticketsForm-thanks {
	font-weight:bold;
}

#shoutoutPublicMessage{
	font-weight:bold;
	text-align:center;
}


/* GENERAL LAYOUT TAGS
-------------------------------*/
br.clear {
	line-height:0;
	font-size:1px;
	clear:both;
	height:0;
}
br#clear {
	clear:both;
	line-height:0 !important;
	font-size:0 !important;
}
.clearBoth {
	clear:both;
}
.right {
	float:right;
}
.marginNO {
	margin:0 !important;
}
.noMarginTop {
	margin-top:0;
}
.block {
	display:block;
}

/* GENERAL CLASSES
------------------ */
.whiteLink:hover {
	color:#ffffff !important;

}

/* HEADER
-------------------------------*/
.skiplinks {
	position:absolute;
	height:1px;
	line-height:0px;
	overflow:hidden;
	width:1px;
}

/* CONTAINER
-------------------------------*/
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
	background: url(images/backgrounds/fence.jpg) repeat-y top left;

}


/* TOP NAV
-------------------------------*/
#topNav{
	padding:0;
	text-align:left;
}
#topNav ul {
	display:block;
	list-style:none;
	margin:0 !important;
	padding:0;
	height:60px;
}


#topNav li {
	list-style:none;
	margin:0 !important;
	padding:0;
	float:left;
	padding:0;
}
#topNav li a {
	list-style:none;
	margin:0 !important;
	padding:0;
	float:left;
	padding:0;
    text-indent:-10000px;
}

#topNav li#yesSessions {
	width:210px;
}

#topNav div#yesSessionsLogo {
	position:relative;
	width:210px;
	height:60px;
	z-index:10000;
}

#topNav li#homeTab {
	width:98px;
}
#topNav li#homeTabOn {
 	width:98px;
 	height:60px;
 	background:url(images/nav/homeOn.png) no-repeat top left;
}
#topNav li#homeTab a {
	display:block;
 	width:98px;
 	height:60px;
 	background:url(images/nav/homeOff.png) no-repeat top left;
}
#topNav li#homeTab a:hover {
	display:block;
 	width:98px;
 	height:60px;
	background-position: 0 -3px;
}

#topNav li#ticketsTab {
	width:151px;
}
#topNav li#ticketsTabOn {
 	width:151px;
 	height:60px;
 	background:url(images/nav/freeTicketsOn.png) no-repeat top left;
}
#topNav li#ticketsTab a {
	display:block;
 	width:151px;
 	height:60px;
 	background:url(images/nav/freeTicketsOff.png) no-repeat top left;
}
#topNav li#ticketsTab a:hover {
	display:block;
 	width:151px;
 	height:60px;
	background-position: 0 -3px;
}

/*
#topNav li#upComingTab {
	width:170px;
}
#topNav li#upComingTabOn {
 	width:170px;
 	height:60px;
 	background:url(images/nav/upcomingArtistsOn.png) no-repeat top left;
}
#topNav li#upComingTab a {
	display:block;
 	width:170px;
 	height:60px;
 	background:url(images/nav/upcomingArtistsOff.png) no-repeat top left;
}
#topNav li#upComingTab a:hover {
	display:block;
 	width:170px;
 	height:60px;
	background-position: 0 -3px;
}
*/

#topNav li#shoutoutTab {
	width:170px;
}
#topNav li#shoutoutTabOn {
 	width:170px;
 	height:60px;
 	background:url(images/nav/shoutOutWallOn.png) no-repeat top left;
}
#topNav li#shoutoutTab a {
	display:block;
 	width:170px;
 	height:60px;
 	background:url(images/nav/shoutOutWallOff.png) no-repeat top left;
}
#topNav li#shoutoutTab a:hover {
	display:block;
 	width:170px;
 	height:60px;
	background-position: 0 -3px;
}

#topNav li#galleryTab {
	width:142px;
}
#topNav li#galleryTabOn {
 	width:142px;
 	height:60px;
 	background:url(images/nav/galleryOn.png) no-repeat top left;
}
#topNav li#galleryTab a {
	display:block;
 	width:142px;
 	height:60px;
 	background:url(images/nav/galleryOff.png) no-repeat top left;
}
#topNav li#galleryTab a:hover {
	display:block;
 	width:142px;
 	height:60px;
	background-position: 0 -3px;
}

#topNav li#aboutTab {
	width:93px;
}
#topNav li#aboutTabOn {
 	width:93px;
 	height:60px;
 	background:url(images/nav/faqOn.png) no-repeat top left;
}
#topNav li#aboutTab a {
	display:block;
 	width:93px;
 	height:60px;
 	background:url(images/nav/faqOff.png) no-repeat top left;
}
#topNav li#aboutTab a:hover {
	display:block;
 	width:93px;
 	height:60px;
	background-position: 0 -3px;
}

/* MAIN IMAGE
--------------------------*/
#mainImage {
	position:absolute;
	z-index:1000;
	top:40px;
}
#mainImageMov {
	position:absolute;
	z-index:1000;
	top:38px;
	left:12px;
}



/* CONTENT
-------------------------------*/
#content {
	width:900px;
	text-align:left;
	position:relative;
}


#content p {
	font-size:12px;
}


/* events poster */
#content #poster {
	padding:0 5px 0px 5px;
	text-align:center;
}
#content #poster p.event {
	font-size:14px;
	margin:0 !important;
}
#content #poster p.eventDate {
	font-size:12px;
	font-weight:bold;
	margin:0 !important;
}
/* end events poster */

/* HOMEPAGE*/

#homepage {
	padding-top:288px;
	min-height:601px;
}
#homepage #column1 {
	float:left;
	width:445px;
	margin:0 0 0 48px;
}
#homepage #column1 #poster {
	width:435px;
	background: url(images/poster/posterTile.gif) repeat-y top left;
}
#homepage #column1 div#posterTop {
	width:445px;
	height:74px;
	background: url(images/poster/posterTop.gif) no-repeat top left;
    text-indent:-10000px;
}
#homepage #column1 div#posterBottom {
	width:445px;
	height:123px;
	background: url(images/poster/posterBottom.gif) no-repeat top left;
}
#homepage #column1 p#posterLink {
	color:#ffffff;
	margin:0;
	text-align:center;
	position:relative;
	top:-23px;
}
#homepage #column1 #posterLink a {
	color:#f8c700;
	font-weight:bold;
}

#homepage #column2 {
	float:right;
	width:321px;
	margin-right:25px;
}
#homepage #column2 div.bandLogos {
	width:127px;
	float:left;
	padding-bottom:10px;
}
#homepage #column2 ul {
	list-style:none;
	margin:14px 0 0 0;
	padding:0;
}
#homepage #column2 li {
	list-style:none;
	margin:0;
}
#homepage #column2 div.bandTxt {
	float:right;
	width:194px;
	padding-bottom:10px;
}
#homepage #column2 p.bands {
	margin:0 18px 0 10px;
}
#homepage #column2 a#featuredArtists {
	display:block;
	width:150px;
	height:22px;
	background: url(images/subHeadings/featuredArtistsState.gif) no-repeat top left;
	text-indent:-10000px;
}
#homepage #column2 a#upcomingArtists {
	display:block;
	width:150px;
	height:22px;
	background: url(images/subHeadings/upcomingArtistsState.gif) no-repeat top left;
	text-indent:-10000px;
}
#homepage #column2 a#previousArtists {
	display:block;
	width:150px;
	height:22px;
	background: url(images/subHeadings/previousArtistsState.gif) no-repeat top left;
	text-indent:-10000px;
}
#homepage #column2 a#featuredArtists:hover {
	background: url(images/subHeadings/featuredArtistsState.gif) no-repeat 0 -26px;
}
#homepage #column2 a#upcomingArtists:hover {
	background: url(images/subHeadings/upcomingArtistsState.gif) no-repeat 0 -26px;
}
#homepage #column2 a#previousArtists:hover {
	background: url(images/subHeadings/previousArtistsState.gif) no-repeat 0 -26px;
}

#homepage a.rightButton {
	display:block;
	background: url(images/buttons/rightButton.png) no-repeat top left;
	width:183px;
	height:21px;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	padding-left:11px;
	padding-top:4px;
}
#homepage a.rightButton:hover {
	display:block;
	background: url(images/buttons/rightButton.png) no-repeat 0 -28px;
	color:#006685;
	width:183px;
	height:21px;
	padding-left:11px;
	padding-top:4px;
}
#homepage a#signUpForFreeTickets {
	display:block;
	background: url(images/buttons/rightButton.png) no-repeat top left;
	width:194px;
	height:26px;
}

#homepage #signUpForFreeTickets:hover {
	display:block;
	background: url(images/buttons/rightButton.png) no-repeat 0 -27px;
	width:194px;
	height:26px;
}
#homepage a#readMore {
	display:block;
	background: url(images/buttons/readMore.png) no-repeat top left;
	width:194px;
	height:26px;
}
#homepage a#checkOutPhotos {
	display:block;
	background: url(images/buttons/checkOutPhotos.png) no-repeat top left;
	width:194px;
	height:26px;
}
#homepage a#findOutMore {
	display:block;
	background: url(images/buttons/findOutMore.png) no-repeat top left;
	width:155px;
	height:21px;
	padding-left:11px;
	padding-top:4px;
	font-weight:bold;
}
#homepage a#findOutMore:hover {
	display:block;
	background: url(images/buttons/findOutMore.png) no-repeat 0 -25px;
	width:155px;
	height:21px;
	padding-left:11px;
	padding-top:4px;
	color:#006685;
	text-decoration:underline;
	font-weight:bold;
}

#homepage a#registerForUpdates {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat top left;
	width:295px;
	height:45px;
}
#homepage a#registerForUpdates:hover {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat 0 -45px;
	width:295px;
	height:45px;
}

#homepage a#upComing{
	display:block;
	margin:15px 0 0 0;
	background: url(images/buttons/upComing.png) no-repeat top left;
	width:218px;
	height:52px;
	text-indent:-5000px;
}

/* FREE TICKETS */


#freeTickets {
	padding-top:288px;
	min-height:601px;
}
#freeTickets #column1 {
	float:left;
	width:445px;
	margin:0 0 0 48px;
}

#freeTickets #column1 #winFreeTicketsTitle {
	width:209px;
	height:22px;
}
#freeTickets #column1 #openingPara {
	width:290px;
	clear:left;
}

#freeTickets #column1 #ticketsFan {
	width:130px;
	float:right;
	/*margin-right:67px;*/
}
#freeTickets a#registerUpdates {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat top left;
	padding-left:11px;
	padding-top:4px;
	text-decoration:underline;
	font-weight:bold;
}
#freeTickets a#registerUpdates:hover {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat 0 -25px;
	font-weight:bold;
	color:#006685;
}



#freeTickets #column1 a#tourPhotos {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat top left;
	padding-left:11px;
	padding-top:4px;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
#freeTickets #column1 a#tourPhotos:hover {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat 0 -25px;
	font-weight:bold;
	color:#006685;
}
#freeTickets #column2 {
	float:right;
	width:298px;
	margin-right:48px;
}
#freeTickets #column2 #upcomingArtists {
	margin-top:10px;
}
#freeTickets #column2 div.bandLogos {
	width:127px;
	float:left;
	padding-bottom:10px;
}
#freeTickets #column2 ul {
	list-style:none;
	margin:14px 0 0 0;
	padding:0;
}
#freeTickets #column2 li {
	list-style:none;
	margin:0;
}
#freeTickets #column2 div.bandTxt {
	float:right;
	width:194px;
	padding-bottom:10px;
}
#freeTickets #column2 p.bands {
	margin:0 18px 0 10px;
}
#freeTickets a.rightButton {
	display:block;
	background: url(images/buttons/rightButton.png) no-repeat top left;
	width:183px;
	height:21px;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	padding-left:11px;
	padding-top:4px;
}
#freeTickets a.rightButton:hover {
	display:block;
	background: url(images/buttons/rightButton.png) no-repeat 0 -28px;
	color:#006685;
	width:183px;
	height:21px;
	padding-left:11px;
	padding-top:4px;
}
#freeTickets a#registerForUpdates {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat top left;
	width:295px;
	height:45px;
	text-indent:-10000px;
}
#freeTickets a#registerForUpdates:hover {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat 0 -45px;
	width:295px;
	height:45px;
}
#freeTickets a.bold {
	font-weight:bold;
	color:#006685;
}
#freeTickets #aboutPink {
	clear:both;
	padding-top:7px;
}

/* SHOUTOUT */

#shoutout {
	padding-top:288px;
	min-height:601px;
}
#shoutout.small {
	min-height:100px !important;
}
#shoutout #column-wide, #shoutout-small {
	margin:0 48px 0;
}
#shoutout #column1 {
	float:left;
	width:445px;
	margin:0 0 0 48px;
}
#shoutout #column2 {
	float:right;
	width:298px;
	margin-right:48px;
}
body#pink #column2 p#posterLink {
	color:#ffffff;
	margin:0;
	text-align:center;
	position:relative;
	top:-40px;
	width:170px;
	margin-left:60px;
}
body#pink #column2 #posterLink a {
	color:#f8c700;
	font-weight:bold;
}
#shoutout a#registerForUpdates {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat top left;
	width:295px;
	height:45px;
	text-indent:-10000px;
}
#shoutout a#registerForUpdates:hover {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat 0 -45px;
	width:295px;
	height:45px;
}
body#pink #column2 #posterContent {
	background: url(images/backgrounds/artistPosterBg.gif) repeat-y top left;
	margin:0;
}

div.shoutoutListInfo{font-weight:bold;float:left;width:200px;}
div.shoutoutListInfo p {margin-top:6px;margin-bottom:10px;}
div.shoutoutListInfo span{color:#006685;}

div.shoutoutListItem {
	width: 445px;
	background-color:transparent;
	margin:0px;
	padding:0px;
}
div.shoutoutListItem .first-ele {
	background: url(images/shoutout/shoutout-box-top2.png) no-repeat top left;
}
div.shoutoutListItem .last-ele {
	background: url(images/shoutout/shoutout-box-bot.png) no-repeat bottom left;
}

div.shoutoutListItem div.shoutoutMessage{
font-size:14px;
line-height:18px;
padding: 27px 22px 10px 22px; /* 27 + 18 + 10 = 55 */
}
div.shoutoutListItem div.shoutoutMeta{
font-weight:bold;
font-size:15px;
line-height:18px;
padding: 0px 22px 0px 22px; /* 5 + 18 + 22 = 45  */
height:45px
}
div.shoutoutListItem div.shoutoutMeta div.shoutoutName{
	color:#006685;
	float:left;
	width:250px;
	}
div.shoutoutListItem div.shoutoutMeta div.shoutoutCreatedOn{
	color:#888888;
	float:right;
	text-align:right;
	width:150px;
	}

/*
div.shoutoutListItem{
	padding:15px 0px;
	font-size:1.4em;
	font-weight:bold;
	border:0px dotted #E20372;
	border-bottom-width:1px;
}

div.shoutoutListItem span.shoutoutMessage{}
div.shoutoutListItem span.shoutoutCreatedOn{color:#DF378D;font-size:0.8em;}
*/

/* pagination */
div#pagerTop {float:left;width:245px;}
.pager {background-repeat:no-repeat;width:445px;padding:6px 0px 0px 0px;}
.pager ol {
	background-position:bottom;
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:0;
	float:right;
	}
.pager ol li {
	float:left;
	list-style:none;
	padding:0px 0px 0px 5px;
	color:#006685;
	font-weight:bold;
	font-size:12px;
	}
.pager ol li a, .pager ol li a:link, .pager ol li a:visited, .pager ol li a:hover, .pager ol li a:active, .pager ol li a:focus {
	text-decoration:none;
	font-weight:normal;
}

li#previous a.previous {
    float:left;
	position:relative;
	top:2px;
	width:12px;
	height:12px;
    text-indent:-10000px;

	}
li#next a.next {
    float:left;
    position:relative;
	top:2px;
	width:12px;
	height:12px;
    text-indent:-10000px;

}

li#previous a.previous {
	background: url(images/shoutout/previous.png) no-repeat top left;
	}
li#next a.next {
	background: url(images/shoutout/next.png) no-repeat top left;
	}

/* UPCOMING*/

#upComing {
	padding-top:288px;
	min-height:601px;
}
#upComing.small {
	min-height:100px !important;
}
#upComing #column-wide, #upComing-small {
	margin:0 48px 0;
}
#upComing #column1 {
	float:left;
	width:445px;
	margin:0 0 0 48px;
}
#upComing #column2 {
	float:right;
	width:298px;
	margin-right:48px;
}
body#pink #column2 p#posterLink {
	color:#ffffff;
	margin:0;
	text-align:center;
	position:relative;
	top:-40px;
	width:170px;
	margin-left:60px;
}
body#pink #column2 #posterLink a {
	color:#f8c700;
	font-weight:bold;
}
#upComing a#registerForUpdates {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat top left;
	width:295px;
	height:45px;
	text-indent:-10000px;
}
#upComing a#registerForUpdates:hover {
	display:block;
	background: url(images/buttons/registerForUpdates.png) no-repeat 0 -45px;
	width:295px;
	height:45px;
}
body#pink #column2 #posterContent {
	background: url(images/backgrounds/artistPosterBg.gif) repeat-y top left;
	margin:0;
}

/* GALLERY */

.effects-implode {
	z-index:50000;
}
.effects-explode {
	z-index:50000;
}

/* pop up */

#LargePopup {
	width:100%;
	text-align:center;
	position:absolute;
	z-index:2000000;
	left:0;
	top:0;
}
#largeThumbBg {
	background-color:#FFFFFF;
}
#loaderContainer {
	top:250px;
	position:absolute;
	left:0;
	z-index:2100000;
	margin:0 auto;
	width:100%;
}

#loader {
	background-color:#ffffff;
	margin:0 auto;
	height:48px;
	width:48px;
	padding:9px;
}
#galleryLarge {
	margin-top:20px;
	width:100%;
	left:0;
	position:absolute;
	z-index:3000000;
}
#largeControls {
	width:640px;
	margin:0 auto;
	font-size:14px;
	position:absolute;
	left:20px;
	top:520px;
}
#shadowBox {
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color:#000000;
	width:100%;
	height:1500px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	z-index:1000000;
	left:0;
	top:0;

}
#slideshow-Large {
	margin-top:20px;
}
#popupContainer {
	display:none;
}
#thumbContainer {
	display:none;
}

#largePreviousArrow a {
	color:#000000 !important;
	float:left;
	width:200px;
	font-size:14px;
	text-align:left;
	text-decoration:none;
}
#largeNextArrow a {
	color:#000000 !important;
	float:right;
	width:200px;
	font-size:14px;
	text-align:right;
	text-decoration:none;
}
#close {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	position:absolute;
	left:0;
	top:20px;
	margin:0 auto;
	width:100%;z-index:4000000;
}
#close a {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	left:-328px;

}

/* end popup */

#galleryViewer {
	position:absolute;
	z-index:1000;
	top:43px;
	margin-left:14px;
	height:295px;
	width:880px;
	background: url(images/backgrounds/galleryBg.jpg) no-repeat top left;

}
#smallLoader {
 	position:absolute;
 	width:48px;
 	height:48px;
 	z-index:1999;
 	top:123px;
 	left:416px;
}

/* social networks */
#galleryViewer #socialNetworks {
	width:293px;
	height:19px;
	position:absolute;
	left:291px;
	top:250px;
	z-index:20000;
}
#socialNetworks a {
	display:block;
	float:left;
	width:19px;
	height:19px;
	margin:0 4px;
	text-indent:-5000px;
	background-repeat:no-repeat;
}
	#socialNetworks #facebook { background-image:url(images/icons/icon-facebook.gif); }
	#socialNetworks #myspace  { background-image:url(images/icons/icon-myspace.gif); }
	#socialNetworks #imbee    { background-image:url(images/icons/icon-imbee.gif); }
	#socialNetworks #twitter  { background-image:url(images/icons/icon-twitter.gif); }

#galleryViewer #socialNetworks #enlarge {
	float:right;
	margin-right:7px;
}
#galleryViewer #socialNetworks #enlarge span {
	float:left;
	margin:3px 6px;
}
#galleryViewer #socialNetworks .maximize {
	display:inline;
	margin-right:6px;
}
#galleryViewer #socialNetworks .minimize {
	display:inline;
}
#galleryViewer #socialNetworks #enlarge a {
	display:inline !important;
	float:none !important;
	width:19px !important;
	height:19px !important;
	margin:0 !important;
	text-indent:0 !important;
}

/* end social networks */

#galleryViewer #slideShow {
	width:280px;
	height:210px;
	background-color:#000000;
	position:absolute;
	left:296px;
	top:29px;
	z-index:20000;
}

/* VIDEO SLIDE SHOW */
#galleryViewer #video {
	display:none;
	width:280px;
	height:210px;
	background-color:#000000;
	position:absolute;
	left:296px;
	top:29px;
	z-index:5000000;
}

/* END VIDEO SLIDE SHOW */

#galleryViewer div.slideShow p.noscript {
	color:#FFFFFF;
	text-align:center;
	padding-top:80px;
}
#galleryViewer div.slideShow img {
	width:280px;
	height:210px;
}

/* VIDEO ARROWS */

#galleryViewer #videoPrev {
	display:none;
	position:absolute;
	z-index:50000;
	width:177px;
	height:147px;
	left:68px;
	top:68px;

}
#galleryViewer #videoPrev a {
	display:block;
	width:177px;
	height:147px;
	background: url(images/gallery/prevArrowOn.jpg) no-repeat top left;
	text-indent:-10000px;
}

#galleryViewer #videoNext {
	display:none;
	position:absolute;
	z-index:50000;
	width:177px;
	height:147px;
	left:630px;
	top:68px;
}
#galleryViewer #videoNext a {
	display:block;
	width:177px;
	height:147px;
	background: url(images/gallery/nextArrowOn.jpg) no-repeat top left;
	text-indent:-10000px;

}

/* END VIDEO ARROWS */

#galleryViewer #previousArrow {
	float:left;
	width:177px;
	height:147px;
	margin-top:68px;
	margin-left:68px;
}
#galleryViewer #nextArrow {
	float:right;
	width:177px;
	height:147px;
	margin-top:68px;
	margin-right:73px;
}
#galleryViewer #previousArrow a {
	display:block;
	width:177px;
	height:147px;
	background: url(images/gallery/prevArrowOn.jpg) no-repeat top left;
	text-indent:-10000px;
}
#galleryViewer #previousArrow a.blueArrow {
	background: url(images/gallery/prevArrowOn.jpg) no-repeat 0 -147px;
}
#galleryViewer #nextArrow a {
	display:block;
	width:177px;
	height:147px;
	background: url(images/gallery/nextArrowOn.jpg) no-repeat top left;
	text-indent:-10000px;
}
#galleryViewer #nextArrow a.blueArrow {
	background: url(images/gallery/nextArrowOn.jpg) no-repeat 0 -147px;
}
#galleryViewer #fullLink, #galleryViewer #largeImg {
	display:none;
}
#gallery {
	padding-top:288px;
	min-height:601px;
}
#gallery #column1 {
	float:left;
	width:495px;
	margin:0 0 0 48px;
}
#gallery #column1 h2 {
	display:block;
	width:275px;
	height:23px;
	text-indent:-5000px;
}
#gallery #column1 h2#rogueTradersTitle {
	background:url(images/gallery/rogueTradersTitle.png) no-repeat 0 0;
}
#gallery #column1 h2#fallOutBoyTitle {
	background:url(images/gallery/fallOutBoyTitle.png) no-repeat 0 0;
}
#gallery #column1 #nextP {
	position:relative;
	top:2px;
}
#gallery #column1 #previousP {
	position:relative;
	top:2px;
}
#gallery #column1 p.galleryDescription {
	width:446px;
	margin:0 !important;
	padding:15px 0 0 0 !important;
	clear:both;
}


/* VIDEO SECTION */

#gallery ul#videoPager {
	list-style-type:none;
	margin:none;
	padding:none;
}
#gallery ul#videoPager li {
	list-style-type:none;
	margin:none;
	padding:none;
	float:left;
	margin-right:7px;
}
#gallery ul#videoPager li img {
	border:0;
}
* html ul#videoPager li {
	display:inline;
}
#gallery .opaque {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#gallery .nPageArrow {
	text-decoration:none;
}
#gallery .pPageArrow {
	text-decoration:none;
}

/* END VIDEO SECTION */




/* thumbnails */
#gallery #column1 ul.thumbs {
	clear:both;
	margin:0;
	padding:0;
}
#gallery #column1 ul.thumbs li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 5px 0px 0;
	padding:0;
	background-color:#ffffff;
}
#gallery #column1 ul.thumbs li a {
	display:block;
}
#gallery #column1 ul.thumbs li a:hover {
	opacity:0.8 !important;
	filter:alpha(opacity=80) !important;
	background:#ffffff !important;
}
#gallery #column1 ul.thumbs li.selected {
	opacity:0.8 !important;
	filter:alpha(opacity=80) !important;
	background:#ffffff !important;
}

#gallery #column1 l.thumbs a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
#gallery #column1 ul.thumbs img {
	border:medium none;
	display:block;
}
#gallery #column1 div.pagination {
	font-size:10px !important;
	width:383px;
	height:24px;
	margin-top:10px;
	background: url(images/gallery/photoBg.png) no-repeat top left;
	padding-left:60px;
	padding-right:7px;
	padding-top:10px;
	text-align:right;
}
#gallery #column1 div.pagination a {
	font-size:12px;
}

#gallery #column1 div.pagination strong {
	color:#006685;
	font-size:12px;

}
#gallery #column1 ul#pagingList{
	display:inline;
	list-style:none;
	margin:0 !important;
	padding:0;
}
#gallery #column1 #pagingList li{
	float:left;
	list-style:none;
	margin:0 !important;
	padding:0;
}
#gallery #column1 div#sort{
	float:left;
	font-size:12px;
	margin-right:7px;
	font-weight:bold;
}
#gallery #column1 div#sort a {
	text-decoration:underline !important;
}
#gallery #column1 div#sort a#selectedSort {
	font-weight:bold !important;
	color:#006685 !important;
}
#gallery #column1 div#sort select {
	border:1px solid #000;
	font-size:9px;
}
#gallery #column1 div.navigation div.bottom {
	margin-top:12px;
}
#gallery #column1 div.pagination a {
	margin-right:4px;
	padding:0;
	text-decoration:none;
}
#gallery #column1 div.pagination strong {
	margin-right:4px;
	padding:0;
	text-decoration:underline;
	font-weight:bold;
}
#gallery #column1 div.pagination a:hover {
	text-decoration:none;
}
#gallery #column1 div.navigation {
	width:495px;
	float: left;
}
/* controls */
#gallery #column1 div.controls {
	height:23px;
}
#gallery #column1 div.ss-controls {
	float:left;
}
#gallery #column1 div.ss-controls span {
	color:#666666;
	cursor:pointer;
}
#gallery #column1 div.nav-controls {
	float:right;
}
#gallery #column1 div.nav-controls a {
	padding:5px;
}


#gallery #column2 {
	float:right;
	width:321px;
	margin-right:25px;
}
#gallery #column2 div.bandLogos {
	width:127px;
	float:left;
	padding-bottom:10px;
}

#gallery #column2 a#fallOutBoy {
	display:block;
	width:130px;
	height:22px;
	background: url(images/gallery/fallOutBoyState.gif) no-repeat top left;
	text-indent:-10000px;
}
#gallery #column2 a#fallOutBoy:hover {
	background: url(images/gallery/fallOutBoyState.gif) no-repeat 0 -26px;
}
#gallery #column2 a#rogueTraders {
	display:block;
	width:150px;
	height:22px;
	background: url(images/gallery/rogueTradersState.gif) no-repeat top left;
	text-indent:-10000px;
}
#gallery #column2 a#rogueTraders:hover {
	background: url(images/gallery/rogueTradersState.gif) no-repeat 0 -26px;
}


#gallery #column2 ul {
	list-style:none;
	margin:14px 0 0 0;
	padding:0;
}
#gallery #column2 li {
	list-style:none;
	margin:0;
}
#gallery #column2 div.bandTxt {
	float:right;
	width:194px;
	padding-bottom:10px;
}
#gallery #column2 p.bands {
	margin:0 18px 0 10px;
}


/* ABOUT US */

#aboutUs {
	padding-top:288px;
	min-height:601px;
}

#aboutUs #column1 {
	float:left;
	width:445px;
	margin:0 0 0 48px;
}
#aboutUs #column1 div#poster {
	margin:0;
	left:-8px;
	position:relative;
	padding:0;
}
#aboutUs #column1 div#poster .arrow {
	vertical-align:text-top;
}
#aboutUs #column1 div#poster p {
	margin:0;
	padding:0;
}
#aboutUs #column1 div#poster .firstLargeGreen {
	font-size:15px;
	font-weight:bold;
	color:#006685;
}
#aboutUs #column1 div#poster .largeGreen {
	font-size:15px;
	font-weight:bold;
	color:#006685;
	display:inline-block;
	width:140px;
	text-align:right;
}
#aboutUs #column1 div#posterContent {
	background: url(images/backgrounds/blankPoster.gif) repeat-y top left;
	text-align:left;
	padding:0 15px 0 15px;

}
#aboutUs #column1 div#posterContent p.arrowTxt {
	margin-left:140px;
}
#aboutUs #column1 div#posterContent p.schedule {

	margin-bottom:13px;
}
#aboutUs #column1 div#posterContent p.finalSchedule {

}

#aboutUs #column1 div#posterTop {
	width:445px;
	height:31px;
}
#aboutUs #column1 div#posterBottom {
	width:445px;
	height:28px;
}
#aboutUs #column1 a#registerWin {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat top left;
	padding-left:11px;
	padding-top:4px;
	text-decoration:underline;
	font-weight:bold;
}
#aboutUs #column1 a#registerWin:hover {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat 0 -25px;
	font-weight:bold;
	color:#006685;
}
#aboutUs #column2 a#contactUs {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat top left;
	padding-left:11px;
	padding-top:4px;
	text-decoration:underline;
	font-weight:bold;
	margin-top:10px;
	margin-left:15px;
}
#aboutUs #column2 a#contactUs:hover {
	width:244px;
	height:21px;
	display:block;
	background: url(images/buttons/tourPhotos.png) no-repeat 0 -25px;
	font-weight:bold;
	color:#006685;
	margin-top:10px;
}

#aboutUs #column2 {
	float:right;
	width:294px;
	margin-right:52px;
	font-size:12px;
}
#aboutUs #column2 p {
	margin-bottom:23px;
	margin-top:0;

}
#aboutUs #column2 p.answerPara {
	font-size:10px;
	margin-bottom:12px;
}

#aboutUs #column2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
#aboutUs #column2 li {
	margin-bottom:19px;
}
#aboutUs #column2 #faqScroll {
	height:500px;
	overflow:auto;
	width:310px;
}

#aboutUs .answerImg {
	width:15px;
	float:left;
}
#aboutUs .answerTxt {
	width:268px;
	margin-left:10px;
	float:right;
}



/* TERMS & CONDITIONS */


#termsConditions {
	margin-right:42px;
	margin-left:98px;
	width:510px;
}
#termsConditions .blueNumber {
	color:#006685;
	font-weight:bold;
	font-size:11px;
}
#termsConditions ul {
	font-size:12px;
}
#termsConditions li {
	list-style-image: url(images/terms/bullet.gif);
}
#termsConditions h1 {
	font-size:14px;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	color:#006685;
}
#termsConditions img#ticketComp {
	margin-top:20px;
}


#termsConditions a#findOutMore{
	display:block;
	margin:30px 0 23px 0;
	background: url(images/buttons/findOutMore.png) no-repeat top left;
	width:207px;
	height:55px;
}

#termsConditions a#upComing{
	display:block;
	margin:15px 0 0 0;
	background: url(images/buttons/upComing.png) no-repeat top left;
	width:218px;
	height:52px;
}


/* TRUE FANS ONLY QUIZ */

#container_truefans {
    width:900px;
	margin:0 auto;
	text-align:left;
	background: url(images/backgrounds/fence_truefans.jpg) repeat-y top left;

}

#trueFans {
	padding-top:288px;
	min-height:601px;

}

#trueFans .quizTitle {
    margin-bottom:14px !important;
}
#trueFans p.intro {
    margin:0 !important;
    padding:14px 0 14px 0 !important;
}

#trueFans .warning {
	font-weight:bold;
    color:#ff0000;
}

#trueFans input.startTheQuiz {
    float:right;
    width:120px;
    margin-right:18px;
}
#trueFans a#startTheQuiz {

	background: url(images/buttons/findOutMore.png) no-repeat top left;
	width:127px;
	height:19px;
	padding-left:30px;
	padding-top:6px;
	font-weight:bold;
    float:right;
    font-size:11px;
    margin-right:105px;
    margin-top:17px;
}

#trueFans a#startTheQuiz:hover {

	background: url(images/buttons/findOutMore.png) no-repeat 0 -25px;
	width:127px;
	height:19px;
	padding-left:30px;
	padding-top:6px;
	color:#006685;
	text-decoration:underline;
	font-weight:bold;
}


#trueFans label {
	float:left;
	margin-right:12px;
	width:170px;
	vertical-align:top;
	padding:2px 0;
    font-weight:bold;
}
#trueFans label.error {
    clear:both !important;
    margin:0 !important;
    margin-right:0 !important;
    color:#ff0000 !important;
    font-size:9px !important;
    display:block;
    text-align:right;
}
#trueFans input {
	width:240px;
    margin:0 !important;
}

#trueFans #column1 {
	float:left;
	width:532px;
	margin:0 0 0 48px;
}
#trueFans p {
    margin:0 !important;
    padding:0 !important;
    margin-top:17px !important;
}
#trueFans p.either {
    position:absolute;
    margin:0! important;
    padding:0 !important;
}



form#quiz input {
    width:16px;
    height:1.2em;
    width:1.2em;
    float:left;
    margin:0 !important;
    padding:0 !important;
    margin-left:21px !important;
    margin-right:8px !important;
}

form#quiz label {
    float:none;
}
form#quiz p {
    margin:0 !important;
    padding:0 !important;
    margin-bottom:9px !important;
}
form#quiz p.finished {
    margin:0 !important;
    padding:0 !important;
    padding-top:26px !important;
    margin-bottom:22px !important;
    border-top: solid 1px #000000;
}
form#quiz a#submitQuiz {
    display:block;
    width:193px;
    height:48px;
    background:url(images/truefans/submitQuiz.png) no-repeat top left;
    text-indent:-10000px;
}

form#quiz h3 {
    padding:13px 0 0 30px;
    font-size:15px;
    font-weight:bold;
    margin-bottom:8px;

}
form#quiz h3.one {
    background:url(images/truefans/one.gif) no-repeat 10px 0;
}
form#quiz h3.two {
    background:url(images/truefans/two.gif) no-repeat 10px 0;
}
form#quiz h3.three {
    background:url(images/truefans/three.gif) no-repeat 10px 0;
}
form#quiz h3.four {
    background:url(images/truefans/four.gif) no-repeat 10px 0;
}
form#quiz h3.five {
    background:url(images/truefans/five.gif) no-repeat 10px 0;
}
form#quiz h3.six {
    background:url(images/truefans/six.gif) no-repeat 10px 0;
}
form#quiz h3.seven {
    background:url(images/truefans/seven.gif) no-repeat 10px 0;
}
form#quiz h3.eight {
    background:url(images/truefans/eight.gif) no-repeat 10px 0;
}
form#quiz h3.nine {
    background:url(images/truefans/nine.gif) no-repeat 10px 0;
}
form#quiz h3.ten {
    background:url(images/truefans/ten.gif) no-repeat 0 0;
}

.largeBold {
    font-size:15px;
    font-weight:bold;
}
.wellDone {
    font-size:20px !important;
    font-weight:bold;
}

#time1 {
    display:none;

}
#time2 {
    display:none;
}
#time3 {
    height:28px;
    position:absolute;
    top:355px;
    left:660px;
}
#time3 .zero {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -339px;
    float:left;
}
#time3 .one {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 0px;
    float:left;
}
#time3 .two {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -37px;
    float:left;
}
#time3 .three {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -75px;
    float:left;
}
#time3 .four {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -113px;
    float:left;
}
#time3 .five {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -150px;
    float:left;
}
#time3 .six {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -188px;
    float:left;
}
#time3 .seven {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -226px;
    float:left;
}
#time3 .eight {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -263px;
    float:left;
}
#time3 .nine {
    width:18px;
    height:28px;
    background:url(images/truefans/sprite.gif) no-repeat 0 -301px;
    float:left;
}
.timeDiv {
    color:#060606;
    font-weight:bold;
    font-size:20px;
    width:7px;
    float:left;
}




/* FOOTER
-------------------------------*/

#footer {
	margin:0 !important;
	padding:0;
	width:100%;
	text-align:center;
	background-color:#ffffff;
}

#footer ul {
	background-color:#ffffff;
	font-size:11px;
	list-style:none;
	display:block;
	padding:0 !important;
	margin:0 !important;
}
#footer li {
	list-style:none;
	display:inline;
	padding-bottom:16px;
	margin-right:15px;
	background-color:#ffffff;
}
#footer li.txt {
	position:relative;
	top:-15px;
	background-color:#ffffff;
}


#footer li#logoLoz {
	padding-top:0;
	margin:0;
	background-color:#ffffff;
}
#footer li#u18 {
	padding:0;
	margin:0 15px 0 0;
	background-color:#ffffff;
}
#footerPattern {
	width:899px;
	height:59px;
	margin:0 !important;
	clear:both;
}




/*
* sIFR version 3 (revision 419)
*
* Copyright: 2006 Mark Wubben.
* Author: Mark Wubben, <http://novemberborn.net/>
--------------------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}

/*---- Header styling ---*/
.sIFR-active h1 {
	visibility: hidden;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	padding-bottom:0;
	font-size: 43px;

}
