﻿html {
	height:100%;
}

body {
	font-family: 'IM Fell English', serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F1E9D2; /*parchment*/;
	color: #000000; /*black*/
}
/*===== indicates no border around any image =====*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ==== margins auto center the container on the page ====*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 92%;
}
/*===== styles for top banner =====*/
#banner {
	background-position: center 85%;
	padding: 1px;
	background-color: #FFFFFF;
	background-image: url('../images/Banner.png');
	background-size: 80%;
	height: 150px;
	width: 80%;
	color: #000000;
}

/*===== styles for top menu =====*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #AB9F5F;
	border-bottom: 2px solid #AB9F5F;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*===indent paragraph===*/
p {
	text-indent: 2em; /* indent 2 times the font size */
}

/*===== all site links =====*/
a:link {
	font-weight: bold;
	color: #726A40;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #1705b8;
	background: transparent;
	padding: 0px;
	text-decoration: underline wavy rgb(1, 1, 22) 2px;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #0f41e6;
	color: #eee56d;}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #726A40;
}
/*===== styles for main content area =====*/
#content {
	margin-right: 140px;
	margin-left: 140px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

figure {
  text-align: justify;
}

/*====center photo caption====*/
figcaption {
  display: block;
  color: #333;
  font-size: 1em;	
  margin-top: 8px; /* optional spacing */
  font-style: italic; /* optional styling */
 }

/*===== content area list items =====*/
#content ul li {
	list-style-image: url('green-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('green-bullet-sm.gif');
	padding: 2px 0;
}





/*====== Center left and right navigation boxes ======*/
#leftnav,
#rightnav {
    text-align: center;
}

#leftnav ul,
#rightnav ul {
    padding-left: 0;
    list-style-position: inside;
}








/*===== Navigation Bar - Right hand side =====*/
#rightnav {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #242F24;
	float: right;
	background-color: #ffffff;
	width: 117px;
}
#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding: 2px 0;
}
#rightnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
#rightnav p {
	font-size: .8em;
}
/* ===== Navigation Bar - Left hand side ===== */

#leftnav {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #242F24;
	float: left;
	background-color: #ffffff;
	width: 117px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}

/*===== Styles for footer =====*/
/*
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.site-footer {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.footer-content {
    text-align: center;
}

.footer-nav {
    text-align: center;
}
*/


/*===== Styles for footer =====*/
.site-footer {
    width: 95%;
    margin: 10px auto;
    padding: 5px;
    border-top: 2px solid #242F24;
    clear: both;
    background-color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
}

.site-footer p {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-content {
    text-align: center;
}

.footer-nav {
    text-align: center;
}










/*===== general styles =====*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/*===== Styles for heading tags =====*/
h1, h2, h3, h4 {
	color: #485E48; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #EBDF9F; /*lt green*/
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}





/*===== used to center anything =====*/
.center {
	text-align: center;
}
/*===== floats images to right or left =====*/
.image-right { 
	float: right;
	width: 800px;
	margin: 0 0 15px 15px;
	text-align: center;
}	
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.smtxt {
	font-size:small;
}

.fotoinfo{
   line-height: 2 ;
}

.right-align {
    text-align: right;
}

