.blogPostHolder{
	max-width: 1053px;
	width: 100%;
}

.blogMainContents{
	float:none;
	width:100%;
}

.blogLeftSidebar{
	width:100%;
	float:none;
	margin-top:150px;
	margin-right:1%;
	
}

.blogLeftSidebar .block{
	margin-bottom: 60px;
}

.blogLeftSidebar .recentMessage{
	margin-bottom: 35px;

}

@media(min-width:750px)
{
	.blogMainContents{
		float:left;
		width:66%;
		margin-right:1%;
	}

	.blogLeftSidebar{
		width:32%;
		float:right;
		margin-top:2%;
	}
}