﻿/*

Title: www.paulstewartwebdesign.com 2009 Edition
Author: Paul Stewart - Paul Stewart Web Design
Copyright: (c) 2009 Paul Stewart - All rights reserved

*/

/* Global Properties */

body {
	margin-top: 2em;
	padding: 0;
	background: #000000;
	font-size: 1.1em;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	color: #FFFFFF;
	list-style-image: url(none);
}

strong {
	color:	#99CC66;
}

h1 {
	display: none;
}

h2 {
	display: none;
}


address {
	display: none;
}


p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 2em;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #99CC66;
}

a:visited {
	color: #FFFFFF;
}

a.here {
	color:	#99CC66;
}

/* End of Global Properties */


/* Page */

.page
{
	margin: 2em auto;
	width: 1000px;
}

/* End of Page */


/* Centre */

.centre
{
	margin:		0 0 0 150px;
}

/* End of Centre */


/* Header */

.header {
	background:	url(images/mainheader.png) no-repeat left top;
	width: 750px;
	height: 150px;
}

/* End of Header */


/* Navigation */

.navigation
{
	float: left;
	margin-top: 14.5em;
	font-size:	1em;
	padding: 0 2em 0 0;
}

div.navigation li
{
	font-size:		0.7em;
	font-weight:		bold;
	letter-spacing:		0.1em;
	list-style-image:	url(images/green_bullet10x10.png);

}

div.navigation li a
{
	display:		block;
	padding:		1em 0.5em;
	background:		#000000;
	color:			#FFFFFF;
	text-decoration:	none;
	text-align:	justify;
}



div.navigation li a:hover,
div.navigation li a.here,
div.navigation ul:hover a.here:hover
{
	background:		#000000;
	color:		#99CC66;
}

div.navigation ul:hover a.here
{
	background:		#000000;
	color:			#FFFFFF;
}

/* End of Navigation */


/* Sidebar */

.sidebar
{
	float:	right;
	margin-top: 16em;
	font-size:	1em;
	padding: 0 0 0 2em;
}

/* End of Sidebar */


/* Content */

.content
{
	margin-top: 2em;
	padding: 0;
	background: #000000;
	font-size: 0.8em;
	font-family: inherit;
	text-align: justify;
	color: #FFFFFF;
	width:	750px;

}


/* End of Content */


/* Footer */

.footer {
	width: 750px;
	height:	150px;
	background: url(images/footer.png) no-repeat left top;
}

.footer p {
	text-align:	center;
	font-size: 0.8em;
	padding:	6em;
}

/* End of Footer */


/* Links */

.links
{
	width: 750px;

}

.links ul
{
	text-align:	center;	
}

.links li 
{
	display: inline;
	font-size:	0.8em;
	padding: 0 0.2em 0 0.2em;
}

.links a {
	text-decoration:	none;
}

/* End of Links */


/* Validator */

.validator
{
	width: 750px;

}

.validator ul
{
	text-align:	center;

}
.validator li
{
	display:	inline;
}

/* End of Validator */

/* CSS written by Paul Stewart for Paul Stewart Web Design (c) 2009 */