/*------------------------------------------------------------
SHILLING - Default Style Sheet
 
version:			1.0
compatibility:		IEv7, IEv6, FIREFOXv2
 
author:				Peter Garrett, Tony Taylor
email:				peter@shilling.co.uk, tony@shilling.co.uk
copyright:			2008 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

/*#############################################################
#
#	IMPORTS
#
#############################################################*/

@import url("reset.css");

@import url("header.css");

@import url("content.css");

@import url("footer.css");

/*#############################################################
#
#	GLOBAL ELEMENTS
#
#############################################################*/

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0pt;
	text-align: center;
}
	
	h1 {
		color: #6697BE;
		font-size: 1.50em;
		font-style: normal;
		font-weight: bold;
		line-height: 28px;
	}

	h2 {
		color: #6697BE;
		font-size: 1.25em;
		font-style: normal;
		font-weight: normal;
		line-height: 24px;
	}
		
	h3 {
		color: #6697BE;
		font-size: 1.00em;
		font-style: normal;
		font-weight: bold;
		line-height: 20px;
	}
		
	h4 {
		color: #6697BE;
		font-size: 0.75em;
		font-style: normal;
		font-weight: bold;
		line-height: 16px;
	}
		
	p {
		color: #000000;
		font-size: 0.75em;
		font-style: normal;
		font-weight: normal;
		line-height: 16px;
	}
	
	ol {
		color: #000000;
		font-style: normal;
		font-size: 0.75em;
		font-weight: normal;
		line-height: 14px;
		list-style: decimal;
	}
	
		ol li {
			color: #000000;
			font-style: normal;
			font-weight: normal;
			vertical-align: bottom;	
		}
		
	ul {
		color: #000000;
		font-style: normal;
		font-size: 0.75em;
		font-weight: normal;
		line-height: 14px;
		list-style: disc;
	}
	
		ul li {
			color: #000000;
			font-style: normal;
			font-weight: normal;
			vertical-align: bottom;
		}
		
	strong {
		font-weight: bold;
		line-height: 16px;
	}
		
	big {
		color: #000000;
		font-size: 1.00em;
		font-style: normal;
		font-weight: bold;
	}
		
	small {
		color: #000000;
		font-size: 0.69em;
		font-style: normal;
		font-weight: normal;
	}
		
	a {
		color: #0066CC;
		font-style: normal;
		font-weight: normal;
	}
		
	a:link, a:visited {
		color: #0066CC;
		text-decoration: none;
	}
		
	a:active, a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	input {
		color: #000000;
		font-size: 0.69em;
		font-style: normal;
		font-weight: normal;
	}
	
	#wrapper {
		background: #FFFFFF;
		height: auto;
		margin: 0pt auto;
		padding: 10px 20px 0 20px;
		text-align: left;																
		width: 760px;																
	}
		
		#wrapper .clearer {
			clear: both;
		}
		
		#wrapper .errors {
			color: #FF0000;
		}
		
/*#############################################################
#
#	FCK EDITOR CLASSES
#
#############################################################*/

.heading1 {
	color: #6697BE;
	font-size: 1.50em;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;		
}

.heading2 {
	color: #6697BE;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
}

.heading3 {
	color: #6697BE;
	font-size: 1.00em;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}

.big {
	font-size: 1.00em;
	font-weight: bold;
}

.paragraph {
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size: 0.63em;
	font-weight: normal;
}
			
/*----------------------------------------------------------*/