@charset "utf-8";
/*-------------------------------------------------------------
Old Buck Airshow Style Sheet 

Version: 2010
Author: Alternet Solutions
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/

-------------------------------------------------------------*/

/*Body*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	background: #182d43;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #f7f7f7;
    }
	
/*Header*/

#header {
	width: 960px;
	height: 80px;
	background: #224160 url(images/wings.jpg) no-repeat 50% 50%;
	border-bottom: 1px solid #fff;
	}

#header h1 {
	margin: 10px 0 0 0;
	padding: 0 15px 0 0;
	font-size: 180%;
	font-weight: 300;
	color: #fff;
	float: right;
	}

#when {
	float: left;
	width: 35%;
	padding: 0px;
	}	

#header h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 170%;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	}

#header h3 {
	margin: 2px 0;
	padding: 0;
	font-size: 110%;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	color: #fff;
	}

/*Slideshow*/

#slideShowWrap {
	width: 960px;
	position: relative;
	}

#slideshow {
    position:relative;
	width: 960px;
    height: 230px;
	z-index: 0;
	}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	}

#slideshow IMG.active {
    z-index:10;
	}

#slideshow IMG.last-active {
    z-index:9;
	}

#buytickets {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	}

	
/*Headings*/

h3, h4 {
	margin: 2px 0;
	text-transform: uppercase;
	font-size: 1.3em;
	}

h5 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	}
	
/*****************NAV************************/
	
#topNav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #224160 url(images/topNavBgOff.jpg) repeat-x;
	}

#topNav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	width: 132px;
	border-right: 1px solid #224160;
	}

#topNav li.wide {
	width: 161px;
	}

#topNav a {
	display: block;
	margin: 0;
	padding: 8px 8px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}	

#topNav a:hover {
	background: url(images/topNavBgOn.jpg) repeat-x;
	}	
			
/*Main Layout*/

#content {
	float: left;
	width: 65%;
	line-height: 1.5em;
	position: relative;
	}

#largeContent { /*Currently used on 2008 front page only*/
	float: left;
	width: 70%;
	line-height: 1.5em;
	}

#contentFull {
	float: left;
	width: 100%;
	line-height: 1.5em;
	}

#altContent {
	float: left;
	width: 45%;
	line-height: 1.5em;
	}

#altSideBar {
	float: right;
	width: 50%;
	line-height: 1.5em;
	}

#sideBar {
	float: right;
	width: 34%;
	line-height: 1.5em;
	}

/*#mid-bar {
	float: left;
	width: 100%;
	height: 30px;
	background: url(images/mid/mid-bar.jpg) no-repeat;
	}*/
	
/*Gutters*/

.gutter {
	padding: 15px;
	}

/*General*/

h1 {
	margin: 6px 0;
	padding: 0;
	font-size: 120%;
	color: #224160;
	}

.italic {
	font-style: italic;
	font-size: 80%;
	}

.bolduline {
	font-weight: bold;
	text-decoration: underline;
	}

.bold {
	font-weight: bold;
	}

.capsbold {
	font-weight: bold;
	text-transform: uppercase;
	}

.red {	
	color: #f00;
	}

.clear {
	clear: both;
	}

a {
	color: #224160;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

/* self-clear floats */

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

/*Home Page*/

ul#bobList {
	list-style: none;
	}

#bobList li {
	margin: 3px 0;
	}

.bobImg {
	float: left;
	margin-right: 15px;
	}

#triggers {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 1;
	}

#triggers img {
	cursor: pointer;
	}

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	color: #fff;
	width:475px;	
	min-height:200px;
	border:1px solid #666;
	padding: 15px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	
}

.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

table.lineup {
	border-collapse: collapse;
	width: 100%;
	}

.lineup th {
	padding: 0.1em 0.5em;
	font-size: 120%;
	border-bottom: 1px solid #666;
	}
	
.lineup td {
	padding: 0.1em 0.5em;
	font-size: 100%;
	border-bottom: 1px solid #666;
	}


/*Advanced Booking*/

ul#bookingFormList {
	list-style: none;
	}


table#priceTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #666;
	}

#priceTable th, #priceTable td {
	padding: 0.2em 0.5em;
	font-size: 100%;
	}

#priceTable caption {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	}

#priceTable thead {
	background-color: #224160;
	color: #fff;
	font-size: 90%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}
	
#priceTable th {
	font-weight: normal;
	text-align: left;
	}

ul#payinstructions {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#payinstructions {
	margin: 0;
	padding: 5px;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	background: #496988;
	}

