@import url("forms.php");
/*@import url("anythingslider.css");*/
/*@import url("lytebox.css");*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}
i, em { font-style:italic; }
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#927222;
	text-decoration:none;
}
a:hover {
	color:#000;
}
.row1 span{font-family:'Georgia', Times, serif;}

/* ------------------ fonts ----------------------- */

@font-face {
	font-family: 'BebasRegular';
	src: url('../fonts/BEBAS___-webfont.eot');
	src: local('☺'), url('../fonts/BEBAS___-webfont.woff') format('woff'), 
		url('../fonts/BEBAS___-webfont.ttf') format('truetype'), 
		url('../fonts/BEBAS___-webfont.svg#webfontnqJLEELI') format('svg');
	font-weight: normal;
	font-style: normal;
	
}

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

}
.testimonialfont {
font-family: 'Courgette', cursive;
}

/* ---------------- layout tags --------------------- */

body {
	background:url(../images/bg_body.jpg) no-repeat center top;
	-webkit-background-size:100% 1100px !important;
	-moz-background-size:100% 1100px !important;
	-o-background-size:100% 1100px !important;
	-khtml-background-size:100% 1100px !important;
	background-size:100% 1100px !important;
	
	
	
	background-color: #d4a738 !important;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#494a4a;
}
body#home {
	background:url(../images/bg_body.jpg) no-repeat center top;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	-khtml-background-size:cover !important;
	background-size:cover !important;
	background-color: #d4a738 !important;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#494a4a;
}

.box {
	width:960px;
	margin:0 auto;
	position:relative;
}

/* header */
#header {
	background:#fff;
	border-top:solid 5px #d0a941;
	width:100%;
	height:90px;
}
#mobileheader {
	display:none;
}
#header .Column1st {
	width:320px;
	float:left;
}
#logo {
	text-align:center;
	padding-top:20px;}

.navigation ul { text-align:center; }

.navigation li {
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
	color:#d0a941;
	padding:36px 6px 0 6px;
}

.navigation a { color:#d0a941; }

.navigation a:hover { color:#000; }



/* container */
#container {
	background:url(../images/bg_c_top.png) repeat-x left top;
	width:100%;
	position: relative;
}

#navigation {
	width:100%;
	padding:30px 0 30px 0;
}

#navigation ul { text-align:center; }

#navigation li {
	display:inline-block;
	font-size:18px;
	padding:0 7px;
	text-transform:uppercase;
}

#navigation a { color:#fff; }

#navigation a:hover, #navigation a.active { color:#1b1b1b; }

blockquote.row1 {
	/*background:url(../images/bg_row1.png) repeat;*/
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
	width:100%;
	/*height:80px;*/
	color:#fff;
	text-align:center;
	padding-top:28px;
	padding-bottom: 28px;
	position: relative;
	bottom: 0px;
}
blockquote.row2 {
	xbackground:url(../images/bg_row1.png) repeat;
	background:#fff;
	width:100%;
	color:#000;
	text-align:center;
	position: relative;
	bottom: 0px;
}
blockquote.row1 h2 {
	text-transform:uppercase;
	font-size:37px;
	font-weight:normal;
}
blockquote.row1 span {
	display:block;
	font-size:20px;
	font-style:italic;
	line-height: 1.5em;
}
#showcase {
	width:100%;
	height:461px;
	padding:21px 0 21px 0;
}
.carousel-container {
	width:100%;
	position:relative;
	padding:30px 0 0 0;
} 
#carousel {
	width:630px;
	height:382px;
	margin:0 auto;
	position:relative;
	left: -9px;
}
.carousel-feature {
	border:13px solid #fff;
	cursor:pointer;
	overflow: hidden;
}
.prev, .next {
	position:absolute;
	top:50%;
	cursor:pointer;
	line-height:35px;
	text-indent:-9999px;
	z-index:999;
	width:30px;
	height:57px;
	display:block;
}
.prev {
	background:url(../images/slider_arrow.png) no-repeat left top;
	left:50%;
	margin-left:-361px;
}
.next {
	background:url(../images/slider_arrow.png) no-repeat right top;
	right:50%;
	margin-right:-362px;
}

