/**********************************************************************************************

  CSS on Sails Framework
  Title: Site Name
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: March 2010

***********************************************************************************************/

$(document).ready(function() {
	
	//font replacement
	Cufon.replace('#navigation > ul > li.mnuLvl1 > a', { fontFamily: 'Arial Rounded MT Bold', hover: true, textShadow: '2px 2px 2px #222'});
	Cufon.replace('#calc .inner .recipe_image .view_recipe', { fontFamily: 'Arial Rounded MT Bold', hover: true});
	Cufon.replace('.arialmt, #calc h2, #calc .inner .select .group label, .promo h2, #content .recipe h2, #content .recipe h3, #content .search label, .imgLinks p', { fontFamily: 'Arial Rounded MT Bold' });
	
	//custom select
	$('.select').jqTransform({imgPath:'_ui/images/form'});
	
	//dropdown menu
	$('#navigation ul').superfish({ 
            delay:       100,
            animation:   {opacity:'show',height:'show'},
            speed:       'fast',
            autoArrows:  false,
            dropShadows: false
        });
				
	//colorbox
	$(".adventLink").colorbox({transition:'fade', innerWidth:765, innerHeight:606, iframe:'true'});
	
});

// DD_belatedPNG fix for IE6 
/*@cc_on 
    if (@_jscript_version == 5.6 || (@_jscript_version == 5.7 && !window.XMLHttpRequest)) {
        // DD_belatedPNG.fix('.class-name, .another-class-name');
    }    
@*/
