$(document).ready(function() {
	$('.content .projects').masonry({
		itemSelector : 'li'
	});
});
