function initCufon() {
	Cufon.replace('.main-box .box-titles h3', { fontFamily: 'Gotham' });
	Cufon.replace('.footer h5', { fontFamily: 'Gotham' });
	Cufon.replace('.footer .mail .submit', { fontFamily: 'Gotham' });
	Cufon.replace('.footer .affiliations h4', { fontFamily: 'Gotham' });
	Cufon.replace('.btn-holder', { fontFamily: 'Gotham' });
	Cufon.replace('.gallery .text h2', { fontFamily: 'Gotham' });
	Cufon.replace('#title-bar h2', { fontFamily: 'Gotham' });
	Cufon.replace('#title-bar #page-nav', { fontFamily: 'Gotham', hover: true }); 
	Cufon.replace('#title-bar .page-nav span', { fontFamily: 'Gotham', hover: true });
	Cufon.replace('#title-bar .page-nav .expand', { fontFamily: 'Gotham', hover: true }); 
	Cufon.replace('#title-bar .back', { fontFamily: 'Gotham', hover: true });
	Cufon.replace('#big-headline h3', { fontFamily: 'Gotham' });
	Cufon.replace('#content h1', { fontFamily: 'Gotham' });
	Cufon.replace('#content h2', { fontFamily: 'Gotham' });
	Cufon.replace('#content h3', { fontFamily: 'Gotham' });
	Cufon.replace('#content h4', { fontFamily: 'Gotham' });
	Cufon.replace('#content h5', { fontFamily: 'Gotham' });
	Cufon.replace('#content h6', { fontFamily: 'Gotham' });
	Cufon.replace('.step h2', { fontFamily: 'Gotham' });
	Cufon.replace('#content .news-item .news-txt span', { fontFamily: 'Gotham' });
	Cufon.replace('.featured-work span', { fontFamily: 'Gotham' });
	/* Cufon.replace('#nav a', { fontFamily: 'Gotham', hover: true }); */
	Cufon.replace('.pull-quote', { fontFamily: 'Gotham' });
	Cufon.replace('#quote-inner h5', { fontFamily: 'Gotham' });
	Cufon.replace('#filter a', { fontFamily: 'Gotham', hover: true });
	Cufon.replace('.identity a span', { fontFamily: 'Gotham', hover: true });
	Cufon.replace('.work a span', { fontFamily: 'Gotham', hover: true });
	Cufon.replace('.work span', { fontFamily: 'Gotham', hover: true });
}

$(function(){
	initCufon();
});