$(document).ready(function(){	

	$('.jnk_logo').click(function(){
		window.location = 'http://www.jnk-studio.com';
	});
	
	Cufon.replace('.jnkFont');
	
	$('.text-input').focus(function(){
		$(this).css({'background' : '#ffffff'});
	}).blur(function(){
		$(this).css({'background' : '#F9F9F9'});
	});
	
	$('.contact-text').focus(function(){
		$(this).css({'background' : '#ffffff'});
	}).blur(function(){
		$(this).css({'background' : '#F9F9F9'});
	});
	
	// equal height of main div's
	//$(".equalHeight").equalHeights();
		
	// Tabs
	$('.tabs').tabs();
	
	// fancybox
	$("a[rel=wnetrze]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'overlayColor'		: '#bfd731',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Zdjęcie ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' - ' + title + '</span>';
		}
	});
		
	// equal height of sidebar and main column
	var lcHeight = $('.main-content-two').height();
	$('.main-sidebar').css({'height' : lcHeight});
	
	var mainboxheight = $('.main-white-box').height();
	$('.recently-added').css({'height' : mainboxheight-157});
		
});
