#content .post{
	margin:0 0 2em 0;
}

#content .post h1,
#content .post h1 a{
	color:#000;
	font-weight:700;
}
#content a.read-full{
	color:#fff;
	background:#000;
	display:inline-block;
	font-size:.6em;
	text-transform: uppercase;
	padding:.75em 1em;
	border:1px solid #000;
	line-height: 1;
}
#content a.read-full:hover{
	color:#000;
	background:#fff;
}
.navigation{
	display:table;
	border-top:1px solid rgba(200,200,200,.5);
	width:100%;
	border-collapse: collapse;
}
.navigation .left,
.navigation .right{
	display: table-cell;
	width:50%;
}
.navigation .right{
	text-align:right;
}
.navigation a{
	text-transform: uppercase;
	font-size:.7em;
	padding-top:.5em;
	margin-top:1em;	
	color:#000;
}
.navigation .arrow{
	font-size:1.1em;
}