/************************************************
Client Name: The Oxford Jazz Agency
Date: June 2007
Description: 2 column layout.

Colours used:

#121b32 (Very Dark Blue from background)
#1e307d (Dark blue)
#78a7d3 (Light blue)
#b7c0d1 (Silver)

Copyright 2007 Andrew Western and Arindam Chatterjee

*************************************************/


/* begin layout *********************************/

#container {
	margin: 0 auto;
	width: 703px;
	}

/******************************************
top elements (both banners)
******************************************/

#top_banner {
	height: 80px;
	}

#main_banner {
	background: url(img/square_logo.gif) no-repeat;
	height: 177px;	
	}

/******************************************
main content area
******************************************/

#main {
	float: left;
	width: 526px;
	margin: 0;
	}
	
#main_error {
	float: left;
	width: 703px;
	margin: 0 0 20px 0;
	}

/******************************************
right-hand column styles
******************************************/

/* navigation ***************************/

.navigation {
	margin-left: 531px;
	border-bottom: 3px solid #121b32;
	}

.navigation ul {
	margin: 0; padding: 0;
	}

.navigation li {
	list-style: none;
	border-bottom: 2px solid #121b32;
	}
	
#last {
	border-bottom: 1px solid #121b32; /*This removes the border on the last element*/
	}
	
.navigation li a {
	background: #1e307d;	
	color: #FFF;
	display: block;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
	}
	
.navigation li a:hover {
	background: #78a7d3;
	color: #1e307d;
	}

/* boxes right ***************************/

.boxes {
	margin-left: 531px;
	background-color: #1e307d;
	margin-bottom: 4px;
	}	

/******************************************
footer
******************************************/

#footer {
	clear: both;
	border-top: 2px solid;
	color: #78a7d3;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0;
	text-align: right;
	width: 526px;
	}
	
#footer_error {
	clear: both;
	border-top: 2px solid;
	color: #78a7d3;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0;
	text-align: right;
	width: 703px;
	}

/* end layout ***********************************/


/* standard elements ****************************/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #000 url(img/bg.gif) repeat-y center top;
	color: #fff;
	font: normal 62.5% "Tahoma",sans-serif;
	}

.bodytext {
	padding: 12px 0;
	}

h1 {
	font-size: 2.0em;
	background-color: #78a7d3;
	color: #1e307d;
	line-height: 30px;
	padding-left: 10px;
	}
	
h2 {
	font-size: 2.2em;
	color: #b7c0d1;
	}

h3 {
	font-size: 1.6em;
	color: #b7c0d1;
	margin-bottom: 5px;
	}
	
a {
	color: #b7c0d1;
	}
	
a:hover {
	color: #FFF;
	}

ul {
	margin-left: 1.2em;
	}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
	}
	
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	}
	

/* bands ************************************/

.bands {
	border-bottom: 1px solid #78a7d3;
	padding: 5px 0;
	margin-bottom: 5px;
}

.slot_left {
	float: left;
	width: 258px;
	margin: 0 5px 5px 5px;
}

.slot_right {
	margin-left: 270px;
	padding-left: 5px;
	padding-right: 5px;
}

.bands a {
	color: #b7c0d1;
	text-decoration: underline;
}

.bands a:hover {
	color: #FFF;
	}

.bands img {
	border: 1px solid #78a7d3;
}


/* forms ************************************/

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
	border-color: #78a7d3;
}

legend {  
	margin-left: 1em;  
	color: #b7c0d1;  
	font-weight: bold;
	font-size: 1.4em;
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset.submit {  
	border-style: none;
}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	font-size: 1.2em;
}

form input, form textarea {
	border: solid 1px #78a7d3;
}

.btn {
	background: #1e307d;
	color: #fff;
	padding: 5px;
}

.followLeader {
	margin-top: 12px;
}
