/*
©2009 Bam Creative

Author : Jay Hollywood | Bam Creative

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	background: url(../art/bg.jpg) repeat-x top center #185da3;
}
/*-------------------------------------------------------- LINK */


a {
	color: #5392f5;
	text-decoration: underline;
}
a:hover {
	color: #92b7f1;
}
/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}
h1 {
	font-size: 3.4em;
	padding: 0 0 6px 0;
	color: #fff;
}
h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
	font-weight: bold;
	color: #fff;
}
h2 .highlight {
	color: #d2e6fa;
}
h3 {
	font-size: 2.2em;
	padding: 0 0 6px 0;
	color: #fff;
}
h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	color: #d2e6fa;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}
/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}
/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}
#content li, body#tinymce li {
	font-size: 100%;
	line-height: 1.6em;
}
#content ul li, body#tinymce ul li {
	list-style:circle;
}
/*-- nested lists --*/
#content ul ul, body#tinymce ul ul {
	padding: 0 0 0 1.5em;
}
#content ol ol, body#tinymce ol ol {
	padding: 0 0 0 1.5em;
}
/*------------------------------------------------------ LAYOUT */


#container {
	width:960px;
	margin: 0 auto; /* negative value must be the same height as footer (for stickyness) */
	position: relative;
}
#header {
	position: relative;
	width: 870px;
	left: 45px;
	z-index:1;
	height: 938px;
	padding: 20px 0 0 0;
}
a#get-tickets {
	width: 306px;
	height: 222px;
	display: block;
	background: url(../art/gettickets.png) no-repeat 0 0;
	right: -30px;
	position: absolute;
	top: 0;
	text-indent:-9999px;
	cursor: pointer;
}
a#get-tickets:hover {
	background: url(../art/gettickets.png) no-repeat -306px 0;
}
#acts {
	width: 468px;
	height: 180px;
	display: block;
	background: url(../art/acts.png) no-repeat;
	position: absolute;
	top: 540px;
	text-indent: -9999px;
	left: -55px;
}
#feature-points {
	width: 189px;
	height: 166px;
	display: block;
	background: url(../art/points.png) no-repeat;
	top: 550px;
	right: 0;
	position: absolute;
	text-indent: -9999px;
}
#feature-points ul {
	list-style: none;
}
#header-content {
	top: 720px;
	position: absolute;
	width: 870px;
}
#header-content h2 {
	color: #422f2c;
	font-size: 3em;
	font-weight: normal;
	padding: 0 0 4px 0;
}
#header-content h3 {
	color: #124e8e;
	font-size: 2em;
	padding: 0 0 10px 0;
}
#header-content h4 {
	color: #141414;
	font-weight: normal;
	padding: 10px 0;
	letter-spacing: 0;
}
#header-welcome {
	width: 425px;
	float: left;
}
#header-info {
	width: 425px;
	float: right;
	text-align: right;
}
#header-info img {
	margin: 0 4px;
}
#flash {
	position: absolute;
	width: 870px;
	left: 45px;
	top: 0;
}
#content {
	width: 870px;
	text-align: left;
	position: relative;
	left: 45px;
	background: url(../art/contentbg.gif) no-repeat 0 41px;
	overflow: hidden;
}
#content-carousel {
	width: 830px;
	margin: 20px;
	overflow: hidden;
	display: block;
	position: relative;
	height: 350px
}
#content-carousel ul.carousel-slider {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content-carousel ul li {
	width: 830px;
	float: left;
	text-align: left;
	margin: 0;
	list-style: none;
	padding: 0;
	color: #fff;
}

#content-carousel ul li ul {
	padding: 0;
	margin: 10px 0 15px 10px;
	float: left;
	display: inline;
}
#content-carousel ul li ul li {
	float: left;
	width: 350px;
	background: url(../art/list-style.gif) no-repeat;
	padding: 0 0 5px 20px;
}
#content-carousel h3 {
	font-weight: bold;
}
#content-carousel h4 {
	font-size: 1.6em;
}
a#buy-tickets-online {
	width: 361px;
	height: 116px;
	display: block;
	background: url(../art/buyticketsonline.gif) no-repeat 0 0;
	text-indent:-9999px;
}
a#buy-tickets-online:hover {
	background: url(../art/buyticketsonline.gif) no-repeat 0 -116px;
}
#footer {
	width: 100%;
	background: url(../art/footerbg.jpg) no-repeat top center;
	height: 214px;
	display: block;
}
#footer-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#sponsors {
	text-indent: -9999px;
	background: url(../art/sponsors.gif) no-repeat;
	width: 281px;
	height: 59px;
	display: block;
	position:absolute;
	top: 53px;
	left: 195px;
}
#sponsors ul {
	list-style: none;
}
a#get-tickets-footer {
	width: 258px;
	height: 160px;
	display: block;
	background: url(../art/ticketsfooter.gif) no-repeat 0 0;
	right: 4px;
	position: absolute;
	top: -34px;
	text-indent:-9999px;
}
a#get-tickets-footer:hover {
	background: url(../art/ticketsfooter.gif) no-repeat 0 -160px;
}
#footer-links {
	position: absolute;
	top: 145px;
	font-size: .95em;
	width: 780px;
	left: 140px;
	color: #c1f390;
}
#footer-links a {
	color: #fff;
	text-decoration: none;
}
#footer-links a:hover {
	color: #dcf7c2;
}
#copyright {
	float: left;
}
#credits {
	float: right;
}
/* TABLES ------------------------------------------------------ TABLES */

/*-- data table --*/
table {
	border: 3px solid #1a407c;
	border-bottom: none;
	border-right: none;
}
table th, table td {
	border-right: 3px solid #1a407c;
	border-bottom: 3px solid #1a407c;
	padding: 4px;
	text-align: left;
	line-height: normal;
}
table th {
	background-color: #355e9f;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	color: #fff;
	line-height: normal;
}
table td {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	background: #082657;
}
table td.right {
	text-align: right;
}


tr.alternate td{
	background-color:#07214d;	
}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}
.column-left {
	width: 400px;
	float: left;
}
.column-right {
	width: 400px;
	float: right;
}
