﻿html {
	overflow-y:scroll;
	height:100%; 
    box-sizing:border-box;
    scroll-behavior:smooth;
}



body{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:0.80em;
	margin:0 0 10px 0;
	height:100%;
}

header {
	background-color:#999999;
	padding:0px;
	height:75px;
	display:inline-block;
	width:100%;
}

header h1 {
	color:#FFA500;
	padding-left:45px;
	font-size:2.2em;
}

nav {
	background-color:#444;
	height:15px;
	position:sticky;
	top:0;
}

nav, nav a, nav a:visited {
	color:#fff;
	text-decoration:none;
	padding:15px;
}

nav a:hover {
	background-color:#0088d6;
}

nav .toplinks {
	float:right;
}

section {
	padding-left:15px;
}

section h1 {
	font-size:2.0em;
	line-height:120%;
}

footer {
	border-top:1px solid gray;
	padding-top:15px;
	height:40px;
	position:relative;
	bottom:0;
	margin-top:-56px;
	clear:both;
}


.wrap {
	min-height:100%;
}

.innerWrap {
	line-height:150%;
	padding-bottom:40px;
}

.ewCopy {
	font-size:80%;
}

section .entry {
	background-color:#F5F5F5;
	border:2px solid #d8d8d8;
	padding:7px 10px 7px 10px;
	webkit-border-radius: 5px;  
     -moz-border-radius: 5px;  
          border-radius: 5px;
          margin-bottom:30px;
          clear:both;
}

section .entry img {
	margin-right:45px;
	margin-bottom:20px;
}

section .entry h3 {
	color:#808080;
	font-size:1.5em;
	line-height:120%;
	clear:both;
}

@media (min-width: 30em) {

section .entry h3 {
clear:none;
}

}
