@charset "utf-8";
/****************************************/
/* stylesheet for eden sessions website */
/****************************************/

/****************
* html elements *
****************/
* {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#222222;
	background-color:#000000;
}

h1, h2, h3, h4, h5 {
	letter-spacing:-1px;
	color:#000000;
}

img {
	border:none;
}

a, a:visited, a:link, a:active {
	color:#ff0099;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.moreInfo a, .moreInfo a:visited, .moreInfo a:link, .moreInfo a:active {
	color:#FFFF33;
	text-decoration:none;
}

.moreInfo a:hover {
	text-decoration:underline;
}

h3.promoTitle {
	font-size:110%;
	background-color:#ffffff;
	color:#000000;
	display:inline;
	padding:0 5px;
}

p.promoStrap {
	font-size:90%;
	background-color:#ffffff;
	color:#ff0099;
	display:inline;
}
p.moreInfo {
	font-size:90%;
	color:#FFFF80;
	background-color:#000000;
	display:inline;
}

p {
	margin-bottom:10px
}

ul {
	margin-left:30px;
}
/**********************
* structural elements *
**********************/
#wrapper {
	width:930px;	
	padding:0px 20px;
	background-color:#000000;
	margin: 0px auto;
}

#masthead {
	height:370px;
	background-color:#ffffff;
	background-image:url(../images/structure/headerbanner.jpg);
}

#content {
	width:100%;
/*	background-color:#ffffff;*/
}

#leftColumn {
	float:left;
	width:700px;
	background-color:#ffffff;
}

#leftColumnHeader {
	background-image:url(../images/content/content-header-bg.gif);
	height:80px;
	width:700px;
}

#leftColumnContent {
	/*padding:0 10px;*/
}

/********************************************/
/* tickets page repeating entry for artists */
.artistTickets {
	width:335px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.artistTickets .artistName {
}

.artistTickets .supportName {
	color:#444444;
}

.artistTickets .gigDate {
	color:#FF0099;
	font-size:80%;
	font-weight:bold;
}

.artistTickets .otherInfo {
}

.artistTicketsLeft {
	/*background-color:red;*/
	float:left;
	padding:5px;
	width:120px;
}

.artistTicketsRight {
/*	background-color:blue;*/
	float:right;
	width:200px;
}
/*****************************************************/

/********************************************/
/* Line-up page repeating entry for artists */
.artistLineup {
	width:335px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.artistLineup .artistName {
}

.artistLineup .supportName {
	color:#444444;
}

.artistLineup .gigDate {
	color:#FF0099;
	font-size:80%;
	font-weight:bold;}

.artistLineup .otherInfo {
}

.artistLineupLeft {
	/*background-color:red;*/
	float:left;
	padding:5px;
	width:120px;
}

.artistLineupRight {
/*	background-color:blue;*/
	float:right;
	width:200px;
}
/*****************************************************/

.artistInfo {
	/*border:#ff0000 thin solid;*/
}

.artistInfoLeft {
	width:340px;
	float:left;
	margin-right:20px;
/*	background-color:#00CC99;*/
}

.artistInfoRight {
	width:330px;
	padding-right:10px;
	float:right;
}

.artistInfo .ticketDetails {
	color:#FF0099;
	font-weight:bold;
	font-size:90%;
}

.artistInfo .ticketDetailsLeft {
	color:#FF0099;
	float:left;
	width:60%;
/*	font-size:80%;*/
}

.artistInfo .ticketDetailsRight {
	float:right;
	width:40%;
	text-align:center;
}


#rightColumn {
/*	height:500px;*/
	/*margin-left:720px;*/
	float:right;
	width:210px;
	/*background-color:#000000;*/
	background-image:url(../images/content/promo-column/brick-bg.jpg);
}

#rightColumn .header {
	background-image:url(../images/content/promo-column/promo-header.jpg);
	height:65px;
	padding-left:5px;
}

#rightColumn .header h2 {
	text-transform:capitalize;
	font-size:135%;
}

#rightColumn .rightColumnContent {
	padding:0 10px 10px 10px;
}

#rightColumn .promoEntry .promoEntryLeft {
	margin-top:10px;
	float:left;
	width:90px;
}

#rightColumn .promoEntry .promoEntryRight {
	float:right;
}

#footer1 {
	width:930px;
	height:250px;	
	background-color:#CCCCCC;
	display:none;
}

#footer2 {
	font-size:80%;
	width:930px;
	background-color:#AAAAAA;
}

#footer2 .footerLine1 {
	background-color:#fbee01;
}

#footer2 .footerLine2 {
	background-color:#549ecf;
}

#footer2 .footerLine3 {
	padding:10px;
	text-align:right;
	color:#ffffff;
	background-color:#1a1a1a;
}

/************************
* miscellaneous classes *
************************/

.bold {
	font-weight:bold;
}

.centre {
	text-align:center;
}

.italic {
	font-style:italic;
}

.floatLeft {
	float:left;
	width:auto;
}

.floatRight {
	float:right;
	width:auto;
}

.clearFloats {
	clear:both;
}

.linkSpace {
	height:20px;
}

/* between site navigation and content area */
.linkSpace.filler1 {
/*	background-color:#FF0066;*/
}

/* between row1 and row2 in content area */
.linkSpace.filler2 {
/*	background-color:#FF0066;*/
}

/*between end of content area and footer 1 */
.linkSpace.filler3 {
/*	background-color:#FF0066;*/
	display:none;
}

/* between footer 1 and footer 2 */
.linkSpace.filler4 {
/*	background-color:#FF0066;*/
}

.divider {
	background-image:url(../images/structure/hr-small.jpg);
	height:4px;
	margin:10px 0;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
}

.pageTitle h1 {
	padding: 0 5px;
	background-color:#ffec00;
	display:inline;
/*	line-height:49px;*/ /* remove one pixel gap between this and the spacer area above in Firefox */

}

.pageTitle h2 {
	background-image:url(../images/content/h2-indent.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 5px;
	background-color:#000000;
	color:#ffffff;
	display:inline;
/*	line-height:20px; *//* remove one pixel gap between this and the main heading above in Firefox */
/*	height:30px; */
	padding-left:45px;
}

.pageTitle {
/*background-color:red;*/
/*	height:34px;*/
}

/* MAILING LIST */
#mailing-list-form {
	/*background-color:#000000;*/
}
#mailing-list-form fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #333;
}

#mailing-list-form legend {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;

}

#mailing-list-form label {
	color: #000000;
	width: 40%;
	float: left;
	margin-top: 0;
}
#mailing-list-form p {
	padding: 0;
	margin-bottom:5px;
}
#mailing-list-form input {
}

#mailing-list-form button {
	float: right;
}

/* holiday extras mini booking engine related styles */

#hotel_details label, #arrivalCal label, #park_details .input label {
	background-color:#ffffff;
	color:#000000;
}

#hotel_details, #arrivalCal {
	margin-top:10px;
}

#parkCal {
	display:none;
}

form#hxEmbed {
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:1px dotted #D8CD01;
}

form#hxEmbed #submitButton{
	text-align:right;
}

form#hxEmbed #submitButton input{
	background:none;
	background-image: url('/images/structure/hx-search-button.png');
	border:none;
	padding:0px;
	margin:0px;
	width:50px;
	height:22px;
}