/*------------------------------------------------------------
SHILLING - Default Style Sheet
 
version:			3.0
compatibility:		IEv7, IEv6, FIREFOXv3, FIREFOXv2, CHROMEv1
 
author:				Tony Taylor
email:				tony@shilling.co.uk
copyright:			2009 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

/*#############################################################
#
#	GLOBAL - Elements
#
#############################################################*/

body {
	background: #FFF url('images/body_background.gif') repeat-x;
	color: #000000;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
}

body.homepage {
	background: #FFF url('images/home_body_background.gif') repeat-x;
}

	#tinymce {
		background: none;
		text-align: left;
	}
	
	#development {
		background-color: #6C9;
		border: 2px solid #999999;
		border-bottom: none;
		font-size: 1.0em;
		height: auto;
		margin: 0pt auto;
		margin-top: 60px;
		text-align: left;																
		width: 100%;	
		position: fixed;
		z-index: 100000;
		bottom: 0;
		left: 0;														
	}
	
		#development p.dev_link {
			background: transparent url('../images/icons/error.png') center left no-repeat;
			margin: 5px 20px 5px 20px;
			padding: 0 0 0 25px;
		}
		
		#development p.dev_page_edit {
			background: transparent url('../images/icons/document_a4_edit.png') center left no-repeat;
			margin: 0 20px 5px 20px;
			padding: 0 0 0 25px; 
		}	

	* html #development {
		background-color: #6C9;
		border: 2px solid #999999;
		border-left: none;
		font-size: 1.0em;
		height: auto;
		margin: 0pt auto;
		margin-top: 60px;
		text-align: left;																
		width: 30%;	
		position: absolute;
		z-index: 100000;
		top: 0;
		left: 0;														
	}
	
		* html #development p.dev_link {
			background: transparent url('../images/icons/error.png') center left no-repeat;
			margin: 5px 20px 5px 20px;
			padding: 0 0 0 25px;
		}
		
		* html #development p.dev_page_edit {
			background: transparent url('../images/icons/document_a4_edit.png') center left no-repeat;
			margin: 0 20px 5px 20px;
			padding: 0 0 0 25px; 
		}	
		
	#wrapper {
		font-size: 1.0em;
		height: auto;
		margin: 0pt auto;
		text-align: left;																
		width: 980px;															
	}
			
		#wrapper .top {
			display: none;
			height: 0;
		}
		
		#wrapper .content {
			display: none;
			height: 0;
		}
		
		#wrapper .bottom {
			display: none;
			height: 0;
		}
		
		#wrapper .clearer {
			background: none;
			clear: both;
			padding: 0;
		}
		
		#wrapper .accessibility { 
			position: absolute;
			left: -10000px;
		}
		
		#wrapper .error {
			color: #FF0000;
		}
		
		#wrapper .submitted {
			color: #00CC00;
		}
		
		#wrapper .glossary_term {
			text-decoration: underline;
		}
		
		#wrapper .left {
			float: left;
		}
		
		#wrapper .right {
			float: right;
		}

/*#############################################################
#
#	DEBUG MODULES
#
#############################################################*/

	.debug {
		background: #EFEFEF;
		border: 2px solid #999999;
		font-size: 1.0em;
		height: auto;
		margin: 0pt auto;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: left;																
		width: 980px;	
		overflow: hidden;
	}
	
		.debug h2 {
			float: left;
			display: block;
			padding: 0 0 0 20px;
			width: 890px;
		}
		
		.debug a.toggle {
			background: red;
			display: block;
			float: left;
			height: 20px;
			margin: 10px 0 0 5px;
			text-indent: -10000px;
			width: 20px;
		}
		
			.debug a.up {
				background: transparent url('images/debug_toggle_up.png') top left no-repeat;
			}
			
			.debug a.down {
				background: transparent url('images/debug_toggle_down.png') top left no-repeat;
			}
		
		.debug pre {
			background: #000000;
			border: 1px solid #999999;
			color: #FFFFFF;
			margin: 0 20px 20px 20px;
			padding: 5px 5px 5px 5px;
		}
		
		.debug br {
			clear: both;
		}
		
		a.hidden {
			display: none !important;
		}

