@font-face {
	font-family: "titletop";
	src: url("/bonanova.ttf") format("truetype");
}
@font-face {
	font-family: "headingfont";
	src: url("/epundaslab.ttf") format("truetype");
}
@font-face {
	font-family: "titlebottom";
	src: url("/oldlondon.ttf") format("truetype");
}
html {
	background: #fff;
	color: #000;
	font-family: serif;
	margin: 15px auto;
	max-width: 800px;
}
header {
	text-align: center;
}
header a {
	color: #000;
	text-decoration: none;
	transition: 2s;
}
header div.headertop {
	font-size: 18px;
	font-family: "titletop", serif;
}
header div.headerbottom {
	font-size: 80px;
	font-family: "titlebottom", serif;
	margin: 0 0 30px 0;
}
a {
	color: #00c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "headingfont";
}
article img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 80%;
}
article figcaption {
	font-style: italic;
	text-align: center;
}
ul.toplinks,
ul.bottomlinks {
	padding: 0;
	list-style: none;
}
ul.toplinks li,
ul.bottomlinks li {
	display: inline-block;
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.postlist,
ul.archivelist {
	list-style: none;
	padding: 0;
}
ul.postlist li,
ul.archivelist li{
	padding: 10px;
}
ul.postlist li:nth-child(odd),
ul.archivelist li:nth-child(odd) {
	background: #eee;
}
div.articledate {
	font-style: italic;
}
div.articleauthor {
	font-size: 0.8em;
}
footer.postfooter {
	border-top: 1px solid #ccc;
	margin: 15px 0;
	padding: 15px 0;
	font-style: italic;
}
th, td {
	padding:0.4em;
}
tr.odd {
	background: #ddd;
}