.prev:hover { background-position:left bottom; }

.next:hover { background-position:right bottom; }

/* footer */
#footer {
	background:#d0a941;
	width:100%;
	padding-bottom:18px;
}
#footer .logo {
	height:38px;
	text-align:center;
	padding:18px 0 14px 0;
}
.by2fish {
	position: relative;
	top:2px;
}
#footer span {
	display:block;
	text-align:center;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
}

/* innerpage *//* innerpage */
#container-wrap { background:url(../images/bg_container_wrap.png) repeat-x left bottom; height: 1100px;position:absolute;width: 100%;z-index:1;}

.content {
	background:url(../images/bg_content.png) repeat;
	width:636px;
	margin:0 auto;
	padding:62px 92px 68px 92px;
	margin-top:23px;
	min-height: 500px;
	position: relative;
	z-index:2;
}
.box {
	position: relative;
	z-index:3;
}

.content .imgarea { padding-bottom:15px; }

.content h1 {
	font-size:33px;
	line-height:34px;
	text-transform:uppercase;
	font-weight:normal;
	padding-top: 20px;
	padding-bottom: 15px;
}
.content h3 {
	font-size:23px;
	line-height:34px;
	font-weight:normal;
	padding-top: 10px;
	color:#d4a738;
}
.content p {
	line-height:18px;
	padding-bottom:12px;
}
.content ul {
	line-height:18px;
	padding-bottom:12px;
	list-style: outside disc;
}
.content li {
	margin-left: 16px;	
}

/* fonts *//* fonts */
.navigation li, #footer span, .content h1, .content h3, blockquote.row1 h2 {
	font-family: 'oregon_ldoregular';
	font-weight:normal;
}

#navigation li {
	font-family: 'BebasRegular';
	font-weight:normal;
}

/*FOOTER STUFF
#by2fish {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#copyright {
	color: #000;
	font-size: 11px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}*/
/*END FOOTER STUFF*/

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.name, .title {
	font-family: 'oregon_ldoregular';
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	padding-top: 10px;
	color:#927222;
}
.title {
	font-style: italic;
}
.email {
	text-transform:uppercase;
	color: #d4a738;
}
.nopad, .content p.nopad {
	padding-bottom: 3px;
	padding-top: 7px;
}
.halfblock {
	display: block;
	width: 50%;
	float: left;
}
.imageblock {
	padding: 0px 25px 10px 0px;
	display: block;
	width:140px;
	float: left;
}
.prayercardblock {
	padding: 0px 25px 10px 0px;
	display: block;
	width:305px;
	float: left;
}

.last {
	padding-right: 0px;
}
.caskettype {
	font-size: 11px;
	color: #927222;
	font-style:italic;
	
}
body#obituaries .content {
	line-height: 1.6em;
}
#obitright {
	padding:15px 0px 15px 35px;
	float:right;
	width: 266px;
	position:relative;
	z-index:30;
}
#obitright a.buttons, #obitright a.buttons:visited {
	width: 266px;
	display: block;
	font-family: 'oregon_ldoregular';
	color: #D4A738;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	background: white;
	padding: 10px 0px;
	text-align: center;
	margin: 10px 0px;
}
#obitright a.buttons:hover {
	background: #d4a739;
	color: #fff;
}
.candle {
	float: left;
	padding: 0px 10px 8px 0px;
}
.success {
	font-weight: bold;
	color: #517504;
}
.error {
	font-weight: bold;
	color: #a60c0c;
}

