/**
 * Lee Turver (www.leeturver.co.uk)
 * Copyright 2010
 */
 
/*
 * General Styles
 */ 
html { overflow-y: scroll; }
body { margin: 0; padding: 0; background: #141414; font-family: Arial, Tahoma, Verdana, Sans-serif; font-size: 0.75em; color: #999999; text-align: center; }
img { border: 0; }
h4 { color: #fff; font-weight: normal; font-size: 15pt; margin: 15px 0 10px 0; }
h6 { color: #b40101; font-weight: normal; font-size: 15pt; margin: 15px 0 10px 0; }
h1 { color: #fff; font-weight: normal; font-size: 15pt; margin: 15px 0 10px 0; }
h1 span { color: #666666; }
h4.footer { color: #a40909; font-weight: normal; font-size: 14pt; margin: 15px 0 0 0; padding-bottom: 7px; border-bottom: 1px solid #232525; }
a.whiteLink { text-decoration: none; color: #fff; font-weight: bold; }
a.rLink { text-decoration: none; color: #b40101; font-weight: bold; }
buton { border: 0; margin: 0; padding: 0; }
/*
 * Page Styles
 */
div#container { 
	width: 900px; 
	margin: 0 auto; 
	text-align: left;
	padding-top: 20px;	
}

div#header {
	width: 100%;
	height: 47px;
	background: url(images/top_bar_bg.png) top left no-repeat;
}
	div#header div#logo {
		width: 335px;
		height: 47px;
		float: left;
	}
		div#header div#logo h2 { margin: 0; padding: 0; }
		div#header div#logo h2 a {
			display: block;
			width: 335px;
			height: 47x;
			text-indent: -10000px;
		}

div#header div#navigation {
	width: 565px;
	height: 47px;
	float: left;
}
	div#header div#navigation ul { margin: 0; padding: 0; float: right; padding-top: 5px; }
	div#header div#navigation ul li{ margin: 0; padding: 0; list-style-type: none; float: left; }
	div#header div#navigation ul li a { font-size: 1.1em; color: #a8a7a7; padding: 10px 10px 10px 10px; display: block; text-decoration: none; font-weight: bold; }
	div#header div#navigation ul li a:hover { color: #ffffff; }

div#banner {
	width: 100%;
}
	div#banner div#banner_images {
		width: 100%;
		height: 227px;	
		overflow: hidden;
	}
	div#banner div#banner_footer {
		width: 100%;
		height: 47px;
		background: url(images/banner_footer.png) top left no-repeat;
	}
		div#banner div#banner_footer h5 { margin: 0; padding: 0; }
		div#banner div#banner_footer h5 a { display: block; width: 100%; height: 47px; text-indent: -10000px; }
		
div#left_col {
	padding-top: 10px;
	width: 240px;
	float: left;
}

div#wide_content {
	width: 900px;
	float: left;
	padding-bottom: 20px;
}
div#content {
	width: 640px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}

div#footer {
	background: #101212;
	border-top: 1px solid #232525;	
	border-bottom: 1px solid #141b1a;
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
	div#footer_content {
		width: 870px; 
		margin: 0 auto; 
		text-align: left; 	
		padding-left: 30px;
	}
	
	div#footer_content div.col {
		width: 150px;
		margin: 0 25px 0 25px;
		float: left;
	}
	
div#copyright {
	float: left;
	background: #0b0d0d;
	clear: both;
	width: 100%;
}
	div#copyright_content {
		width: 900px; 
		margin: 0 auto; 
		text-align: left; 		
		color: #333333;
		font-size: 0.9em;
	}
	div#copyright_content a { color: #333; font-weight: bold; text-decoration: none; }
	div#copyright_content div.copy {
		width: 50%;
		float: left;
	}
	div#copyright_content div.lt {
		width: 50%;
		float: right;
		text-align: right;
	}

div.col_box { padding-bottom: 10px; }
	
