/*  
Theme Name: Killens
Theme URI: 
Description: Last updated 20/06/2008
Version: 0.1
Author: James Patten
Author URI: http://www.headconsulting.co.uk
*/

/* The Normaliser! (after Andy Clarke and Tantek) */

/* Norm margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Norm font-size for headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Remove table styles */
table {border-collapse:collapse; border-spacing:0;}

/* Remove borders from fieldset and img */
fieldset, img {border:0;}

/* Left-align captions and table headings */
caption, th {text-align:left}

/* Remove underlines from links */
:link,:visited {text-decoration:none}

/* Remove default nasty blue borders from image links */
a img,:link img,:visited img {border:none}


/* End of The Normaliser! */

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana;
	color: #292929;
	background-color: #FDF9A5;
}

.skip {
	position:absolute; 
	left:-9000px; 
	top:0;
}

.screen {
	height:0;
	width:0;
}

.print {
	height:0;
	width:0;
	display:none;
}

#wrap {
	margin: 0 auto;
	padding:0;
	width: 792px;
	border-top: 4px solid #981825;
	border-left: 4px solid #981825;
	border-right: 4px solid #981825;
	background: url(images/nav-bg.gif) bottom left no-repeat #FEFEE8;
}

#header {
	padding:0;
	margin:0;
	width:792px;
	height: 130px;
	background: url(images/header-bg.jpg) top left no-repeat #981825;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:visited {
	color:#FFFFFF;
	text-decoration:none;	
}	

#header a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#header #logo {
	display:inline;
	float:left;
	padding: 0;
	margin: 0;
}

#header #logo-text {
	display:inline;
	float:left;
	padding: 0;
	margin: 0;
	color: #FDF9A5;
}

#header #logo-text #logo-name {
	padding: 22px 0 0 10px;
	font-size: 4.5em;
}

#header #logo-text #logo-slogan {
	padding: 0 0 0 10px;
	font-size: 1.3em;
}

#header #contact {
	display:inline;
	float:left;
	margin: 40px 0 0 50px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.5em;
}

#content {
	clear:both;
	background: none;
	overflow: hidden;
	height:auto;
}

#col-l {
	float:left;
	padding:0;
	margin:0;
	min-height: 350px;
	height:auto !important;
	height: 350px;
	width: 186px;
}

#nav {
	padding:0;
	margin:0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	width: 186px;
}

#nav ul {
	list-style-type:none;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

#nav ul li {
	border:1px solid #FDF9A5;
	width: 152px;
	background-color: #981825;
	padding: 8px 6px 8px 6px;
	margin: 0 0 6px 0;
}

#nav a {
	color: #FFFFFF;
	text-decoration:none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration:none;	
}	

#nav a:hover {
	color:#FDF9A5;
	text-decoration:none;
}

#pagecontent {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#pagetext-full {
	float: left;
	display: inline;
	padding: 18px 20px 20px 20px;
	margin:0;
	width: 566px;
	line-height:1.5em;
	min-height: 350px;
	height:auto !important;
	height: 350px;
	background: url(images/rightcol-bg.gif) top right no-repeat #FFFFFF;
}

#pagetext {
	float: left;
	display: inline;
	padding: 18px 20px 20px 20px;
	margin:0;
	width: 390px;
	line-height:1.5em;
	background-color: #FFFFFF;
	min-height: 350px;
	height:auto !important;
	height: 350px;
}

#pagetext h1, #pagetext-full h1 {
	color:#292929;
	font-weight:bold;
	font-size:1.30em;
	margin: 0 0 1em 0;
}

#pagetext h2, #pagetext-full h2 {
	color:#292929;
	font-weight:bold;
	font-size:1.1em;
	margin: 0 0 1em 0;
}

#pagetext h3, #pagetext-full h3 {
	color:#292929;
	font-weight:bold;
	font-size:1.05em;
	margin: 0 0 1em 0;
}

#pagetext h4, #pagetext-full h4 {
	color:#292929;
	font-weight:bold;
	font-size:1em;
	margin: 0 0 1em 0;
}

#pagetext p, #pagetext-full p {
	font-size:1em;
	margin: 0 0 1em 0;
}

#pagetext a, #pagetext-full a {
	color: #981825;
	text-decoration:none;
}

#pagetext a:visited, #pagetext-full a:visited {
	color: #981825;
	text-decoration:none;	
}	

#pagetext a:hover, #pagetext-full a:hover {
	color: #981825;
	text-decoration:underline;
}

#pagetext ul, #pagetext-full ul { 
	list-style-type:square;
	padding: 0 0 1em 15px;
	color: #292929;
}

#pagetext li ul, #pagetext-full li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}

#pagetext li ul li ul, #pagetext-full li ul li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}

#pagetext-full form {
	margin: 0;
	padding: 0 0 1em 0;
}

#pagetext-full fieldset {
	border: 1px solid #981825;
	padding: 0 5px 1em 5px;
	margin: 1em 0 0 0;
}

#pagetext-full legend {
	font-weight:bold;
	color: #981825;
}

#pagetext-full em {
	display: block;
	font-style:normal;
	padding: 1em 0 0 0;
	margin:0;
	clear:both;
}

#pagetext-full label {
	float: left;
	width: 25%;
	margin-top: 3px;
}

#pagetext-full .fmbutton {
	border: 1px solid #981825;
	background-color: #FFFFFF;	
	font-weight:bold;
	color: #981825;
	height: 23px;
	padding: 0 5px 0 5px;
	cursor:pointer;
	float:left;
	font-size: 0.9em;
	font-family: Verdana;
}