.cont_box {
	border-bottom:1px dotted #c5c5c6;
	padding-bottom:6px;
	position:relative;
	margin-bottom:10px;
	position: relative;
}
.cont_box2 {
	padding:20px 0px;
	line-height:17px;
}
.plus {
	width:80px;
	position:absolute;
	right:0px;
	bottom:0px;
}
.plus a {
	width:80px;
	height:26px;
	display:block;
	background:url(../images/plus3.jpg) no-repeat left top;
}
.plus a.active {
	background:url(../images/plus3.jpg) no-repeat left -27px;
}

#fiftytwo {
	background: url(../images/52-weeks.png) no-repeat center bottom;
	
	position: relative;
}
#fiftytwo2 p {
	color: #000;
	padding-top: 0px;
}
#griefform {
	width: 670px;
	padding-top: 15px;
}
#fb {
	position: absolute;
	top: 5px;
	right: 20px;
}



/***** NEW VIGIL WALL ***********/
/***** NEW VIGIL WALL ***********/

.vigilbox {
	display:block; position:relative;
	background:#fff; 
	width:300px; height:auto; 
	padding:0px 0px; margin:0px 18px 18px 0px;
	box-shadow:0px 8px 6px -6px #343434; 
}

.vigilbox img {
	display:block; clear:both; position:relative; clear:both;
	height:auto; width:100%;
}


.vigilcomments {
	background:#fff url('../images/blockquote.png') top left no-repeat;
	clear:both;position:relative;display:block;
	width:80%; padding:12% 10% 12% 10%;
	font-family:Times New Roman, 'Times New Roman';
	font-size:18px; line-height:18px; font-style:italic;
	font-weight:100; color:#444;
}

.vigilcommentsWphoto {
	background:#fff url('../images/blockquote.png') top left no-repeat;
	clear:both;position:relative;display:block;
	width:80%; padding:12% 10% 12% 10%;
	font-family:Times New Roman, 'Times New Roman';
	font-size:18px; line-height:18px; font-style:italic;
	font-weight:100; color:#444;
}

.vigilmemories {
	background:#fff;
	clear:both;position:relative;display:block;
	width:80%; padding:12% 10% 12% 10%;
	font-family:Times New Roman, 'Times New Roman';
	font-size:18px; line-height:18px; font-style:normal;
	font-weight:100; color:#444;
}
.vigilcandle {
	background:#fff;
	clear:both;position:relative;display:block;
	width:80%; padding:5% 10% 5% 10%;
	font-family:Times New Roman, 'Times New Roman';
	font-size:18px; line-height:18px; font-style:normal;
	font-weight:100; color:#444;
}

.vigilname {
	clear:both;position:relative;display:block; background:none;
	width:100%; margin:0px; font-family:Helvetica, 'Helvetica'; 
	font-size:11px; line-height:18px; font-style:normal;
	font-weight:400; color:#a1a1a1;
	text-align:right;
}


/***** NEW VIGIL WALL ***********/
/***** NEW VIGIL WALL ***********/

.weeks52 {
	position: relative;
	top: -18px;
}
#subscribe_div {
	width: 670px !important;
}
#testsidebar {
		float:right;
		width:35%;
		background:url('/site_resources/images/quote.png') top left no-repeat rgba(232,217,165,0.5);
		color:#494a4a;
		padding:25px 28px 25px 28px;
		margin:68px 0 18px 30px;
		line-height: 22px;	
	}
	#testsidebar span {
		font-size: 16px;
		font-weight:bold;
		display:block;
		padding-top:8px;
		float:right;	
	}


