/* ---------------------------
Author: Barry G. White
Author URL: http://www.creativebridge.co.uk
Website: http://www.vidacorenewable.com/
Version: 1
------------------------------ */

/* Eric Meyer's CSS Reset */
/* (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {list-style: none; margin-bottom: 1em;}
/* tables still need 'cellspacing="0"' in the markup */
table {border: 0; border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* Global Styles
------------------------------ */
body {
	font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ddd;
	background: #000;
	}

/* Classes */
.gutter {padding: 0 25px;}
.clear {clear: both;}
.float-l {float: left;}
.float-r {float: right;}
.em {font-weight: bold;}
.small {clear: both; font-size: 0.9em; text-align: left;}
.large {font-size: 1.8em;}

/* Typography
------------------------------ */
p {font-size: 1.2em; margin-bottom: 1.5em; line-height: 1.5em;}

em {font-weight: bold; font-style: normal; color: #bb8d0b;}
address {font-style: normal; font-size: 1.2em; line-height: 1.5em; margin-bottom: 1.5em;}
cite {font-style: italic;}
sub {vertical-align: sub; font-size: 0.8em;}

/* links */
a, a:link, a:visited {color: #fff; text-decoration: underline;}
a:hover {text-decoration: none;}

/* headings */
h1 {font-size: 4em; font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif; text-indent: -999em;}
h2 {font-size: 2.4em; font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 1em; text-indent: -999em; background-repeat: no-repeat; clear: both;}
h3 {font-size: 1.8em; margin-bottom: 1em; text-indent: -999em; background-repeat: no-repeat; clear: both; color: #bb8d0b;}
h4 {font-size: 1.6em;}
	/* image replacement */
	/* h1 */
	h1 {background: #000 url(img/headings/logo.png) no-repeat center; width: 339px; height: 193px; margin: 0 auto;}

	/* h2 */
	#home-page h2 {background-image: url(img/headings/home.png); width: 77px; height: 15px;}
	#about-page h2 {background-image: url(img/headings/about.png); width: 74px; height: 15px;}
	#services-page h2 {background-image: url(img/headings/services.png); width: 103px; height: 15px;}
	#contact-page h2 {background-image: url(img/headings/contact.png); width: 90px; height: 14px;}
	
	/* h3 */
	#services-page h3.burial {background-image: url(img/headings/services-burial.png); width: 43px; height: 15px;}
	#services-page h3.exhumation {background-image: url(img/headings/services-exhumation.png); width: 97px; height: 16px;}
	#services-page h3.cremation {background-image: url(img/headings/services-cremation.png); width: 83px; height: 16px;}
	#services-page h3.horses {background-image: url(img/headings/services-horses.png); width: 89px; height: 19px;}

/* pages */
#sidebar {color: #bb8d0b; font-size: 0.8em;}

/* Layout
------------------------------ */
#wrap {width: 960px; margin: 0 auto; background: #000;}

#header {width: 960px; margin: 1em 0 4em 0;}

#nav {clear: both;  float: left; font-size: 2em; width: 420px; list-style-type: none; margin: 0 0 1em 0; padding: 0;}
	#nav li {float: left; line-height: 1em;}
		#nav li a, #nav li a:link, #nav li a:visited {
			text-indent: -999em;
			display: block;
			text-decoration: none;
			color: #bb8d0b;
			height: 38px;
			background-color: #000;
			background-repeat: no-repeat;
			}
		
		#nav-home a, #nav-home a:link, #nav-home a:visited {background-image: url(img/nav-home.png); width: 65px;}
		#nav-about a, #nav-about a:link, #nav-about a:visited {background-image: url(img/nav-about.png); width: 104px;}
		#nav-services a, #nav-services a:link, #nav-services a:visited {background-image: url(img/nav-services.png); width: 134px;}
		#nav-contact a, #nav-contact a:link, #nav-contact a:visited {background-image: url(img/nav-contact.png); width: 116px;}
		
		#nav li a:hover, 
		#home-page #nav-home a, 
		#about-page #nav-about a, 
		#services-page #nav-services a, 
		#contact-page #nav-contact a {color: #fff; background-position: 0 -38px;}
		
#content {float: left; clear: both}

#main {width: 670px; float: right; border-left: 2px solid #bb8d0b; padding: 0 0 165px 0; background: #000 url(img/logo-bg.png) no-repeat bottom right;}
	#main p {padding-right: 200px;}
		#contact-page #main p {padding-right: 60px;}
	#brendaandwill {margin-top: -60px; font-size: 0.9em;}


#sidebar {width: 288px; float: left;}
	#sidebar p.image {text-align: center; line-height: 4em;}
		#home-page #sidebar p.image {line-height: 1em;}
	#sidebar .gutter {padding: 0 27px;}

#footer {clear: both; width: 960px; font-size: 0.8em; padding: 4em 0 1em 0;}
#footer p {text-align: center;}

.leftcol {float: left; clear: both;}

#gmap {width: 223px; height: 223px; background: #666; float: left; margin-bottom: 4em;}