// Masonry
jQuery(window).ready(function($){
	$('.masonry').masonry({ 
		singleMode: true,
		itemSelector: '.post',
		columnWidth: 420
	});
});

// original css file: .postcontainer = width:835px / .post = margin:10px;
