/* Top Content for Index page */
#contentwrapper{ /* No sidebar for index page */
	width: 1075px;
	margin: 0 auto;
}
.post {
	width: 250px;
	float: left;
	padding: 0px;
	margin-left: 24px;
}
.post[class~="start"] {
	margin-left: 0px;
}
.post p {
	clear:left;
}

.row {
	float:left;
	background: transparent;
}
.post .topContent img.thumbnail {
	height: 117px;
	margin: 5px 26px 0;
	background:#222222 none repeat scroll 0 0;
	border:thin solid #333333;
	padding:5px;
	width: 175px;
}