/*
 *  General Styles
 */
 
 ul.bullet_list { margin: 0; padding: 0; }
 ul.bullet_list li { 
	margin: 0; 
	list-style-type: none; 
	background: url(images/bullet_list.png) center left no-repeat; 
	padding: 8px 0 4px 20px;
	border-bottom: 1px solid #232525;
 }
 ul.bullet_list li a { color: #999999; text-decoration: none; }

 ul.bullet_list_f { margin: 0; padding: 0; }
 ul.bullet_list_f li { 
	color: #444848;
	margin: 0; 
	list-style-type: none; 
	background: url(images/bullet_list.png) center left no-repeat; 
	padding: 8px 0 4px 20px;
	font-size: 0.9em;
 }
 ul.bullet_list_f li a { color: #444848; text-decoration: none; }
 
.eventTable {
	width: 100%;
	padding: 0;
	margin: 0;
}

.eventTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #333;
}
.eventTable td.heading {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #333;
}

.eventTable td.nobg {
	border: 0;
	background: none;
}
.eventTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-left: 1px solid #fff;
	background: none;
}

.eventTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

div.bookingForm {
	padding: 10px;
	background: #333333;
	margin-top: 15px;
}

form.bookingForm select.inputSelect {
	width: 100%;
	padding: 3px 0 3px 3px;
}
form.bookingForm select.p_inputSelect {
	width: 235px;
	padding: 3px 0 3px 3px;
	margin-right: 30px;
}

form.bookingForm div.dItems {
	padding: 15px 0 15px 0;
}

form.bookingForm label.dItems_Label {
	color: #fff;
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}
form.bookingForm label {
	width: 200px;
	color: #fff;
	font-weight: bold;
	padding: 0 15px 0 0;
}
form.bookingForm input.inputText {
	width: 230px;
	padding: 3px 0 3px 3px;
}

form.bookingForm label.rLabel {
	color: #ba1b1b;
	font-weight: bold;
	width: 100px;
	float: left;
}
form.bookingForm textarea.inputTextarea {
	width: 100%;
	height: 100px;
	border: 0;
}

form.bookingForm div.darkerForm { background: #fff; padding: 10px; margin-top: 20px; }
form.bookingForm div.darkerForm div.player { border-bottom: 2px solid #ba1b1b; padding-top: 10px; }
form.bookingForm div.darkerForm div.field { margin-bottom: 10px; }


form.contactForm { width: 450px; }
form.contactForm div.field { margin: 10px 0 10px 0; padding: 0 0 0 10px; }
form.contactForm textarea.inputTextarea {
	width: 350px;
	font-family: Arial, Tahoma, Verdana, Sans-serif; font-size: 1em;
}
form.contactForm input.inputText {
	width: 350px;
	padding: 3px 0 3px 3px;
}

form.contactForm label {
	color: #fff;
	font-weight: bold;
	width: 80px;
	float: left;
}

ul.infoList li { padding: 4px 0 0 4px; list-style-type: disc; color: #a40909; }
ul.infoList li a { color: #fff; font-weight: bold; text-decoration: none; }
ul#photos, ul#photos li { list-style-type: none; margin: 0; padding: 0; }
ul#photos li img { border: 3px solid #ccc; }
ul#photos li { float: left; padding: 5px; height: 130px; }

ul.galleryHolder, ul.galleryHolder li { list-style-type: none; margin: 0; padding: 0; }
ul.galleryHolder li img { border: 3px solid #ccc; margin-top: 5px; }
ul.galleryHolder li { text-align: center; float: left; padding: 5px; height: 130px; }
ul.galleryHolder li a { color: #fff; font-weight: bold; text-decoration: none; }

/* Button Styles */

.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
button { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
button::-moz-focus-inner { border: 0; padding: 0; }
.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
.grey.awesome, .grey.awesome:visited		{ background-color: #343434; }
.grey.awesome:hover						{ background-color: #474747; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #b40101; }
.red.awesome:hover							{ background-color: #ba1b1b; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}