Cufon.replace('#menu-subnav, .programme .lightbox, .programme .artiste', {
	textShadow: '0 1px #39312b',
	hover: true
});

Cufon.replace('#menu-nav', {
	textShadow: '0 1px #fbd99a',
	hover: true
});

Cufon.replace('h2, h3, h4', {
	textShadow: '0 1px #d5c5b3',
	hover: true
});

Cufon.replace('.highlight h2, .highlight h3, .highlight h4, .item h2, .item h3, .item h4, .programme h2', {
	textShadow: '0 1px #b2a397'
});

Cufon.replace('.special h2, .special h3, .special h4', {
	textShadow: '0 1px #d87559'
});

jQuery(document).ready(function() {
	jQuery("a.lightbox").fancybox({
		'hideOnContentClick': false,
		'type': 'iframe'
	});
	
	jQuery('a.outside').click(function() {
		window.open(jQuery(this).attr('href'));
		return false
	});
});

