* { margin: 0; padding: 0; }
body { background-color: #f3d7a8; font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; color:#222;}

p { font-size: 1.2em; line-height: 1.4em; margin: 20px 0px 20px 0px; }

.clear { clear: both; }

#container { margin: 0 auto; width: 900px; background-color: #ffffff; background-image: url(images/background.png); background-repeat: repeat-y; padding-left: 15px; padding-right: 15px; }

/* HEADER ---------------- */

#header { width: 900px; height: 219px; background: url(images/header.jpg) top left no-repeat; }
#header h2, #header h4 { display:none; }
#header .call-now {
	position:relative;
	top:10px; left:660px;
}

/* MENU ------------------------------------------- */

/* 1st level */
#menu { 
	width: 200px; 
	float: left; 
	background-color: #b78c85; 
	padding-top: 29px; 
	border-top: 1px solid #ffffff; 
}
#menu ul { 
	list-style: none; 
	border-bottom: 1px solid #f3d7a8; 
}
#menu li a { 
	color: #f3d7a8; 
	text-decoration: none; 
	display: block; 
	width: 200px; 
	border-top: 1px solid #f3d7a8; 
	height: 30px; 
	line-height: 30px; 
	text-transform: uppercase; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-indent: 20px; 
}
#menu li a:focus, #menu li a:hover { background-color: #f3d7a8; color: #b78c85; }

/* 2nd level */
#menu ul li ul { border: 0; background: #b78c85; }
/*#menu ul li.current_page_item ul, #menu ul li.current_page_parent ul { display: inline; background: #b78c85; }*/
#menu ul li ul li a { text-indent: 30px; }

/* focus */
#menu li.current_page_item a {
	background-image:url(images/current-item.png);
	background-position:right 9px;
	background-repeat:no-repeat;
}
#menu li.current_page_item ul li a {
	background-image:none; /* stop all 2nd level being highlighted */
}

/* item specific */
li.page-item-140, li.page-item-146 { /*greater manchester+lancashire */
	background:#99251e;
}



/* CONTENT -------------------------------------------*/

#content { width: 640px; float: left; padding: 30px; }
#content h1 {
	font-size:3.0em;
	font-weight:normal;
	color:#99251e;
	padding-bottom:15px;
	border-bottom:1px solid #99251e;
	margin-bottom:15px;
}
#content h2 {
	font-size:1.8em;
	color:#99251e;
	margin:20px 0px;
}

#content h4 { /* first paragraph */
	font-size:1.5em;
	font-weight:normal;
}

#content ul {
	font-size:1.2em;
	line-height:1.8em;
	list-style:none;
	float:left;
	margin-bottom:20px;	
}
#content li {
	padding-left:30px;
	background:url(images/tick.png) center left no-repeat;
	font-weight:bold;
	color:#99251E;
}

/*#content h1, #content h2 { background-color: #99251e; padding: 20px; color: #ffffff; text-align: center; font-size: 1.8em; margin-bottom: 20px; }*/
#content h1 a, #content h2 a { color: #ffffff; text-decoration: none; }
#content h1 a:focus, #content h2 a:focus, #content h1 a:hover, #content h2 a:hover { text-decoration: underline; }
#content a { color: #99251e; text-decoration: none; font-weight: bold; }
#content a:focus, #content a:hover { text-decoration: underline; }
#content .postmetadata { border-top: 2px solid #99251e; padding: 20px 0 0 0; }
#content img.alignleft { float: left; margin: 0px 15px 15px 0px }

ol.commentlist { list-style: none; }
ol.commentlist li { border-bottom: 2px solid #99251e; margin-bottom: 20px; }
ol.commentlist .vcard { margin-bottom: 20px; }
ol.commentlist img.avatar { border: 2px solid #99251e; display: none }
ol.commentlist cite { color: #ffffff; text-align: center; font-size: 1.8em; margin-bottom: 20px; }

#commentform #comment { width: 640px; }

.youtube-channel {
	background:url(images/youtube.png) top left no-repeat;
	height:40px;
	display:block;
	line-height:40px;
	padding-left:108px;
	font-size:1.4em;
	margin:50px 0;
}

.house-link {
	background:url(images/house-link.png) top left no-repeat;
	display:inline-block;
	margin:10px 5px 10px 5px;
	width:220px; height:80px;
	line-height:80px;
	font-size:1.6em;
	padding-left:90px;
}

.address-box {
	background:#dbc5c2 url(images/house-icon.png) top left no-repeat;
	float:left;	margin:5px;
	width:220px; height:100px;
	padding-top:5px;
	padding-left:90px;
}
.address-box p {
	margin:0;
}

.clear { clear:both; }

/* FOOTER ---------------------------------------------*/
#footer { 
	margin: 0 auto; 
	clear: both; 
	background: url(images/footer.png) top left no-repeat; 
	width: 900px; height: 93px; 
	padding-left: 15px; padding-right: 15px; padding-bottom:20px;
}
	
	
	
	
	