jQuery(function($){ 
	if($.browser.msie && $.browser.version.substr(0,1) == 6) { 
		 DD_belatedPNG.fix('#logo a, .social-links ul li img, h2.content-head, .post-image, .post-details');
	}
	
	Shadowbox.init({
		handleOversize: "drag",
		continuous: true
	});
	
	$('#content a img').each(function() {
		var a = $(this).parent();
		if (!a.attr('rel')) {
			a.attr('rel', 'shadowbox');
		}
	});
	
});

Cufon.replace('#navigation ul li a',{fontFamily:'Trajan Pro Bold', textShadow: '2px 2px #000', hover: true});
Cufon.replace('.social-links h4, h2.content-head',{fontFamily:'Trajan Pro Bold', textShadow: '2px 2px #000'});
Cufon.replace('.text-holder h4, .text-holder h5',{fontFamily:'Calibri Bold'});
Cufon.replace('.text-holder p',{fontFamily:'Calibri'});
Cufon.replace('.contact-form .custom_font',{fontFamily:'Futura Medium'});


