/*
Javascript by electricSnow.co.uk, powered by jquery.com

Please feel free to borrow, steal, abduct, and/or torture the code 
contained in this file. Though you need not give credit to
electricsnow.co.uk, a comment in your source code would help other 
developers.

Stay hungry, Stay foolish.

For more info vist http://jquery.com - New Wave Javascript

*/

Cufon.replace('h1, h2');

jQuery(document).ready(function(){

	// Initialise Cloak Email Address 
	// <a href="#" rel="com/website/email" class="email">Enable Javascript to view our email address.</a>
	$('a.email').nospam({
		replaceText: true,
		filterLevel: 'normal'
	});
	// Main Navigation
	$('#coda-slider-1').codaSlider({
		autoHeightEaseDuration: 2500,
		dynamicArrows: false,
		dynamicTabs: false
	});
	// Logo Jazz - click
	$(function() {
		$('.coda-nav a').click(function(){
				$('#baileys_logo a').animate({top:'-30px'},{queue:true,duration:400});
				$('#baileys_logo a').animate({top:'0px'},{queue:true,duration:500});
			}, function(){
				$('#baileys_logo a').animate({top:'0px'},{queue:true,duration:500});
				$('#baileys_logo a').animate({top:'-30px'},{queue:true,duration:400});
		});
	});	
	// Logo Jazz - hover
	$(function() {
		$('#baileys_logo a').hover(function(){
				$('#baileys_logo a').animate({top:'-30px'},{queue:true,duration:400});
			}, function(){
				$('#baileys_logo a').animate({top:'0px'},{queue:true,duration:500});
		});
	});	
	// Homepage slideshow
	$('.slideshow').cycle({
		fx: 'fade'
	});
	// Gallery lightbox
	$("ul.gallery li a").fancybox();
	// PNG Fix
	$('#baileys_logo').pngFix();
});
