.rightCol {
	width: 550px;
}

ul#postList {
	list-style: none;
}

ul#postList .dateStamp {
	margin-top: 1em;

	font-size: 0.8em;
	color: #999999;
}

ul#postList > li {
	margin-bottom: 5em;
}

ul#postList > li p {
	margin: 1em 0;
}

ul#postList > li ul {
	margin-left: 30px;	
	list-style: disc;
}


ol {
	margin-left: 30px;
	margin-top: 2em;
	margin-bottom: 2em;
}

ol li {
	margin-bottom: 1em;
}


.blogNavLinks {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 1em;
}

.previousPage, .nextPage {
	display: table-cell;
	width: 50%;
}

.nextPage {
	text-align: right;
}