#pagetext-full .fmbutton:hover {
	color: #FFFFFF;
	background-color: #981825;

}

#pagetext-full .fmtext, .fmverify {
	border: 1px solid #981825;
	background-color: #FFFFFF;
	color: #981825;
	height: 17px;
	padding:2px 5px;
	vertical-align: middle;
	float:left;
	font-size: 0.9em;
	font-family: Verdana;
}

#pagetext-full .fmtextarea {
	border: 1px solid #981825;
	background-color: #FFFFFF;
	color: #981825;
	padding:2px 5px;
	vertical-align: middle;
	font-size: 0.9em;
	font-family: Verdana;
}

#pagetext-full .fmselect {
	border: 1px solid #981825;
	color: #000000;
	height: 21px;
	padding-top:2px;
	vertical-align: middle;
	font-size: 0.9em;
	font-family: Verdana;
}

#pagetext table, #pagetext-full table {
	padding: 0;
	margin: 0 0 1em 0;
	width: 100%;
}

#pagetext table th, #pagetext-full table th {
	margin: 0;
	padding: 5px 8px 5px 8px;
	text-transform: uppercase;
	color: #FAF998;
	background-color: #981825;
}

#pagetext table td, #pagetext-full table td {
	margin: 0;
	padding: 10px 8px 10px 8px;
	color: #981825;
	background-color: #FAF998;
}

#pagetext table td ul, #pagetext table td ul { 
	list-style-type:square;
	padding: 0 0 0 15px;
	color: #981825;
}

#pagetext table td ul li, #pagetext table td ul li { 
	padding: 0 0 15px 0;
}

#pagetext table td li ul, #pagetext table td li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}

#pagetext table td li ul li, #pagetext table td li ul li {
	padding: 0 0 15px 0;
}

#pagetext table td li ul li ul, #pagetext table td li ul li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}

#pagetext table td li ul li ul li, #pagetext table td li ul li ul li {
	padding: 0 0 15px 0;
}

#pagetext table.property, #pagetext-full table .property{
	padding: 0;
	margin: 0;
}

#pagetext table.property th, #pagetext-full table.property th {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #292929;
	background-color: #FFFFFF;
}

#pagetext table.property td, #pagetext-full table.property td {
	margin: 0;
	padding: 0;
	color: #292929;
	background-color: #FFFFFF;
}

#pagetext table.property td img, #pagetext-full table.property td img {
	border: 1px solid #981825;
}

#col-r {
	display:inline;
	float:left;
	padding: 18px 20px 20px 0;
	width: 156px;
	margin:0;
	line-height:1.5em;
	min-height: 350px;
	height:auto !important;
	height: 350px;
	background: url(images/rightcol-bg.gif) top right no-repeat #FFFFFF;
}

#col-r p {
	font-size:1em;
	margin: 0 0 1em 0;
}

#col-r #home-links {
	text-align: center;
	font-size: 0.9em;
}

#footer {
	clear:both;
	margin: 0 auto;
	padding:8px 0 0 0;
	width:792px;
	height: 42px;
	background: url(images/footer-bg.gif) no-repeat #981825;
	border-left: 4px solid #981825;
	border-right: 4px solid #981825;
	color: #FDF9A5;
	font-size:0.8em;
}

#footer a {
	color: #FDF9A5;
	text-decoration:none;
}

#footer a:visited {
	color: #FDF9A5;
	text-decoration:none;	
}	

#footer a:hover {
	color: #FDF9A5;
	text-decoration:underline;
}

#footer #footer-text {
	margin: 0;
	padding: 10px 0 0 245px;
}

#copyright {
	clear:both;
	margin: 0 auto;
	padding:0;
	width:800px;
	color: #981825;
	font-size: 0.8em;
}

#copyright a {
	color: #981825;
	text-decoration:none;
}

#copyright a:visited {
	color: #981825;
	text-decoration:none;	
}	

#copyright a:hover {
	color: #981825;
	text-decoration:underline;
}

#copyright #copyright-text {
	float: left;
	margin: 0;
	padding: 5px 0 10px 0;
}

#copyright #copyright-links {
	float: right;
	margin: 0;
	padding: 5px 0 10px 0;
}

.errorbox {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	border: 1px solid #FF0000;
	margin: 1em 0 0 0;
	padding: 8px;
	background-color: #FFD2D2;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.successbox {
	font-weight: bold;
	color: #33BB11;
	text-align: center;
	border: 1px solid #33BB11;
	margin: 1em 0 0 0;
	padding: 8px;
	background-color: #DFF5D9;
}

.success {
	font-weight: bold;
	color: #33BB11;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear:both;
}

.small {
	font-size: 0.75em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.imagealignleft {
	float:left;
	padding: 0;
	margin-left:0;
	margin-right:10px;
	margin-bottom:1px;
	margin-top:5px;
	clear:left;
}

.imagealignright {
	float:right;
	padding: 0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:1px;
	margin-top:5px;
	clear:right;
}

.pdf {
	background: url(images/pdf16.gif) no-repeat left center;
	padding: 1px 0 1px 22px;
}

hr {
	margin: 0 0 1em 0;
	border: none 0;
	border-top: 1px solid #981825;
	width: 100%;
	height: 1px;
}

#wp_page_numbers ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#wp_page_numbers li {
	float: left;
	display: block;
	margin: 0 5px; 0 0;
	padding: 0;
}

#wp_page_numbers li a {}

#wp_page_numbers li a:hover {}

#wp_page_numbers li.space {}

#wp_page_numbers li.first_last_page {}

#wp_page_numbers li.active_page a {}

#wp_page_numbers li.active_page a:hover  {}

#wp_page_numbers li.page_info {}