/*
Theme Name: Hearson
Theme URI: http://www.hearsoncottagesdevon.co.uk
Description: Custom theme for Hearson Cottages Devon based on the default WordPress theme for WP 1.6,  based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Clare Associates


	Kubrick v1.5
	 http://binarybonsai.com/kubrick/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	 font-size: 80%; 
	 font-family:  Arial, Tahoma, Verdana, sans-serif;
	 color: #413F2B;
	text-align: center;
	background-color: #F7F7D8;
	}

#page {

	}

#content { margin-left: 200px;
		background-color: #ffffff;
	 border:1px solid #d2cfc2;
	text-align: left;
	padding:1em;
	font-size:1.2em;
}
	
#content a {
	text-decoration:underline;
	color:#000000;
}

#content a.post-edit-link {
	font-size:0.8em;
	color:#999999;
}

#content td {
	 border:1px solid #d2cfc2; padding:2px;
}



#header h1, #header h1  a {
float:right;
color:#cccccc;
font-style: italic;
font-size:1.2em;
text-decoration: none;
margin-right:2em;
	}

#menu {
	position:absolute;
	top:10px;
	left:5px;
	width:170px;
		background-color: #F7F7D8;
		font-size: 1em;
		text-align:left;
}

#menu ul {	margin-left:5px; padding-left:0px;}

#menu a {text-decoration: none; color: #58553F; }

#menu li.menuselected a {color: #000000; }

#menu a:hover {text-decoration: none; color: #000000; }

#menu li{	list-style: none; margin: 3px; padding: 3px; border: 1px solid #A09D8A; }
#menu li ul {	border: 1px solid #A09D8A; margin: 3px; padding: 3px;}

#menu li.login {border:none; font-size:0.8em;}

.post h2 {
	color:#2d3502;
	font-style: italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:3.5em;
	margin-top:2px;
}

.post .entry h2 {
	color:#000000;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
}

#footer {
	 background-color: #ffffff;
	 border:1px solid #d2cfc2;
	 margin-left: 200px;
}