/*#############################################################
#
#	TYPOGRAPHY (BLOCK)
#
#############################################################*/
	
h1 {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 2.4em;
	margin: 0;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2.2em;
	margin: 0;
}
	
h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2.0em;
	margin: 0;
}
	
h4 {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0;
	font-weight: bold;
}

address {
	font-family: "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 5px 0;	
}

blockquote {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px 0;	
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

pre {
	font-family: Courier, "Courier New", Monospace;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}


/*#############################################################
#
#	TYPOGRAPHY (INLINE)
#
#############################################################*/

a {
	font-size: inherit;
	line-height: inherit;
}
	
	a:link, a:visited {
		color: #333333;
		text-decoration: underline;
	}
		
	a:active, a:hover {
		color: #666666;
		text-decoration: none;
	}

acronym {
	font-size: inherit;
	font-style: italic;
	line-height: inherit;	
}

b {
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
}

bdo {
	font-size: inherit;
	font-style: italic;
	line-height: inherit;
}

big {
	font-size: 1.6em;
	font-weight: bold;
	line-height: inherit;	
}

cite {
	font-size: inherit;
	line-height: inherit;	
}

code {
	font-family: Courier, "Courier New", Monospace;
	font-size: inherit;
	line-height: inherit;	
}

del {
	color: #FF0000;
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	text-decoration: line-through;	
}

dfn {
	font-family: Courier, "Courier New", Monospace;
	font-size: inherit;
	font-style: normal;
	line-height: inherit;	
}

em {
	font-size: inherit;
	font-style: italic;
	line-height: inherit;
}

i {
	font-size: inherit;
	font-style: italic;
	line-height: inherit;
}

ins {
	color: #00FF00;
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	text-decoration: underline;	
}

kbd {
	font-family: Courier, "Courier New", Monospace;
	font-size: inherit;
	line-height: inherit;	
}

s {
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	text-decoration: line-through;
}

samp {
	font-family: Courier, "Courier New", Monospace;
	font-size: inherit;
	line-height: inherit;	
}

small {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
}

span {
	font-size: inherit;
	line-height: inherit;
}

strike {
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	text-decoration: line-through;
}

strong {
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
}

sub {
	font-size: 0.9em;
}

sup {
	font-size: 0.9em;
}

tt {
	font-family: Courier, "Courier New", Monospace;
	font-size: inherit;
	line-height: inherit;	
}

u {
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
}

var {
	font-family: Courier, "Courier New", Monospace;
	font-size: inherit;
	font-style: normal;
	line-height: inherit;	
}

/*#############################################################
#
#	LISTS
#
#############################################################*/

dl {
	margin: 0 0 10px 0;
}

	dl dt {
		font-size: 1em;
		line-height: 1.6em;
		list-style: none;
	}
	
	dl dd {
		font-size: 1em;
		line-height: 1.6em;
		list-style: none;
	}
	
menu {
	margin: 0 0 10px 0;
}

	menu li {
		font-size: 1em;
		line-height: 1.6em;
		list-style: none;
	}
	
ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

	ul li { 
		font-size: 1em;
		line-height: 1.6em;
		list-style: disc;
	}
	
ol {
	margin: 0 0 10px 5px;
	padding: 0 0 0 20px;
}

	ol li {
		font-size: 1em;
		line-height: 1.6em;
		list-style: decimal;
	}
	
	
/*#############################################################
#
#	TABLES
#
#############################################################*/

table {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 70%;
}

	caption {
		display: none;
	}
	
	tr:hover {
		background: #999999;
	}
	
	th {
		background: #666666;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		color: #FFFFFF;
		font-size: inherit;
		font-weight: bold;
		line-height: 1.6em;
		padding: 3px 3px 3px 3px;
		text-align: center;
	}
	
	td {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		color: #000000;
		font-size: inherit;
		line-height: 1.6em;
		padding: 3px 3px 3px 3px;
		text-align: left;
	}
