Cufon.replace('#topNav ul > li', { fontFamily: 'Century Gothic', hover: true, hoverables: {li: true}, ignore: {div: true}});
//Cufon.replace('#topNav ul li a em', { fontFamily: 'Century Gothic', hover: true });
Cufon.replace('.container h2', { fontFamily: 'Century Gothic', hover: true });
Cufon.replace('.left h3', { fontFamily: 'Century Gothic', hover: true });
Cufon.replace('h1', { fontFamily: 'Century Gothic', hover: true });


// Custom Script
$(document).ready(function(){   
	$('.footer ul li:last-child').css('background','none');
	$('#topNav ul li a').wrapInner('<em>');
	//$('#blogpage div.post:last-child').css('border-width','0px');
	$('.containerBlog .post:first-child').css('border-width','0px');
	$('.containerBlog .post:first-child').css('padding-top','0px');	
});
