
body {
	margin-left: 14em;
	padding-left: 0px;
}

.article {
	padding-right: 6em;
}

#nav {
	position: absolute;
	left: 0em;
	top: 0em;
	width: 12em;
	margin-top: 2em;
	margin-bottom: 0.25em;
	clear: both;
}

#nav h1 {
	text-align: center;
	font-size: 1.8em;
}

#nav hr {
	display: none;
}

#nav ul#menu {
	list-style-type: none;
	padding-left: 1em;
	font-size: 1.15em;
}

#nav ul#menu li {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	padding-left: 0.25em;
}

#nav ul#menu li:hover {
	background-color: #eeeeff;
}

#nav ul#menu li a {
	display: block;
	padding-left: 16px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

address {
	font-style: normal;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul#menu li a:link,  #nav ul#menu li a:visited {
	text-decoration: none;
}

#nav ul#menu li a:hover {
	text-decoration: underline;
}

#footer {
	width: 38em;
	text-align: center;
	clear: both;
	margin-top: 2em;
}

#footer hr {
	clear: both;
	width: 100%;
	margin-bottom: 0.25em;
}

#footer p {
	color: #666666;
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0.25em;
}

ul#menu li.feed a {
	background-image: url("../siteicons/feed");
	background-repeat: no-repeat;
	background-position: center left;
}

ul#menu li.twitter a {
	background-image: url("../siteicons/twitter");
	background-repeat: no-repeat;
	background-position: center left;
}

@media print {
	body {
		margin-left: 0em;
	}
	
	#footer {
		width: 470pt;
	}
	
	#footer hr {
		display: block;
		width: 100%;
		margin-top: 1em;
		margin-bottom: 0.25em;
	}

	#nav {
		display: none;
	}
}
