$(document).ready(function(){
	$('#typekit-badge-ids1omp').remove();	
	$('#content.home .teaser .cell:nth-child(2), #content.references .infos .cell:nth-child(2)').addClass('mid');
	$('#content.standard .content.main .block:first h1, #content.standard .content.side .block:first h1, #content.standard .content.main .block:first h2, #content.standard .content.side .block:first h2').addClass('margin-top-no');
	$('#content.standard .content.main .block:last, #content.standard .content.side .block:last').addClass('margin-top-no');
	$('.corners_add_big').each(function(){
		$(this).append('<div class="corner big top left"></div><div class="corner big top right"></div><div class="corner big bottom right"></div><div class="corner big bottom left"></div>');
	});
	$('.corners_add_small').each(function(){
		$(this).append('<div class="corner small top left"></div><div class="corner small top right"></div><div class="corner small bottom right"></div><div class="corner small bottom left"></div>');
	});	
	$('#head .menu li').hover(function()
	{
		$('ul', this).addClass('on');
	}, function()
	{
		$('ul', this).removeClass('on');
	});
	
	$('#content.references.overview .cell:nth-child(3n - 1)').addClass('mid');
});
