/*   
 * Theme Name: Large Banner
 * Theme URI: http://css-tricks.com
 * Version 1.0
 * Author: Jason Liversidge
 * Author URI: http://www.proventureconsulting.co.uk
 * Organisation: Proventure Consulting Limited
 * Copyright:Proventure Consulting Limited 2010
 * 
 * Colours used
 * dark blue: 11346f
 * light blue: 008bde
 * black: 000
 */
	
/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ul, ol,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */ 
body
{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	background: url(../images/shadow.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
}

#post li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 15px;
}

#post ul {
	padding: 10px 0 10px 0;
}

img {
	border: 0;
}

#post .image {
	border: solid 1px #11346f;
	background-color: #e7ffff;
	padding: 0px;
	margin: 5px;
}

#container
{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 775px;
}

#topshadow {
	background: url(../images/junction.jpg) repeat-x;	
	padding-top: 35px;
}

#banner
{
	background-color: White;
	height: 214px;
	color: #fff;
	background: center url(../images/headbackground.jpg) no-repeat;
	text-align: left;
	margin: 0;
	padding-left: 10px;
}

#banner h1
{
	padding: 150px 60px 0 45px;
	margin: 0;
	font-size: 3em;
	text-shadow: 1px 1px 1px black;
	text-align: right;
}

#banner img
{
	float: right;
	margin: 40px 30px 0 0;
}

#nav
{
	float: left;
	width: 174px;
	margin: 0; 
}

#content {
	background: center url(../images/borders.jpg) #fff;
	padding-left: 20px;
}

#contentarea {
	padding-left: 40px;
}

#post
{
	margin: 0 60px 0 200px;
	text-align:left;
	font-size: 1.3em;
	line-height: 1.7em;
}

#post p{
	margin-top: 0.5em;
}


h3 {
	color: #008bde;
	font-size: 1.2em;
	line-height: 1.7em;
}

h2
{
	color: #008bde;
	font-size: 2em;
	line-height: 2em;
}

#footer
{
	padding: 0;
	text-align: center;
	color: black;
	height: 120px;
	background: url(../images/footershadow2.jpg) repeat-x top;
	margin: 0;
}

#footer p{
	padding-top: 10px;
}

.blockquote
{
	float: right;
	width: 110px;
	padding: 10px 0 10px 0;
	margin-left: 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid silver;
	text-align: center;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

.topmenuimage {
	border: 0;
	text-align: center;
	padding: 0 0 10px 0;
}

.menu
{
	list-style-type: none;
	padding: 0px;
	width: 174px;
}

.menu li a
{
	background-color: #11346f;
	font: bold 1.3em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border: #fff 1px solid;
	color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}

* html .menu li a
{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.menu li a:visited, .menu li a:active
{
	color: white;
}

.menu li a:hover
{
	background-color: #008bde;
}

.alignright
{
	float: right;
	border: 0px;
	padding: 5px 0 5px 10px;
}
		
.alignleft
{
	float: left;
	border: 0px;
	padding: 5px 10px 5px 0;
}

.doclist li
{
	list-style-type:none; 
}


/*
 * timetable
 */

table {
	border-collapse: collapse;
	width: 320px;
		color: #fff;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	background: #11346f;
	border-bottom: 1px solid #fff;
	}

td {
	border-bottom: 1px solid #fff;
	padding: 0 0.5em;
	background-color: #008bde;
	}

td:first-child {
	width: 190px;
	}

td+td, th+th {
	border-left: 1px solid #fff;
	text-align: center;
	}

caption {
	background: #11346f;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
