@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
WL Sleigh Ltd - USER Style Sheet

version:   	1.0
date:      	11/09/07
author:    	Jonathan Stevenson
email:     	jonathan@redfernonline.com
website:   	http://www.redfernonline.com

copyright: 	If anybody finds any of this code useful please feel free to use SNIPPETS of it.
			I will be quite surprised, as there are very many much better designed &
			constructed web sites out there.
			IMPORTANT NOTE
			Please DO NOT STEAL THE WHOLE THING & try to cover it up by changing the colours,
			logo etc. The web is a surprisingly small place. Somebody will tell me & I will
			gleefully embarrass the culprit in front of the web design community. So there.
			
--------------------------------------------------------------------------------------------------*/
/* General Typography
-----------------------------------------------------------------------------*/

h3, h4, h5, h6
{
	font-weight: normal;
}

h3, h4, h5
{
	color: #003300;
}

h3 /* Page Contnet Main Heading */
{
	font-size: 2.5em;
	margin-bottom: 10px;
}

h4  /* Page Contnet Sub Heading */
{
	font-size: 1.8em;
}

h5  /* Page Contnet List Heading */
{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

h6   /* Side Bar Heading */
{
	font-size: 1.7em;
	font-weight: bold;
}


/*Content Styling
---------------------------------------------------------------------------------------------------------*/


ul.cont-list /* UL styling in main page content */
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 10px 18px;
}

#content p
{
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding-right: 10px;
}