$(document).ready(function() {
	
	var CufonOptions = {
		forceHitArea: false,
		hover: true,
		hoverables: { a: true }
	};
	// set Cufon defaults
    for ( var property in CufonOptions ) {
        Cufon.set( property, CufonOptions[property] );
    }


	Cufon.set('fontFamily', 'Etelka Light');
	Cufon.replace('h1.style1, h2.style1, h3.style1, a.style1, .bodyCopy h1, .bodyCopy h2, .headline1, .headline2 ', {
	});
	Cufon.set('fontFamily', 'Etelka Text');
	Cufon.replace('h1.style2, h2.style2, h3.style2, a.style2,  .bodyCopy h3, .headline3, .headline4 ', {
	});
	Cufon.replace('h1.style3, h2.style3, h3.style3 ', {
		textShadow: '1px 1px rgba(93, 105, 113, 0.3)'
	});
	Cufon.replace('h1.style4, h2.style4, h3.style4 ', {
		textShadow: '1px 1px rgba(255, 255, 255, 0.6)'
	});
	//Cufon.set('fontFamily', 'Etelka Light');
	//Cufon.replace('p');
	
});
