body {
	background-color: #FBEDD9;
}

h1, #aside h2 {
	color: #cbdcee;
	font-family: Tahoma;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 16px 0px 6px 0px;
	text-transform: none;
}

h2 {
	color: #F4810C;
	font-size: 1em;
	margin-bottom: .5em;
	text-transform: uppercase;
}

h3 {
	color: #0051AA;
	font-size: 1.3em;
	margin: .5em 0;
	padding-top: .5em;
}

#container {
	background: #fff;
}

#header {
	background-color: #0051aa;
	background-repeat: no-repeat;
	height: 287px;
	width: 100%;
	position: relative;
}

#header #navigation {
	bottom: 8px;
	font-size: 0.5 em;
	position: absolute;
	right: 10px;
}

	#header #navigation ul {
		margin: 0;
		padding: 0;
	}
	
	#header #navigation ul li {
		color: #fff;
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#header #navigation ul li a {
		color: #fff;
		text-decoration: none;
	}
	
	#header #navigation a:hover {
		color: #cbdcee;
	}
	
	#header #navigation .spacer {
		color: #55d3fc;
		padding: 0 5px;
	}

	#footer {
		background: #eee url('../images/footer-image.jpg') no-repeat;
		height: 162px;
	}

/** Home page
------------------------------------------*/

#home_page #header {
	background-image: url('../images/branding-home.jpg');
}

#home_page #sidebar {
}

#home_page #content {
	margin-left: -20px;
	width: 288px;
}

#home_page #aside {
	background: #f7f7f7;
	border-left: solid 1px #eee;
	padding: 0 5px;
	width: 221px;
}

#home_page #aside p {
	margin: 1em 0;
}

#home_page .entry {
	color: #7D7D7D;
}

	#home_page .entry a {
		color: #0051AA;
		white-space: nowrap;
	}

#home_page .entry h3 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	text-transform: uppercase;
}

	#home_page .entry h3 a {
		color: #F4810C;
		line-height: 1.1em;
		white-space: normal;
	}
	
	#home_page .entry .date {
		color: #bbb;
		display: block;
	}


/** Services page
------------------------------------------*/

#services_page #header {
	background-image: url('../images/branding-services.jpg');
}

#services_page h3 {
	border-top: solid 1px #eee;
}

/** News page
------------------------------------------*/

#news_page #header {
	background-image: url('../images/branding-news.jpg');
}

#news_page .date {
	color: #F4810C;
}

#news_page h2 a {
	font-size: 1.2em;
	color: #0051AA;
}

#news_page #archive {
	margin: 20px;
}

	#news_page #archive a {
		color: #222;
	}
	
	#news_page #archive a:hover {
		color: #555;
	}

/** Heat Efficiently Page
------------------------------------------*/

#heat-efficiently_page #header {
	background-image: url('../images/branding-heat.jpg');
}

#heat-efficiently_page #content {
	background: url('../images/world-hands.jpg') no-repeat bottom right;
	width: 479px;
	padding: 0 255px 0 20px;
}
	#heat-efficiently_page h1 {
		text-transform: uppercase;
		line-height: 100%;
		margin: 1em 0;
	}
	
	
/** Scrappage Page
------------------------------------------*/

#scrappage_page #header {
	background-image: url('../images/branding-scrappage.jpg');
}

/** Breakdown Page
------------------------------------------*/

#breakdowncover_page #header {
	background-image: url('../images/branding-breakdown.jpg');
}


/** Testimonials Page
------------------------------------------*/

#testimonials_page #header {
	background-image: url('../images/branding-testimonials.jpg');
}

	#testimonials_page p strong {
		display: block;
		margin-top: -10px;
		color: #F4810C;
	}

	#testimonials_page #more_link {
		position: absolute;
		right: 40px;
		top: 25px;
	}
	
		#testimonials_page #more_link {
			color: #386DC8;
			font-size: 1.2em;
			text-decoration: none;
		}
		
		#testimonials_page #more_link:hover {
			text-decoration: underline;
		}
		
/** Contact Page
------------------------------------------*/

#contact_page #header {
	background-image: url('../images/branding-contact.jpg');
}
