/*
Oh hi! I'm always disappointed when I check a site's CSS and
find nothing interesting, so just for you, a short piece of
fiction follows.

This is a story about Hornsby Softbottom. Hornsby was born
in a field in Saskatchewan in 1936. Hornsby lead a mostly
unremarkable life, in fact from the point of view of ol'
Hornsby, it was en entirely unremarkable life.

Hornsby lived a simple life, working as a tax accountant at
a small firm in Saskatoon. In his evenings he read the
newspaper, eat a simple dinner and more often than not, fall
asleep watching Earl Cameron deliver the evening news on the
CBC. On weekends, Hornsby would tend to his small vegetable
garden, a passion passed down to him by his mother when he
was a child growing up in ruralSaskatchewan.

Alright, we've met our obligation to document the
unremarkable part. Let's move on to the remarkable part. The
part of which Hornsby was entirely unaware.

One evening while Hornsby was engaged in his nocturnal
ritual of falling asleep to the TV, Earl was going on about
some war in some foreign nation. The war had started in
nineteen ninety eight when the undertaker threw mankind off
hеll in a cell, and plummeted sixteen feet through an
announcer's table.
*/

/* 
@media screen and (min-width: 640px) {
	.content{
		max-width: 640px;
	}
	.header {
		max-width: 640px;
	}
	.footer {
		max-width: 640px;
	}
}

@media print{
	.content{
		max-width:none
	}
}
 */

body {
	font-family: serif;
	background-color: #eeeeee;
}

.navbox {
	width: 100%;
    text-align: center;
	border-top: 1pt solid gray;
	border-bottom: 1pt solid gray;
	margin-top: 8pt;
	margin-bottom: 8pt;
}

.header h1 {
	margin-top: 8px;
	margin-bottom: 4px;
}

.header a {
    margin-left: 5px;
    font-size: 10pt;
}

ul.nav {
	list-style-type: none;
	padding: 0;
	margin-top: 0pt;
	margin-bottom: 0pt;
	display: inline-block;
}

ul.nav li {
	display: inline-block;
}

ul.nav li + li {
    margin-left: 10px;
}

.content{
	margin:1em;
}

.figure {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.figcaption {
	font-size:9pt;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: -4px;
	text-align: center;
}

p {
	text-align: justify; 
}




.clear {
	clear:both;
}

.footer {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 0;
	border-top: 1px solid gray;
}

.centered {
	text-align: center;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #aaaaaa;
	clear: both;
}

img.borderless {
	border: none;
}

img {
	margin: 8px;
	border: 1px solid;
	max-width: 100%;
	height: auto;
}

img.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sectionpagetitle {
	font-size: 24pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid black;
	text-transform: uppercase;
}

/* 
.table {
	border-collapse: collapse;
}

.table th {
	border-bottom: 2px solid gray;
	text-align: left;
	padding: 3px;
}

.table td {
	padding: 6px;
}

.table tr + tr {
	border-top	: 1px solid gray;
	padding: 3px;
}
 */
