
#nav {
	width: 50em;
	margin-top: 2em;
	margin-bottom: 0.25em;
	clear: both;
}

#nav h1 {
	display: none;
}

#nav hr {
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid;
	border-color: black;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#nav ul#menu {
	list-style-type: square;
	list-style-position: inside;
	text-align: center;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}

#nav ul#menu li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
	font-variant: small-caps;
	letter-spacing: 0.09em;
}

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: 50em;
	text-align: center;
	clear: both;
	margin-top: 0.25em;
}

#footer hr {
	display: none;
	clear: both;
}

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

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

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

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	ul#menu li.feed a {
		background-image: url("../siteicons/feed@2x");
	}

	ul#menu li.twitter a {
		background-image: url("../siteicons/twitter@2x");
	}
}

@media print {
	#footer {
		width: 470pt;
	}
	
	#footer hr {
		display: block;
		width: 100%;
		margin-top: 1em;
		margin-bottom: 0.25em;
	}
	
	#footer p a:link,
	#footer p a:visited,
	#footer p a:hover {
		color: #666666;
	}

	#nav {
		display: none;
	}
}
