// Cufon
Cufon.replace('.gotham', {fontFamily: 'Gotham'} );
Cufon.replace('.gothamLight', {fontFamily: 'GothamLight'} );

// jQuery
$(document).ready(function() {
	
	// Navigation
	$('ul.sf-menu').superfish({
		speed:200,
		delay:0
	}); 
	
	// Nivo Slider
	if ($('#home-slider').length > 0) {
		$('#home-slider').nivoSlider({
			effect:'fade',
			pauseTime:4000,
			pauseOnHover:false,
			captionOpacity:1,
			directionNav:false,
			controlNav:false
		});
	}
	
	
});