@media all and (min-width: 710px) and (max-width: 960px) {
	body {
		
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-khtml-background-size: cover !important;
background-size: cover !important;
background-color: #d4a738 !important;
	}
	#header {
		display:none;
	}
	#mobileheader {
		display: block;
		background:#fff;
	border-top:solid 5px #d0a941;
	width:100%;
	padding-bottom: 15px;
	}
	.tablethide {display:none;}
	#navigation li.tablethide { padding:0; width:0px; }
	.box {
		width: 100%;
	}
	blockquote.row1 h2 {
		font-size: 28px;
	}
	#navigation {
		width: 90%;
		padding: 30px 5%;
	}
	#navigation li {
		font-size: 21px;
		text-shadow: 0 0 2px #000000;
		padding: 5px 6px;
	}
	.content {
		padding: 0px;
		margin-top: 0px;
		width: 100%;
		padding-bottom: 30px;
	}
	.content .imgarea {
		
	}
	.content .ta {
		padding: 0px 45px;
	}
	
	.content ul {
		margin-left: 60px;
	}
	.imgarea img {
		width: 100% !important;
		height: auto !important;
	}
	.imageblock {
		width: 21%;
		padding: 0px 5% 10px 0%;
	}
	.imageblock.last {padding-right:0px;}
	
	
	
	.imageblock img {
		width: 100%;
		height:auto;
	}
	.imageblock p {
		padding:0px;
	}
	
}
@media all and (max-width: 710px) {
	body {
		
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-khtml-background-size: cover !important;
background-size: cover !important;
background-color: #d4a738 !important;
	}
	.container {
		overflow: hidden;
	}
	#header {
		display:none;
	}
	#mobileheader {
		display: block;
		background:#fff;
	border-top:solid 5px #d0a941;
	width:100%;
	padding-bottom: 0px;
	}
	#navigation {
		display:none;
	}
	.box {
		width: 100%;
		overflow:hidden;
	}
	blockquote.row1 h2 {
		font-size: 18px;
	}
	.navigation ul {
		margin-top: 20px;
border-top: 1px solid #000;
	}
	.navigation li {
		display:block;
		padding: 10px 0;
		border-bottom: 1px solid #000;
	}
	
	#navigation {
		width: 100%;
		padding: 0px;
	}
	#navigation li {
		font-size: 21px;
		text-shadow: 0 0 2px #000000;
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #000;
	}
	#fiftytwo2 {
		display:none;
	}
	.content {
		padding: 0px;
		margin-top: 0px;
		width: 100%;
		padding-bottom: 30px;
	}
	.content .imgarea {
		
	}
	.content .ta {
		padding: 0px 30px;
	}
	
	
	.imgarea img {
		width: 100% !important;
		height: auto !important;
	}
	.vigilbox {
		width: 100%;
		-webkit-transform: none !important;
		position: relative !important;
	}
	.size60-20 .form_item.col4 select {
		width: 80%;
	}
	
	
	.size60-20 .form_item.col1,.size60-20 .form_item.col2,.size60-20 .form_item.col3,.size60-20 .form_item.col4,
	.size60-20 .form_item.col5,
	.size60-20 .form_item.col6,
	.size60-20 .form_item.col7,
	.size60-20 .form_item.col8,
	.size60-20 .form_item.col9,
	.size60-20 .form_item.col10{ width: 80% !important; }
	
	.size60-20 .form_item.col4 input,.size60-20 .form_item.col8 input, 	
	.size60-20 .form_item.col4 select,.size60-20 .form_item.col8 select,
	.size60-20 .form_item.col4 textarea,.size60-20 .form_item.col8 textarea { width: 80% !important; }
	
	form#contactform,form#vigilform {
		width: 100% !important; }
	.size60-20 .form_item, .size60-20 .stack {
		float: left;
		position: relative;
		margin-left: 0px;
		padding-bottom: 15px;
	}
	.size60-20 .form_row {
		width:80%;
	}
	.size60-20 .captcha.form_row {
		width:80%;padding-left:0;
	}
	#recaptcha_widget_div { 
        width:320px;
		overflow:hidden;
		position:relative;
		left:-30px;
		} 
.imageblock {
		width: 41%;
		padding: 0px 9% 10px 0%;
	}
	.imageblock.last {padding-right:0px;}
	.imageblock img {
		width: 100%;
		height:auto;
	}
	.imageblock p {
		padding:0px;
		height: 35px;
		overflow:hidden;
	}
	.symbol {display:none;}
	.halfblock{ width: 100%; padding:10px 0px;}


}