#payinstructions li {
	padding: 2px 0;
	}

h2.buyOnline {
	margin: 6px 0;
	padding: 0;
	text-align: center;
	font-size: 130%;
	color: #224160;
	}
	
.booknow {
	float: left;
	margin: 20px 0 5px 0;
	padding: 0;
	width: 25%;
	}

.booknow h4 {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	color: #224160;
	}

h2.buyOffline {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 130%;
	color: #224160;
	}

#mail {
	float: right;
	padding: 6px;
	background: #eee;
	border: 1px dotted #666;
	}
		
p#pdfDownload img {
	vertical-align: middle;
	}

.note {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	}

img {
	border: none;
	}

#terms {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 90%;
	background: #eee;
	}

#terms .gutter {
	padding: 15px;
	}

#terms h3 {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	}

#terms p {
	margin: 3px 0;
	}

ul#bookingTerms {
	list-style: none;
	}

#bookingTerms li {
	padding: 2px 0;
	}

/*Driving In*/

.map {
	width: 450px;
	margin: 0 auto;
	}

/*Flying In*/

.seeMap {
	margin: 0;
	padding: 5px 0;
	font-size: 170%;
	color: #FF0000;
	text-align: center;
	}

/*Flying In Form*/

#flyinginForm {
	margin: 0px 0 0 0;
	width: 440px;
	}
	
#flyinginForm p {
	margin: 0;
	padding: 2px 0;
	font-size: 90%;
	}

#flyinginForm fieldset#ppr {
	width: 95%;
	}

#flyinginForm fieldset legend {
	font-size: 125%;
	font-weight: bold;
	color: #224160;
	background-color: inherit;
	}

#flyinginForm label.labelBlock {
	display: block;
	}

#flyinginForm label.label {
	margin: 0;
	float: left;
	width: 125px;
	}

#flyinginForm textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #ccc;	
	}

/*SUBMIT BUTTON*/	

input#send { /*This is share with contact and flying in forms*/
	margin: 5px 0 5px 0;
	width: 130px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	background-color: #fff;
	color: #000;
	}

input#send:hover { /*This is share with contact and flying in forms*/
	background-color: #ccc;
	color: inherit;
	text-decoration: underline;
	}

/*Shared form items*/

.warning {
	font-style: italic;
    color: #FF0000;
	background-color: inherit;
	}
	
.success {
	color: #FF0000;
	background-color: inherit;
	font-size: 85%;
	}
	
.formbox {
    width: 150px;
}

/*Sponsorship*/

h1#sponsorHeadOne {
	margin: 0;
	text-align: center;
	font-size: 160%;
	}

h2#sponsorHeadTwo {
	margin: 4px 0;
	text-align: center;
	font-size: 140%;
	}	
	
h3#sponsorHeadThree {
	margin: 0;
	text-align: center;
	font-size: 120%;
	}

ul#aircraftIconList {
	list-style: none;
	}

#aircraftIconList li {
	background: url(images/airplaneIcon.jpg) no-repeat left;
	padding: 2px 0 2px 25px;
	}

#aircraftIconList li.first {
	background: none;
	font-weight: bold;
	}

ul#call {
	width: 250px;
	margin: 0 auto;
	list-style: none;
	}

#call li {
	font-weight: bold;
	}

/*Trade Stands*/

#tradePics img {
	margin: 10px;
	padding: 0;
	border: 1px solid #000;
	float: right;
	}

/*Airshow 2008*/

#airshowdvd {
	float: right;
	width: 25%;
	color: #693;
	}

#airshowdvd img {
	text-align: center;
	}

/*****************************2008 PICTURE GALLERY***********************************/

/*Gallery Page*/

.gallery {
	float: left;
	width: 88%;
	margin-top: 0;
	margin-left: 6%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #224160;
	}

.gallery img {
	float: left;
	margin: 5px;
	border: 1px solid #fff;
	}

p#navBox {
	margin: 0;
	padding: 0;
	text-align: center;
	}

p#navBox a {
	margin: 0;
	padding: 0;
	color: #ff0000;
	}

p#largerInfo {
	margin: 0;
	padding: 0;
	text-align: center;
	}

/*Footer*/
	
#footer {
	clear: both;
	width: 940px;
	padding: 5px 10px;
	background: #224160;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 85%;
	color: #ddd;
	background-color: inherit;
	}

#footer a {
	color: #ddd;
	background-color: inherit;
	text-decoration: none;
	}

#footer a:hover {
	color: #ffcc33;
	background-color: inherit;
	text-decoration: underline;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */