body {
	font-family: Monospace;
	background-color: #eee;
	color: #222;
	text-align: center;
	padding: 10px;
	font-size: 12px; 
}

#page {
	background-color: #ccc;
	color: inherit;
	border: 1px solid #000;
	text-align: left;
	width: 64.2em;
	padding: 10px;
}

.center {
	text-align: center;
}

.metadata {
	font-size: 10px;
	text-decoration: overline;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: 0.2em;
}

h2 {
	margin: 15px 0 0;
}

a:link {
	color: #060;
	background-color: inherit;
	text-decoration: none;
}
a:visited {
	color: #822;
	background-color: inherit;
	text-decoration: none;
}
a.nonvisited:visited {
	color: #060;
	background-color: inherit;
	text-decoration: none;
}
a:focus {
	border: 1px solid #F00;
}
a:hover {
	color: #966;
	background-color: #FFF;
}

#content {
	float: left;
	width: 50em; 
	border: 1px dashed #888;
	padding: 5px;
}

#sidebar {
	width: 11em;
	border: 1px dashed #888;
	float: right;
	padding: 5px 5px 5px 15px;
}

ul#pagenav {
	list-style-type: none;
	padding: 0;
	list-style-position: inside;
}

li.current_page_item {
	list-style-type: disc;
}

.entry { 
	margin-left: 5px;
}

.sep {
	clear: both;
}
.invsep {
	visibility: hidden;
	clear: both;
}

#footer {
	text-align: center;
	font-size: 8px;
}

.right {
	float: right;
}

#changelog {
	font-size: 1em;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin-left: 5px;
	width: 47em;
	border: 1px dashed #000;
}
p {
	margin-left: 5px;
}
