.post .entry {
	float: left;
	width: 100%;
}
.post .entry .clear {
	clear:both;
}

.alignBlock-left {
	clear: left;
}
.alignBlock-left a {
	display:block;
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
}

.alignBlock-right {
	clear: left;
}
.alignBlock-right a {
	display:block;
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}

.reduced-block p {
	
}
