function initCufon() {
	Cufon.replace('#nav > li > a', { fontFamily: 'Gotham-Light', hover: true });
	Cufon.replace('#content h1', { fontFamily: 'Gotham-Light'});
	Cufon.replace('#content h2', { fontFamily: 'Gotham Book'});
	Cufon.replace('#sidebar h3', { fontFamily: 'Gotham-Light'});
	/*Cufon.replace('#sidebar ul a', { fontFamily: 'Gotham-Light', hover: true });*/
	Cufon.replace('#sidebar ul li', { fontFamily: 'Gotham-Light' });
}

$(document).ready(function(){
	initCufon();
});
