/*
CSS Document for use with - Inky Quill Productions - www.inkyquillproductions.co.uk

Title: Inky Quill Productions
Author: Paul Stewart Web Design - www.paulstewartwebdesign.com
Copyright: (c) 2009 Paul Stewart Web Design
Licensed for use by: Inky Quill Productions

*/

/* Global Properties */

body {

	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #000000;
	width:	1000px;
	margin: 0 auto;
	padding: 0;
	border-style:	solid;
	border-color:	#CCCCCC;
	border-width:	0.2em;
	
	-moz-border-radius-topright:		2em;
	-moz-border-radius-topleft:			2em;
	-moz-border-radius-bottomright:		2em;
	-moz-border-radius-bottomleft:		2em;

	-webkit-border-top-right-radius:	2em;
	-webkit-border-top-left-radius:		2em;
	-webkit-border-bottom-right-radius:	2em;
	-webkit-border-bottom-left-radius:	2em;

	-khtml-border-top-right-radius:		2em;
	-khtml-border-top-left-radius:		2em;
	-khtml-border-bottom-right-radius:	2em;
	-khtml-border-bottom-left-radius:	2em;
	
}

h1 {
}

h2 {

	margin-left: 1em;
	color: #7B0202;
	
}

p {

	font-size: 0.8em;
	padding: 0 2em 0.8em 2em;
}


/* Page */

div.page {

	
}

/* Centre */

div.centre {

	width: 1000px;
	background: #1E0000;
	clear: both;
	margin-top:	2em;

}

/* Header */

div.header {

	background:	url(images/main_header.png) no-repeat;
	height: 178px;
	width: 1000px;
	margin: 2em auto 0 auto; 


}

div.header h1 {

	display: none;
	
}

div.header address {

	display: none;
	
}

/* Navigation */

div.navigation {

	background: url(images/navigation.png) no-repeat;
	height: 44px;
	width: 1000px;
	margin: 0 auto 0em auto;

}

div.navigation h2 {

	display: none;
	
}

div.navigation ul {
	position: relative;
	top: 0.8em;
	display: inline;
	margin: 0 0 0 23em;

}

div.navigation li {

	display: inline;
	padding: 0.3em;
	font-weight: bold;

}

div.navigation li a {

	text-decoration: none;
	color: #FFCC00;
	margin: 0.5em 0 0.5em 0;


}

div.navigation li a:hover,
div.navigation li a.here,
div.navigation ul:hover a.here:hover
{
	color: #FFFFFF;
}

div.navigation ul:hover a.here
{
	color:			#FFFFFF;
}

	
/* Layout */

div.layout {


}

/* Sidebar */

div.sidebar {

	float: left;
	background-color: #FFFFFF;
	width: 200px;
	margin: 0 0 0 2em;
	text-align: justify;
	border-style:	solid;
	border-color:	#CCCCCC;
	border-width:	medium;
	
	-moz-border-radius-topright:		1em;
	-moz-border-radius-topleft:			1em;
	-moz-border-radius-bottomright:		1em;
	-moz-border-radius-bottomleft:		1em;

	-webkit-border-top-right-radius:	1em;
	-webkit-border-top-left-radius:		1em;
	-webkit-border-bottom-right-radius:	1em;
	-webkit-border-bottom-left-radius:	1em;

	-khtml-border-top-right-radius:		1em;
	-khtml-border-top-left-radius:		1em;
	-khtml-border-bottom-right-radius:	1em;
	-khtml-border-bottom-left-radius:	1em;


}

div.sidebar h2 {

	font-size: 1.1em;
	margin: 1em;
	
}

div.sidebar p {

	font-size: 0.8em;
	font-weight: bold;
	
}

div.sidebar img {

	border: none;
	margin: 1.5em;
}

/* Content */

div.content {

	background: #FFFFFF;
	width: 700px;
	font-size: 1.2em;
	text-align: justify;
	margin: 2em 2em 2em 13.5em;
	border-style:	solid;
	border-color:	#CCCCCC;
	border-width:	medium;
	
	-moz-border-radius-topright:		0.75em;
	-moz-border-radius-topleft:			0.75em;
	-moz-border-radius-bottomright:		0.75em;
	-moz-border-radius-bottomleft:		0.75em;

	-webkit-border-top-right-radius:	0.75em;
	-webkit-border-top-left-radius:		0.75em;
	-webkit-border-bottom-right-radius:	0.75em;
	-webkit-border-bottom-left-radius:	0.75em;

	-khtml-border-top-right-radius:		0.75em;
	-khtml-border-top-left-radius:		0.75em;
	-khtml-border-bottom-right-radius:	0.75em;
	-khtml-border-bottom-left-radius:	0.75em;


}

div.content h2 {

	font-size: 3em;
	margin-left: 0.6em;
}

div.content img {

	margin: 1em 0 2em 6em;
	
}

/* End of Content */

/* Footer */

div.footer {

	clear: both;
	color: #FFFFFF;
	padding: 2em;
	
}

div.footer p {

	padding: 0;
	
}

div.footer a {

	text-decoration: none;
	color: #FFFFFF;
	
}

/* End of Footer */
