html
{
	color: black;
	
	background: #3b9ede; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b9ede 0%, #9bceee 74%, #9bceee 74%, #9bceee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b9ede), color-stop(74%,#9bceee), color-stop(74%,#9bceee), color-stop(100%,#9bceee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b9ede 0%,#9bceee 74%,#9bceee 74%,#9bceee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b9ede 0%,#9bceee 74%,#9bceee 74%,#9bceee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b9ede 0%,#9bceee 74%,#9bceee 74%,#9bceee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b9ede 0%,#9bceee 74%,#9bceee 74%,#9bceee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ede', endColorstr='#9bceee',GradientType=0 ); /* IE6-9 */
}

#page
{
	width: 750px;
	margin: auto;
	
	border: 5px solid rgb(234,243,253);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#header
{
	width: 100%;
	min-height: 60px;
	max-height: 60px;
	display: table;
	border-top: 1px inset black;
	border-bottom: 1px solid white;
	background-image: url("/themes/Blauvelt Custom Theme/images/headerBG.png");
	background-repeat: no-repeat;
}

#logo
{
	width: 15%;
	display: table-cell;
}

#logo img
{
	padding-left: 15px;
}

#hdrNav
{
	width: 85;
	display: table-cell;
	vertical-align: middle;
}

#hdrNav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#hdrNav ul li
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: .9em;
	border-right: 1px solid black;
}

#hdrNav ul li:last-child
{
	border-right: none;
}

.nav-selected
{
	color: black;
}

.nav a
{
	text-decoration: none;
}

#hdrDivider
{
	min-height: 17px;
	background-image: url("/themes/Blauvelt Custom Theme/images/headerDivider.png");
}

#lsbPage
{
	display: table;
	width: 100%;
	min-height: 295px;
	max-height: 295px;
}

#leftSidebar
{
	display: table-cell;
	width: 20%;
	background-color: rgb(196,213,236);
	vertical-align: top;
	padding-top: 20px;
	border-top: 1px solid #5982B8;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

#leftSidebar ul
{
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

#leftSidebar ul li
{
	list-style-type: none;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#leftSidebar ul li:last-child
{
	border-bottom: none;
}

#leftSidebar ul li a
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
}

#leftSidebar ul li:hover
{
	background-color: rgb(206,219,239);
}

#leftSidebar ul li.nav-selected
{
	list-style-image: url("/themes/Blauvelt Custom Theme/images/listArrow.png");
}

#leftSidebarBot
{
	background-image: url("/themes/Blauvelt Custom Theme/images/sidebarBG.png");
	min-height: 295px;
	max-height: 295px;
	background-size: cover;
}

#lsbBody
{
	display: table-cell;
	width: 80%;
	background-color: white;
	padding-top: 20px;
	border-top: 1px solid #5982B8;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 10px;
}

#lsbBody p
{
	padding-left: 20px;
	padding-right: 20px;
}

#socialIcons
{
	text-align: right;
}

#footer
{
	width: 750px;
	text-align: center;
	margin: auto;
}

#footerNav ul li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
}

#fooerNav ul li a
{
	display: block;
	width: 100%;
	padding: 5px;
}

#footerNav ul li a:hover
{
	background-color: rgb(206,219,239);
}

/*
** 
   Obituary Styles - Start
**
*/

.ccm-page-list-description
{
	margin-top: -15px;
	padding-left: 10px;
}

.obit
{
	margin-top: -10px;
}

.obitLbl
{
	width: 150px;
	float: left;
	padding-right: 10px;
}

#obitBio
{
	display: inline;
}

#obitBio p
{
	text-align: justify;
}

#obitImg
{
	float: right;
	padding: 5px;
}

#obitImg img
{
	max-width: 200px;
	max-height: 250px;
}

.obitTitle
{
	background-color: #ABC3E7;
	padding: 2px;
	width: 95%;
	
	border-top: 2px solid #3682B6;
	border-bottom: 2px solid #3682B6;
}

#obitDateNav
{
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #C4D5EC;
	padding: 25px;
}

/*
**
   Obituary Styles - End
**
*/