#posts {
	display: block;
}

.post { 
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: dotted 1px #bdbdbd;
	clear: both;
}

.postDate { 
	font-size: 13px;
}

.postContent {
	margin-top: 5px;
}

.postLocation {
	float: right;
	border: solid 1px #fff;
	margin-bottom: 10px;
	
}

.post:first-of-type {
	border-top: 0px;
}

.post_navigation {
	clear: both;
	position: relative;
    width: 100%;
}

.post_entry {
	margin-left: auto;
    margin-right: auto;
    width: 20%;
    text-align: center;
}

.older_posts {
	position: absolute;
    left: 0px;
    width: auto;
}

.newer_posts {
	position: absolute;
    right: 0px;
    width: auto;
}
