/*------------------------------------------------------------
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: #FFFFFF url('images/header_background.png') top center no-repeat;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

* html body {
	background: #FFFFFF url('images/header_background.gif') top center no-repeat;
}

body.mm {
	background: #FFFFFF url('../images/mm_back.gif') top center repeat-x;
}

	#tinymce {
		background: none;
		text-align: left;
		width: auto;
	}

	#development {
		background: #EFEFEF;
		border: 2px solid #999999;
		font-size: 1.2em;
		height: auto;
		margin: 0pt auto;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: left;																
		width: 980px;															
	}
	
		#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; 
		}	
		
	#wrapper {
		background: transparent;
		height: auto;
		margin: 20px auto 0 auto;
		text-align: left;																
		width: 980px;															
	}
	
	* html #wrapper {
		position: relative;
	}
			
		#wrapper .top {
			display: none;
			height: 0;
		}
		
		#wrapper .content {
			display: none;
			height: 0;
		}
		
		#wrapper .bottom {
			display: none;
			height: 0;
		}
		
		#wrapper .clearer {
			clear: both;
		}
		
		#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;															
	}
	
		.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;
		}

/*#############################################################
#
#	TYPOGRAPHY (BLOCK)
#
#############################################################*/

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}
	
h3 {
	font-size: 18px;
}
	
h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

address {
	font-family: "Times New Roman", serif;
	padding: 0 0 10px 0;
}

blockquote {
	padding: 0 0 10px 0;
}

p {
	font-size: 12px;
	padding: 0 0 10px 0;
}

pre {
	font-family: Courier, "Courier New", Monospace;
	padding: 0 0 10px 0;
}

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

a {
	font-size: 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.0em;
	line-height: inherit;	
}

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: inherit;
	line-height: inherit;
}

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

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: 12px;
		list-style: none;
	}
	
	dl dd {
		font-size: 12px;
		list-style: none;
	}
	
	menu li {
		font-size: 12px;
		list-style: none;
	}
	
	ul li { 
		font-size: 12px;
		list-style: circle;
	}
	
	ol li {
		font-size: 12px;
		list-style: decimal;
	}

/*#############################################################
#
#	TABLES
#
#############################################################*/

table {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	margin: 0 auto;
	margin-bottom: 20px;
}

	caption {
		display: none;
	}
	
	
	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;
	}
