@charset "utf-8";
/*************************************
 * Main stylesheet for my website.   *
 * Last update: 2017-05-22 18:05:19  *
 * Henry Hedden                      *
 *************************************/
@import url(fonts-colors.css);
* {
	padding: 0px;
	margin: 0px;
}
a:focus {outline: none;}
a:link {text-decoration: none;}
header {
	background-color: #aaa;
	padding: 12px;
}
h1 a {
	margin-left: 14px;
	padding: 6px;
	border-radius: 6px;
}
h1 a:hover, h1 a:focus {background-color: #eee;}
h1 a:link, h1 a:visited {color: #000;}
div.main {
	position: relative;
	background-color: #eee;
	margin: 12px auto 12px auto;
	max-width: 50em;
	padding: 30px;
	overflow: auto;
	border-radius: 6px;
	font-size: 1.1em;
}
div.main a:visited {color: #a0a;}
div.main a:hover{color: #d80;}
div.main a:focus {text-decoration: underline;}
div.main header {
	background: none;
	padding: 0px;
	text-align: center;
	margin-bottom: 12px;
}
div.main header * {text-indent: 0px;}
div.main h2 {
	margin-bottom: 8px;
	text-align: center;
}
div.main p {
	margin-top: 4px;
	margin-bottom: 4px;
}
div.main.bodytext p {
	text-indent: 50px;
	margin-top: 10px;
}
div.main abbr {
	border: none;
	font-weight: bold;
}
section {
	margin-top: 20px;
	margin-bottom: 20px;
}
li {margin-top: 4px;}
li p {line-height: 110%;}
nav#menu {
	background-color: #ddf;
	padding: 4px 4px 4px 20px;
	font-family: Verdana, sans-serif;
}
nav#menu a {
	display: inline;
	padding: 10px;
	margin-left: 0px;
	font-size: 14pt;
	border-radius: 4px;
}
nav#menu a:hover , nav#menu a:focus {background-color: #eee;}
nav#menu a:link, nav#menu a:visited {color: #048;}
nav.contents {
	text-align: center;
	margin: 12px 20%;
}
nav.contents a {
	display: block;
	font-size: 1.1em;
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
}
nav.contents a:link, nav.contents a:visited {
	background-color: #ddf;
	color: #002EE8;
}
nav.contents a:hover, nav.contents a:focus {
	background-color: #d4d4ff;
	color: #0024B5;
	text-decoration: none;
}
nav.contents a.deadlink {color: #ff2ee8;}

footer {
	position: relative;
	width: 50%;
	left: 25%;
	right: 25%;
	padding: 8px;
}
footer p {text-align: center;}
header, section, footer, aside, nav, div.main {display: block;}

