div.picture {
	width: 45%;
	float: right;
}

.picture img {
	width: 80%;
	float: right;
	padding: 15px;
	border-radius: 40px;
}
div#posts {
	clear:both;
}

div.postbox {
	width: 96%;
	float: left;
	padding: 2%;
}
div.newrow {clear: both;}