$(document).ready(function() {
	$('body#entry #content h1').delay(3000).animate({right:50});
	$('body#entry #entry-panel').delay(4000).fadeIn('slow');
	
	$('.contactlink').click(function() {
		$('#contact-us-panel').fadeIn('medium');
		return false;
	});
	$('.contactpanelclose').click(function() {
		$('#contact-us-panel').fadeOut('medium');
		return false;
	});
	$('#contact-us-panel').click(function() {
		$('#contact-us-panel').fadeOut('medium');
	});
	
	$('.showpanels').hide();
	$('.hidepanels').click(function() {
		$('h2.logo').fadeOut();
		$('.hidepanels').fadeOut();
		$('#section-photos').delay(100).animate({top:-535});
		$('#accommodation-child-section-panel').delay(200).animate({top:-535});
		$('#child-section-panel').delay(200).animate({top:-535});
		$('#full-width-panel').delay(200).animate({top:-535});
		$('#parent-section-panel').delay(500).animate({top:-535});
		$('#navigation-panel').delay(800).animate({top:-535});
		$('.showpanels').delay(1000).fadeIn();
		return false;
	});
	$('.showpanels').click(function() {
		$('.showpanels').fadeOut();
		$('#navigation-panel').delay(200).animate({top:0});
		$('#parent-section-panel').delay(500).animate({top:0});
		$('#child-section-panel').delay(800).animate({top:0});
		$('#full-width-panel').delay(500).animate({top:0});
		$('#accommodation-child-section-panel').delay(800).animate({top:0});
		$('#section-photos').delay(1000).animate({top:120});
		$('h2.logo').delay(1000).fadeIn();
		$('.hidepanels').delay(1000).fadeIn();
		return false;
	});
	
	$('#specials-panel h2 a').bigTarget({
		hoverClass:'hovered',
		clickZone:'div:eq(0)'
	});
	
	$('#entry-panel h3 a').bigTarget({
		hoverClass:'hovered',
		clickZone:'div:eq(0)'
	});
	
	$('#content-panel').jScrollPane({showArrows:true,scrollbarWidth:8,dragMinHeight:20,dragMaxHeight:20});
	
	$('.dateselect').datePicker({clickInput:true});
	
	$("a[rel='gallery-slideshow']").colorbox({slideshow:true,slideshowSpeed:8000,transition:'elastic',speed:500,current:''});
});
Date.format = 'yyyy-mm-dd';
