@font-face {
	font-family: "Lato Regular";
	src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
	font-family: "Open Sans";
	src: url(../fonts/OpenSans-Regular.ttf);
}

a {
	color: #00008B;
}

* {
	margin: 0px;
	padding: 0px;
	image-rendering: -webkit-optimize-contrast;
	line-height: 19px;
	font-family: "Lato Regular", Arial, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 1.5rem;
}

h2 {
	color: #00008B;
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 10px;
}

h1 + h2 {
	padding-top: 10px;
}

li {
	list-style-position: inside;
}

body {
	background-image: url("../graphics/body-background.jpg");
	margin-top: 50px;
	margin-bottom: 50px;
}

#site {
	display: block;
	width: 1200px;
	margin: auto;
}

header {
	height: 160px;
	background-image: url("../graphics/header_background.jpg");
}

#site-logo {
	float: left;
	padding-top: 30px;
	padding-left: 21px;
}

nav {
	font-size: 17px;
	font-weight: 600;
	text-align:right;
	width: 200px;
	float:right;
	padding-top:25px;
	padding-right:10px;
}

nav ul {
	list-style:none;
}

nav li {
	padding: 1px;
	color: #1a2a68;
	/*border-bottom:solid #214374 1px;*/
	padding-right: 3px;
	border-style: solid;
	border-spacing: 0;
	border-image: url('../graphics/nav-border.png') 1;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom-width: 1px;
}

nav a {
	font-family: Arial, sans-serif;
	display:block;
	color: inherit;
	text-decoration: none;
	font-size: 13pt;
}

nav li:last-child {
	border-bottom:none;
}

nav li:hover {
	color: #FFF;
	background: -webkit-linear-gradient(left, rgba(25,25,112,0), rgba(25,25,112,1));
	background: -o-linear-gradient(right, rgba(25,25,112,0), rgba(25,25,112,1));
	background: -moz-linear-gradient(right, rgba(25,25,112,0), rgba(25,25,112,1));
	background: linear-gradient(to right, rgba(25,25,112,0), rgba(25,25,112,1));
	background-size: 160px 100%;
	background-position: right;
	background-repeat: no-repeat;
}

#nav-thumbnail {
	margin-top: 26px;
	margin-right: 26px;
	display: inline-block;
	float: right;
	height: 108px;
	width: 168px;
	box-shadow: 0px 0px 5px #888888;
	background-image: url(../graphics/nav_thumbnails/house_home.jpg);
}

#banner {
	height: 298px;
	border-bottom: 1px solid #00008B;
	background-image: url("../graphics/home_banner.jpg");
}

#featured {
	float: right;
	background-image: url("../graphics/family-pride.png");
	height: 298px;
	width: 375px;
	padding: 100px 15px 15px 110px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	text-align: right;
	color: #FFF;
}

#featured h2 {
	font-size: 1.2rem;
	font-weight: normal;
	border-bottom: 1px solid #00008B;
}

#featured p {
	font-style: italic;
}

.read-more {
	font-weight: bold;
	color: #00008B;
}

#featured img {
	width: 250px;
}

#content-area {
	box-sizing: border-box;
	padding: 0px 21px;
	background-image: url("../graphics/white_background.jpg");
	background-size: 100% 100%;
	min-height: 610px;
}

#content-area > h1 {
	padding-left: 10px;
	padding-top: 5px;
}

#homepage-column-area {
	background-image: url(../graphics/white-gradient-bg.png);
	padding: 5px 5px;
	display: flex;
}

#main {
	flex-grow: 1;
	padding: 5px 10px;
}

#main p {
	padding: 0 10px 10px 10px;
}

#homepage-column-area #main {
	padding: 0;
}

#quicklinks .rounded-box-body {
	min-height: 250px;
}

#upcoming .rounded-box-body {
	min-height: 167px;
}

#button-area {
	width: 233px;
	height: 83px;
}

.rounded-box {
	width: 233px;
}

.rounded-box-top {
	height: 42px;
}

.rounded-box-body {
	background-image: url(../graphics/rounded-box/rounded-box-bg.png);
	background-repeat: repeat-y;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}

.rounded-box-body h2 {
	display: inline;
	padding: 0;
	margin-left: 10px;
	border-bottom: 2px solid darkblue;
}

.rounded-box-body p {
	margin-left: 10px;
	padding-bottom: 5px;
}

.rounded-bottom ul {
	padding-bottom: 0px;
}

.rounded-box-body ul li {
	list-style-image: url(../graphics/round-box-bullet.gif);
	list-style-position: outside !important;
	width: 170px;
	margin-left: 20px;
}

.rounded-box-bottom {
	height: 9px;
	background-image: url(../graphics/rounded-box/rounded-box-bottom.png);
	background-repeat: no-repeat;
}

footer {
	color: lightgray;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
	padding-top: 2px;
	height: 21px;
	font-family: Courier, sans-serif;
	font-size: 1rem;
	background-image: url("../graphics/footer_background.jpg");
}

.post-list {
	padding: 10px;
}

.post-item a {
	font-weight: bold;
	display: block;
}

.post-date {
	color: #333;
	font-weight: bold;
	margin-left: 10px;
	display: block;
}

.post-content {
	margin-left: 20px;
	font-style: italic;	
	display: block;
	padding-top: 10px;
}

.post-display .post-date {
	padding-left: 10px;
}

.post-list .post-content::after {
	content: "...";
}

.category-list {
	margin-left: 20px !important;
}

.category-item {
	display: inline-block;
	padding-right: 20px;
}

.category-display {
	padding: 10px;
}

.category-display h2{
	border-top: 1px solid #00008B;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 0;
	text-decoration: underline;
}

.category-display p {
	padding-left: 10px;
	font-style: italic;
}

.family-list {
	padding-top: 10px;
	text-align: left;
	display: block;
}

.family-list .family-member {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: center;
	margin-left: 14px;
	margin-right: 14px;
}

.family-member .member-bio {
	display: none;
}

img.family-tree {
	display: block;
	width: 100%;
}

.family-member img {
	height: 150px;
}