/*
* Copyright (C) 2009 Chris Doherty, All rights reserved
* For use with the VATSIM-UK website only
*/

* {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 11px;
}
body {
	background: url('../images/main/body-gradient.png') repeat-x;
}
.main-wrapper {
	width: 815px;
	margin: 0 auto;
}
.main-content {
	background: white;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	padding: 10px;
}
.main-content-text {
	position: relative;
	top: -110px;
	width: 560px;
	float: right;
}

/* Added by Chris to make all link colors including visited a shade of blue, softer than the default blue - 20/10/2009 14:41 */
.main-content-text a {
	color: #1d71b1;
}


#globe {
	position: relative;
	right: 40px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#banner {
	position: relative;
	right: 20px;
	padding-top: 30px;
	top: 50px;
}
h1 {
	position: relative;
	left: 17px;
	font-size: 20px;
	letter-spacing: 10px;
	font-variant: small-caps;
	padding-top: 40px;
	;
}
h2 {
	background: url('../images/main/h2-background.png') top repeat-x;
	letter-spacing: 8px;
	font-size: 15px;
	font-variant: small-caps;
	border-bottom: 1px solid black;
	padding-left: 8px;
}
h3 {
	color: #3f829e;
}
.column-left {
	position: relative;
	right: 30px;
	float: left;
	width: 180px;
	clear: both;
	background: url('../images/main/nav-background.png') repeat-x #c1d9e8;
	padding: 10px;
	border: 1px solid #94b4c7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.column-left ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 10px;
}
.column-left li {
	margin: 5px 0px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.column-left a {
	padding: 3px;
	text-decoration: none;
	color: black;
	display: block;
	font-size: 13px;
}
.column-left a:hover {
	font-weight: bold;
	padding-left: 12px;
}
.text-1 {
	padding: 0px 10px;
	margin: 10px 0px;
	line-height: 20px;
	text-align: justify;
}
.text-1 a {
	color: #1d71b1;
	text-decoration: none;
}
.text-1 a:hover {
	text-decoration: overline;
}
ol, ul {
	margin-left: 40px;
}
.footer {
	border-top: 1px solid #cccccc;
	padding: 20px 0px;
	color: #adadad;
}
.footer-left {
	float: left;
	width: 50%;
}
.footer-right {
	float: right;
	width: 50%;
}
.clear-both {
	clear: both;
}
/*BOXES*/
.green {
color: #000000;
background-color: #B0FF62;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #009B00;
}

.orange {
color: #000000;
background-color: #FAC769;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #FF9900;
}

.red {
color: #000000;
background-color: #F57E9F;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #FF0000;
}

.grey {
color: #000000;
background-color: #CCCCCC;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #666666;
}
.booking_table_single {
border-left: 1px #CCCCCC solid;
border-right: 1px #CCCCCC solid;
border-top: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
}

.booking_table {
border: 1px #CCCCCC solid;
}

fieldset {
border: 1px solid #eee;
}

textarea.text {
height: 150px;
width: 90%;
border: 1px solid #ccc;
background: #fff;
color: #000;
}

textarea.text:hover {
border: 1px solid #eee;
background: #FFFFF4;
color: #000;
}

input.field {
border: 1px solid #ccc;
background-color: #3C3C3C;
width: 100px;
color: #000;
}

input.field:hover {
border: 1px solid #eee;
background: #ccc;
color: #000;
}

input.text {
margin: 0;
width: 110px;border: 1px solid #546078;
background: #FFF;
color: #808080;
}

input.text:hover {
border: 1px solid #3a4354;
}

input.searchbutton {
margin: 0;
font-size: 100%;
font-family: Arial, Sans-serif;
border: none;
background: #FFFFFF;
color: #333;
padding: 1px;
font-weight: bold;
}

.date {
color: #505050;
background: #FFF;
text-align: right;
margin: 4px 0 5px 0;
padding: 0.4em 0 0 0;
border-top: 1px solid #ddd;
}

.date a {
color: #546078;
}

input.button {
background: #FFFFF4;
color: #808080;
border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;
}

.comments {
padding: 10px 10px 8px 10px;
margin: 0 0 7px 0;
background: #FFF;
color: #333;
}

.commentsbox {
padding: 8px 0 10px 10px;
margin: 0 0 10px 0;
background: #f4f4f4;
color: #000;
}

.clear-both {
	clear: both;
}
/* Gallery Stuff */
#gallery {
	position:relative;
	height:320px
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:50px;
	width:100%;
	position:absolute;
	bottom:0;
}
#gallery .caption .content {
	margin:5px
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}