* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px; scroll-behavior: smooth;}
body {height: 100%;}

/* Layout */
#container {
	width: 760px;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	background: #AFD8AF;
}
	
#header {
	height: 100px;
	color: #AFD8AF;
	border-bottom: 2px solid #503A22;
}
#footer {
	color: #503A22;
	margin-top: 10px;
	padding: 5px 0px 10px 5px;
	border-top: 2px solid #503A22;
	line-height: 1.25em;
}

#content {
	padding: 5px, 5px, 0px, 5px;
}
/* Body Typeset */
body {
	font: 87.5% "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	background: #AFD8AF;
	color: #392918;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, horline {
    margin: .5em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #503A22;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 3px;
	border-bottom: 1px solid #503A22;	
}
	
h1 { font-size: 200%; }
h2 { font-size: 162.5%; }
h3 { font-size: 150%; border-width: 1px; }
h4 { font-size: 125%; }
h5 { font-size: 106.25%; font-weight: bold; }
h6 { font-size: 87.5%; font-weight: bold; }

.logo {text-align: center;}

.gall {
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 3px;
	color: #503A22;
	font-size: 125%;
}

.gallbold {
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 3px;
	color: #503A22;
	font-size: 125%;
	font-weight: bold;
}

.horline {
    height: 24px;
    margin: 16px 0px 16px 70px;
}
    
.disc-tbase {
	WIDTH: 100%; FLOAT: left; CLEAR: both;
}
   
.disc-fa {
	FLOAT: left;
}

.disc-col {
	WIDTH: 33.3%;
}
  
.postdate { 
    float: left;
    color: #AFD8AF;
    font-family:Trebuchet MS;
    font-size: 1em;
    text-align: center;
	font-weight: bold;
	margin: 0 4px 0 0;
    padding: 3px;
    width: 24px;
    height: 32px;
    background: url(../images/current/dateblk.png) no-repeat;
} 
/* Links */
a, a:link, a:active {
	color: #281d11;
	text-decoration: none;
}
a:visited {
	color: #281d11;
	text-decoration: none;
}
/* style features */
.center {text-align: center;}

#nav {
	border-bottom: 2px solid #503A22;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 106.25%;
	padding: 8px;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	padding: 0;
	display: inline;
}
#nav li a {
	padding: 5px 10px 5px 10px;
	margin-bottom: 0;
	border: 0;
	color: #503A22;
}
#nav li a:hover {
	color: #503A22;
	border-bottom: 5px solid #503A22;
}
.framed {
	border: solid 3px;
	color: #503A22;
	text-decoration: none;
	width: 200px;
	height: 200px;
}
/* Lists */
ul, ol {
	margin-left: 20px;
	padding: 5px;
	list-style-type: none;
}
li {
	padding: 2px;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 190px;
	background-color: #D5EAD5;
	color: #503A22;
	text-align: left;
	border-radius: 5px;
	border-style: solid;
	border-color: #503A22;
	border-width: thin;
	padding: 3px 3px;
	position: absolute;
	z-index: 1;
	top: 12.5%;
	left: 50%;
	margin-left: -96px;
	opacity: 0;
	transition: opacity 1.5s;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}