/*
 * project: ipekyol
 * author : alafortanfoni | Mehmet BAT | Ferit ARSLAN
 */

 
    
        /* cufon */
        Cufon.replace('.navHead ul li a', {
            fontFamily: 'Proxima Nova Lt',
            hover: {
                color: '#FFFFFF'
            }
        });

        Cufon.replace('.navFoot ul li a', {
            fontFamily: 'Proxima Nova Lt',
            hover: {
                color: '#454545'
            }
        });

        Cufon.replace('.lang', {
            fontFamily: 'Proxima Nova Lt',
            hover: {
                color: '#454545'
            }
        });

       

/* end:cufon */




$(document).ready(function(){
	var resizeBackground = function() {
		var w_width = $('.header').outerWidth();
		var w_height =$(document).height();
		var imageObj = $('#bgimage');
		imageObj.css({'width': w_width, 'height': w_height});
	}
	
	$()
	/*resizeBackground();
	$(window).resize(function (e) { resizeBackground(); });*/
});


