Cufon.replace('h2:not(.ignore), #comments-list h3, #respond h3, #pre-footer h3, body.page .entry-title, #error404 .entry-title:not(.ignore), .entry-content h3, .avenir');
Cufon.replace('#tagline', {
	textShadow: '#008AE7 2px 2px'
});

jQuery(document).ready(function($) {
	$("a.group").fancybox({
		'overlayOpacity': .4
	});
});