Cufon.replace('h1 span, h1, h2, .home #content li, #sidebar li a');	

$(function() {
	
	$("#sidebar").css("height", $("#content").height() + 50);
	$(".web-casestudies #sidebar").css("height", $("#content").height());
	
});
