/*
Name: Martyn Coton
Date: 04-06-08
*/

/* standard elements */
html {
min-height: 100%;
font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
}
			
a { 
text-decoration:none; 
color: #963; 
font-weight: bold; 
padding: 0; 
margin: 0; 
		}

a:hover { 
text-decoration:underline; 
color: #c60;
padding: 0; 
margin: 0; 
}


body {
	background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% arial, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1,h2,h3 {padding-top: 6px;}

h1, h2 {
	font-family: georgia, serif;
	font-size: 2.3em;
	font-weight: 100;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 10px 0;
	color:#E68B45;
}


h2.first {
	margin: 30px 0 10px 0;
	color:#000;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


blockquote {
width:420px;
clear:both;
	font-size: 1.2em;
	line-height:1.75em;
	color:#666;
		margin: 2em 0 2em 2em;
		padding: 1em 2.4em 1em 1em;
		position: relative;
		text-indent: 2em;
		background-color: #F7F7F2;
		border:2px solid #fff;
	}

	.bqstart, .bqend { 
	font-size: 400%; 
	color:#b0b0b0;
		padding: 0.2em;
	}

	/* apply IE specific rules first */
	.bqstart {
		text-indent: 0;
		margin: -0.2em 0 -2em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	blockquote > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: 0.2em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;

	}

	.bqend {
		position: absolute;
		margin-top: -0.3em;
		right: 0;
		text-indent: 0;
	}

	blockquote > .bqend {
		margin-top: -0.3em;
	}

	blockquote > strong, blockquote > em {
		color:#000;
	}




/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto 50px auto;
	padding: 0 10px 10px;
	width: 780px;
}
.imagesright { 
float: right; 
margin: 4px 0px 30px 30px; 
border: 5px solid #fff;
}

.imagesleft { 
float: left; 
margin: 4px 30px 30px 0; 
border: 5px solid #fff;
}

.imagesclear { 
text-align: left; 
padding: 4px 10px 30px 0; 
}

.post { 
clear:both; 
padding: 0 0 20px 0; 
}


/* header */
.top {
	/*background: url(img/clouds.png) repeat-x;*/
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 185px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #000;
	color: #FFF;
	height: 185px;	
}
.header .right {
	background: #000 url(img/header.jpg) no-repeat;
	width: 564px;
}
.header .left {
	background: #000 url(img/headerleft.jpg) no-repeat;
	width: 212px;
}
.header .right p,.header .right h1 {
display: none;
	padding: 0 16px;
}
.header .right p {
	font: normal 1.6em "Arial",sans-serif;
}
.header .right h1 {
	padding-top: 56px; 
	font: normal 2.8em georgia,sans-serif;
	line-height: 44px;
	text-align: left;
}



/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 40px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #131418;
	display: block;
	float: left;
	font: bold 0.8em sans-serif;
	text-transform: uppercase;
	line-height: 39px;
	padding: 0 11px;
	text-decoration: none;
}

.navigation a:hover {
background-position: left bottom; 
color: #234;
}



/* main */
.main {
	border-top: 10px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 212px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1.4em;
	line-height: 1em;
	margin: 15px 0 0 0;
	padding-left: 22px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
border-bottom: 1px solid #EAEADA;
}

.sidenav li a {
	font-size: 1.1em;
	color: #c60;
	display: block;
	padding: 8px 0 8px 22px;
	text-decoration: none;
	width: 90%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.sidenav .sidebarimages img { 
margin: 0;
padding: 0;
border:none;
}

		.news {
		border-top: 5px solid #fff;
			padding: 22px;
			margin: 0;
		}

			.news p {
				padding: 0;
				margin: 6px 0 0 0;
			}

			.news h4 {
				font-size: 1.25em;
				padding: 0 0 0 0;
				margin: 0px 0 5px 0;
			}
			
			.news a { 
				text-decoration:none; 
				color: #963; 
				font-weight: bold; 
				padding: 0; 
				margin: 0; 
			}

			.news a:hover { 
				text-decoration:underline; 
				color: #c60;
				padding: 0; margin: 0; 
			}


/* content */
.content {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	width: 520px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
line-height: 1.25em;
margin: 0 0 0.75em 25px;
font-size: 1.2em;
color:#666;
}
.content p {
font-family: "Lucida Sans Unicode",sans-serif;
font-size: 1.2em;
line-height: 1.6em;
color:#666;
margin: 0 0 0.75em 0;
padding: 0 0 0 0;
}


.form {
padding:0px;
margin: 15px 0 0 15px;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}