$(document).ready(function() { 		
	$("#april-fools-wrapper, #techie-wrapper").masonry();
	$("ul#seo-tips li:nth-child(2)").css("background-color","#d8efbb");
	$("ul#seo-tips li:nth-child(3)").css("background-color","#cbeaa3");
	$("ul#seo-tips li:nth-child(4)").css("background-color","#bee58b");
	$("ul#seo-tips li:nth-child(5)").css("background-color","#a4db5b");
	$("ul#seo-tips li:nth-child(6)").css("background-color","#97d643");
	$("ul#seo-tips li:nth-child(7)").css("background-color","#8ad12b");	
	$("#seo-tips li, #news-accordion h3, #news-accordion h3 a, #news-accordion div, #casestudy-testimonial, .tiled-boxes .text-wrapper").corner('10px');	
});
