/* ==========================================================================
FONTS
========================================================================== */
@font-face {
    font-family: 'tangerineregular';
    src: url('fonts/tangerine_regular-webfont.eot');
    src: url('fonts/tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tangerine_regular-webfont.woff') format('woff'),
         url('fonts/tangerine_regular-webfont.ttf') format('truetype'),
         url('fonts/tangerine_regular-webfont.svg#tangerineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'garogierregular';
    src: url('fonts/garogier_unhinted-webfont.eot');
    src: url('fonts/garogier_unhinted-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garogier_unhinted-webfont.woff') format('woff'),
         url('fonts/garogier_unhinted-webfont.ttf') format('truetype'),
         url('fonts/garogier_unhinted-webfont.svg#garogierregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tangerinebold';
    src: url('fonts/tangerine_bold-webfont.eot');
    src: url('fonts/tangerine_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tangerine_bold-webfont.woff') format('woff'),
         url('fonts/tangerine_bold-webfont.ttf') format('truetype'),
         url('fonts/tangerine_bold-webfont.svg#tangerinebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,body{
	height: 100%;
	padding: 0;
	margin: 0;
}
html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	color: #695E4A;
    font-family: Arial;
    font-size: 17px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

* a:link, a:visited, a:hover, a:active {
    outline: none;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
Chrome Frame prompt
========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

/* ==========================================================================
Header
========================================================================== */
body {
	background-image: url(images/bg-header-int.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #eeebdf;
	height:100%;
}
.body-home{
	background-image: url(images/bg-header-home.jpg);
	background-color: #fdfcfa;
}
#wrapper {
	min-height:100%;
	position:relative;
}

header {
	position: relative;
	height: 39px;
}

.logo {
	clear: both;
	display: inline-block;
	height: 244px;
	
}
.icon-link{
	margin: 10px 25px 5px 10px;
	float: left;
	position: relative;
	z-index: 300;
}
.icon-link a:link, .icon-link a:visited{
	background-image:url(images/icon-home.png);
	display: inline-block;
	width: 18px;
	height: 17px;
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
}
.icon-link a:hover, .icon-link a:active{
	background-position: top left;
	text-decoration: none;
}

/* ==========================================================================
Top Navigation
========================================================================== */

.nav-container{
	position: relative;
	clear: right;
}
.nav-bar{
	text-align: left;
}
span.divider{
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	vertical-align: top;
	top: 8px;
	width: 2px;
}
.nav-container .nav-bar .nav-dropdown > a{
	cursor:default;
}
.nav-container .nav-bar .nav-dropdown span.divider{
	display: none;
	
}
/*
 * Level 1
 */
.nav-container .nav-bar .nav-lvl-1{
	display:inline-block;
	position: relative;
	margin-left: -6px;
	margin-right: -4px;
}
.nav-container .nav-bar .nav-lvl-1 > a {
	background-color: transparent;
    border: 2px solid transparent;
    color: #6C5A3D;
    display: inline-block;
    font-family: Arial;
	font-weight: bold;
    font-size: 16px;
    margin: 1px 0 0;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    z-index: 0;
	text-align:center;
}

.nav-container .nav-bar .nav-lvl-1.nav-whychoose > a{
	width: 178px;
}
.nav-container .nav-bar .nav-lvl-1.nav-services > a{
	width: 163px;
}
.nav-container .nav-bar .nav-lvl-1.nav-resources > a{
	width: 144px;
}
.nav-container .nav-bar .nav-lvl-1.nav-obit > a{
	width: 139px;
}
.nav-container .nav-bar .nav-lvl-1.nav-contact > a{
	width: 145px;
}
.nav-container .nav-bar .nav-lvl-1.nav-facebook > a{
	width: 131px;
}

.nav-container .nav-bar .nav-lvl-1:hover > a {
	border:2px solid #ffffff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.3);
	z-index: 203;
	text-decoration: none;
	color: #3f3420;
	font-weight: bold;
	background-color: #eeebdf;
}
.nav-container .nav-bar .nav-lvl-1:hover > .hide{
	position: absolute;
	width: 98%;
    width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
	height: 15px;
	background-color: #eeebdf;
	left: 0;
	bottom: -10px;
	z-index: 204;
	border-left: 2px solid white;
}
/*
 * Level 2
 */
.nav-container .nav-bar .nav-lvl-1 > .wrapper {
	background-color:#eeebdf;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 6px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 6px rgba(0, 0, 0, 0.3);
	border: 2px solid #ffffff;
	display: none;
	min-width: 193px;
	margin-top: 0px;
	position: absolute;
	z-index: 201;
	padding: 15px 0;
	left: 0;
}
.nav-container .nav-bar .nav-lvl-1:hover > .wrapper{
	display:block;
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2{
	display:block;	
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > a {
	background-color:#eeebdf;
    color: #877e6d;
    display: block;
    font-family: Arial;
    font-size: 16px;
    margin: 0px 14px;
    padding: 8px 7px;
    text-align: left;
    text-decoration: none;
	line-height: 16px;
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > a:hover{
	background-color:#ffffff;
	color: #3f3420;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-container .nav-bar .nav-lvl-1.mega > .wrapper {
	display: none;
	position: absolute;
	z-index: 201;
	width:591px;
	padding:0;
	left: 0;
}
.nav-container .nav-bar .nav-lvl-1.mega:hover > .wrapper{
	display:block;
}
.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2{
	display:inline-block;
	width:591px;
	vertical-align: top;
	padding:0;
	margin:0;
}

/*.nav-container .nav-bar .nav-lvl-1.mega > .wrapper > span.nav-lvl-2:nth-last-child(2){
	border-left: 1px solid #cbbd9a;
}*/
.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2 .mask{
	display: none;
}
.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2 .wrapper{
	padding:0;
	margin:0;
	width:591px;
	vertical-align: top;
}

.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2 > a {
	cursor:default;
	color: #2e4f5c;
	display: block;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}
.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2 > a:hover{
	cursor:default;
	background-color: transparent;
}
.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2.nav-last{
	border-bottom: 0px solid #858480;
}



/*
 * Level 3
 */
.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2 > a{
	display:none;
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > .wrapper {
	display:block;
	z-index: 200;
	padding: 6px 0 15px;
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > .wrapper > .nav-lvl-3{
	display:inline-block;
	width: 193px;
	margin: 8px 0;
	border-right: 1px solid #d7c7aa;
	vertical-align:top;
	min-height: 180px;
	
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > .wrapper > .nav-lvl-3 > a{
	cursor: default;
	color: #4b2524;
	display: block;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	margin: 11px 21px 5px;
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > .wrapper > .nav-lvl-3 > a:hover{
	cursor:default;
	background-color: transparent;
}

.nav-container .nav-bar .nav-lvl-1.mega > .wrapper .nav-lvl-2 .wrapper .nav-lvl-3.nav-last {
	vertical-align: top;
	border-right: 0px solid #dadbcb;
	
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > .wrapper > .nav-lvl-3 > .wrapper > .nav-lvl-4 > a {
    color: #877e6d;
    display: block;
    font-family: Arial;
    font-size: 15px;
    margin: 0px 14px;
    padding: 8px 7px;
    text-align: left;
    text-decoration: none;
	line-height: 16px;
	vertical-align: top;
}
.nav-container .nav-bar .nav-lvl-1 > .wrapper .nav-lvl-2 > .wrapper > .nav-lvl-3 > .wrapper > .nav-lvl-4 > a:hover{
	color: #3f3420;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



/* ==========================================================================
Footer
========================================================================== */

footer{
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	background-color: #c0a476;
}
.footer-home{
	position:static;
}
.push{
	height: 210px;
}
.footer-box {
	float:left;
	margin: 23px 90px 30px 27px;
	font-family: Arial;
}
.footer-box-last{
	margin-right: 0;
}

.footer-title {
	border-bottom: 1px solid #d4c3a7;
    color: #4b2524;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 9px;
}

.footer-text {
	color: #fdfcfa;
    font-size: 17px;
    line-height: 24px;
	border-bottom: 1px solid #d4c3a7;
	padding: 4px 0;
}

.footer-text a:link,
.footer-text a:visited{
	color:#fdfcfa;
	text-decoration:none;
}

.footer-text a:hover,
.footer-text a:active {
	color:#4b2524;
	text-decoration:none;
}
.sub-footer {
    color: #4b2524;
    font-size: 15px;
	font-family: 'garogierregular';
    text-align: center;
	margin-bottom: 10px;
}

.sub-footer a:link, .sub-footer a:visited {
	color:#4b2524;
	text-decoration:none;
}

.sub-footer a:hover, .sub-footer a:active {
	color:#fdfcfa;
	text-decoration:none;
}
/* ==========================================================================
Home
========================================================================== */

#content-home{
	display: inline-block;
    margin-top: -27px;
    min-height: 685px;
    vertical-align: top;
    width: 640px;
}
.leftside-home{
	width: 315px;
	display: inline-block;
	margin-top: 6px;
}
#obitlet-home{
	margin-left: 24px;
    margin-top: 28px;
	position: relative;	
}
.content-text-home{
	line-height: 27px;
    padding: 23px 34px;
    text-align: justify;
}
.calloutbox{
	position: relative;
	text-align: right;
	margin-top: 11px;
	z-index: 60;
}
.callout-inner{
	display: inline-block;
	width: 242px;
	height: 106px;
	background-color: #eeebdf;
	border: 9px solid #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	vertical-align:top;
	margin-left: 10px;
}
.callout-inner:hover{
	border: 9px solid #3d1413;
}
.callout-title{
	color: #473924;
    font-family: tangerineregular;
    font-size: 40px;
    line-height: 57px;
    margin-bottom: -6px;
}
.callout-text{
	color: #7A7265;
    display: table-cell;
    font-family: 'garogierregular';
    font-size: 19px;
    height: 50px;
    line-height: 22px;
    padding: 0 14px;
    vertical-align: middle;
    width: 213px;
}
.slide-home{
	border: 9px solid #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.2);
	width: 604px;
}

/* ==========================================================================
Interior
========================================================================== */


.home-container,
.header-container,
.footer-container{
	width:960px;
	margin:0 auto;
}

.main-container {
	margin:0 auto;
	position: relative;
	width:960px;
	clear: both;
}
.placeholder-photo{
	position:relative;
}
.main-content{
	position: relative;
	margin-top: -88px;
	padding: 0 34px 38px;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9); 
	
}
.leftside{
	display: inline-block;	
	width: 250px;
	vertical-align: top;
	margin-top: 18px;
}
#content{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 30px 15px 15px;
	min-height: 758px;
	vertical-align: top;
	padding-top: 9px;
	width: 670px;
}
#sidebar{
	background-color: transparent;
    border-top: 1px solid #C0A476;
	border-bottom: 1px solid #C0A476;
    margin: 40px 0;
    min-height: 300px;
    position: relative;
}

.icon-sidebar{
	left: 92px;
    position: absolute;
    top: -28px;
}
.quick-link{
	border-top: 1px solid #C0A476;
    padding-bottom: 16px;
}

/*=======   Flower Store  =======*/
body.flower-off .nav-bar .nav-dropdown .wrapper .nav-lvl-2[data-page-id="171"] {
	display: none;
}



/* ==========================================================================
Helper classes
========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
MEDIA QUERIES
========================================================================== */


/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
