/* CSS Document */
#leftColumnHalf {
	padding:40px 23px;
	width:402px;
}

* html #leftColumnHalf {
	width:385px;
}

#rightColumnHalf, .rightColumnHalf {
	padding:40px 33px;
	width:382px;
	margin:0 0 0 20px;
}

.rightColumnHalf {
	margin-bottom: 20px;
}

.equal-heights-introduction {
	min-height: 1050px;
}

* html .equal-heights-introduction {
	height: 1050px;
}

.equal-heights-tickets {
	min-height: 950px;
}

* html .equal-heights-tickets {
	height: 950px;
}

.equal-heights-discounts {
	min-height: 820px;
}

* html .equal-heights-discounts {
	height:820px;
}

.equal-heights-backstage {
	min-height: 502px;
}

* html .equal-heights-backstage {
	height: 502px;
}

.equal-heights-contact {
	min-height: 680px;
}

* html .equal-heights-contact {
	height: 680px;
}

.equal-heights-press {
	min-height: 340px;
}

* html .equal-heights-press {
	height: 340px;
}

.equal-heights-feedback {
	overflow:auto;
	height:450px;
}

* html .equal-heights-feedback {
	overflow:auto;
	height:450px;
}

.bigger {
	font-size: 30px;
	font-weight: bold;
	color: #ffdd02;
	padding-bottom: 12px !important;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #ffdd02;
	padding-bottom: 12px !important;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #ffdd02;
	padding-bottom: 12px !important;
}

#fullWidth {
	padding:40px 23px;
	width:870px;
}

/* Introduction page */

#introductionPics {
	float: left;
	width: 116px;
	height: 385px;
}

#introductionPics img {
	behavior: url(/css/iepngfix.htc);
}

#introductionText {
	float: left;
	width: 266px;
	margin-left: 20px;
}


/* Gallery page */

#gallery {
	margin-top: 28px;
}

#gallery img{
	border: 2px solid white;
	display: block;
	float: left;
	margin: 0 14px 14px 0;
}

.imgBorder {
	border: 2px solid white;
	}

/* Tour Dates page */

table.tourDates {
	width: 100%;
	margin-top: 0px;
}

.tourDates td {
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	padding:0;
	}
	
#ticketingNumbers {
	padding-top: 15px;
	border: 1px solid white;
	text-align: center;
	margin-bottom: 20px;
}

/* Backstage */

#form-pot {
	position: absolute;
	left: -1000px;
}

.backstageForm table {
	width: 100%;
	margin-top: 20px;
}

.backstageForm td, .backstageForm input, .backstageForm textarea {
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	padding:0;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	}
	
.backstageForm input, .backstageForm textarea {
	width: 200px;
	margin-bottom: 10px;
	color:#000000;
}

.backstageForm .checkbox {
	width: 20px !important;
	margin: 0 !important;
	line-height: 14px !important;
}

.backstageForm .button {
	width: 100px !important;
	color: black;
}

.bulleted-list li {
	list-style: none;
	background-image:url(../images/bullet-arrow.png);
	background-repeat:no-repeat;
	behavior: url(/css/iepngfix.htc);
	background-position: 0 3px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color:#ffdd02;
	font-weight: bold;
	font-size:12px;
	line-height:16px;
	padding: 2px 0 2px 20px;
}

ul.bulleted-list {
	padding:5px 0 25px 0px;
	margin: 0;
	/* width: 90%; */
}

#thanksForSubscribing {
	padding-top: 15px;
	border: 1px solid white;
	text-align: center;
	margin-bottom: 20px;
}


/* Feedback page */

p.commenter {
	font-size: 11px !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
	border-bottom: 1px dotted white !important;
	color: #ffdd02 !important;
}
