/* ------------------------------------
Keith Palmer Style Sheet (screen)
version: 2.0
website: http://www.keithpalmer.org
------------------------------------- */


/*typography and colours
--------------------------------------*/


body {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:small;
	}
	
p, #content ul {
	line-height:1.6em;
	 }
	 
h1 {
	font-size:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	} 
	
h2 {
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	} 	

a {
	color:#09C;
	}

	
.breadcrumb {
	color:#666;
	font-size:90%;
	}
	
.breadcrumb a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #999;
	}	



/*navigation
--------------------------------------*/

#navigation {
	display:none;
	}
	

	
/*form
--------------------------------------*/	

label {
	display:block;
	float:left;
	padding-bottom: 5px;
	width:10em;
	}
	
input[type="text"], textarea {
	border:#ccc solid 1px;
	}	
	
fieldset {
	border:#ccc solid 1px;
	}		
	
legend {
	color:#999;
	}	
	
form {
	width:600px;
	}
	

/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}	
	
div.rule {
	height: 1px;
	border-top: 1px solid #cccccc;
	margin: 20px 0 20px 0;
	}

div.rule hr {
	display: none;
	}	
	

img {
	border:none;
	}

.button {
	margin: 20px 55px 10px 10px;
	width:132px;
	float:left;
	}
	
.button a {
	display:block;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
	}	
	