jQuery(document).ready(function($) {
	
	var fixed = false;
	
	jQuery(".ceebox").ceebox();
	
	/* Cufon Font Replacement */
	Cufon.replace('#navigation ul li, .post h1, .post h2, .post h3, .post h4, .post h5, #sidebar .title, .cufon', { fontFamily: 'League Gothic' });
	Cufon.replace('#loginform .title', { fontFamily: 'League Gothic', fontSize: '20px', color: 'white', textTransform: 'uppercase' });
	Cufon.replace('#navigation ul li', { color: '#ffffff' });
	Cufon.replace('.current_page_item li a', {color: '#ffffff'});
	
	/* Superfish Font Replacement */
	$("ul.sf-menu").superfish({
		autoArrows: false,
		delay: 600, // delay on mouseout
		animation: {opacity:'toggle', height:'show'}, // fade-in and slide-down animation
		speed: 350, // faster animation speed
		autoArrows: false, // disable generation of arrow mark-up
		dropShadows: false // disable drop shadows
	});
		

});


