/*  
Theme Name: Ardee Old Rectory
Theme URI: http://serenos.net/
Description: Theme for ardeeoldrectory.com.
Version: 0.8
Author: Alastair Graham
Author URI: http://serenos.net/
*/



/* Begin Typography & Colors */
html {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Geneva, 'Lucida Sans', Verdana, Arial, Sans-Serif;
	background: #A38772;
	color: #000;
	text-align: center;
	}

body {
	background: #ECE7E2 url('images/bkgnd.jpg');
	font-size: 1.4em;
	width: 817px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}
	
#header {
	background: #ECE7E2 url('images/header.jpg') no-repeat;
	height: 226px;
	padding: 0;
	margin: 0;
	}
#headerimg {
	padding: 5px 0 0 14px;
	}
	
#address {
	margin: 0;
	padding: 0 296px 0 0;
	height: 100px
	float: right;
	font-size: 19px;
	line-height: 20px;
	color: #fff;
	text-align: right;
	}
	
a:hover {
	color: #852303;
	}
	
	
#title a {
	display:block;
	width: 379px;
	height: 96px;
	margin:  0 8px;;
	color: #fff;
	font-size: 0px;
	background: url("images/title.jpg") no-repeat;
	text-decoration: none;
	}
	
#title a:hover { 
	background-position: -384px 0;
	}
	
	
#nav {
	height: 25px;
	background: #ECE7E2 url('images/nav.jpg') no-repeat;
	font-size: 19px;
	line-height: 19px;
	color: #fff;
	padding: 0 17px;
	}
	
	
#nav ul {
	margin: 0;
	padding: 3px 0 0 0;
	} 

#nav ul li {
	margin-left: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	border-right: 2px solid #fff;
	}
	
		
#nav ul li.last {
	border-right: none;
	list-style: none;
	}
	
#nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 14px;
	}
	
#nav a:hover {
	color: #852303;
	text-decoration: underline;
	}
	
h2 {
	font: 1.5714em 'Lucida Sans', Verdana, Arial, Sans-Serif
	}
	
#content {
	float: left;
	padding: 0 0 0 31px;	
	margin: 0;
	}
	
.post {
	width: 379px;
	}
	
#sidebar {
	padding: 0 20px 0 430px;
	margin: 0;
	}
	
.center {
	text-align: center;
	}

img {
	display: block;
	margin: 10px 0 10px 0;
	}

	
#footer {
	clear: both;
	background: #ECE7E2 url('images/footer.jpg') center bottom no-repeat;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
	}
	
#footer a {
	color: #000;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #191E00;
	}
	
#footer a:hover {
	color: #852303;
	}

	
hr {
	margin: 5px 50px;
	}

