.wp-post-navigation {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 30px;
}
.wp-post-navigation div {
		font-family: 'Arvo';
	display: block;
	width: 245px;
	position: relative;
	font-size: 14px;
	color: #999;
	min-height: 26px;
}
.wp-post-navigation-pre {
		font-family: 'Arvo';
	float: left;
	line-height: 16px;
	padding-left: 40px;
}
.wp-post-navigation-next {
		font-family: 'Arvo';
	float: right;
	text-align: right;
	line-height: 16px;
	padding-right: 40px;
}
.wp-post-navigation > div > a > span {
		font-family: 'Arvo';
	font-size: 26px;
}
.wp-post-navigation div a:after {
		font-family: 'Arvo';
	position: absolute;
	color: #ccc;
	font-size: 56px;
	margin-top: -11px;
	height: 50px;
	line-height: 0px;
	top: 40%;
	/*	font-family: 'Arvo';
	position: absolute;
	color: #ccc;
	font-size: 56px;
	margin-top: -11px;
	height: 22px;
	line-height: 22px;
	top: 34%;*/
}
.wp-post-navigation-pre a:after {
	content: url(http://www.ikeahackers.net/wp-content/plugins/wp-post-navigation/icon-left.png);
	color: #2d69b2;
	left: 0;
}
.wp-post-navigation-next a:after {
	content: url(http://www.ikeahackers.net/wp-content/plugins/wp-post-navigation/icon-right.png);
	color: #2d69b2;
	right: 0;
}
.wp-post-navigation-pre-1 {
		font-family: 'Arvo';
	float: left;
	line-height: 16px;
	padding-left: 5px;
}
.wp-post-navigation-next-1 {
		font-family: 'Arvo';
	float: right;
	text-align: right;
	line-height: 16px;
	padding-right: 5px;
}
