// JavaScript Engine

	$(document).ready(function(){
	
	Cufon.replace("#sidebar h3, .bar h3, #featured h1, .post h1", {
       textShadow: '#CA5302 1px 1px',
       hover : true
    });
    
    Cufon.replace("#promo h1, #title h1", {
       textShadow: '#FDE27B 1px 1px',
       color: '-linear-gradient(#E35806, #FDBB0B)'
    });
	
	$(".ngg-gallery-thumbnail a, .col .galleryoverview a").fancybox({
		'hideOnContentClick': false
	});
	
	$('#ss ul').innerfade({
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '275px'
	});
	
	$(function(){$('a[href][rel*=external]').addClass("external").each(function(i){this.target = "_blank";});});
	
  
});