/* --- Cufon Font Generator Plugin --- */
Cufon.replace('h1, h2, h3, h4', { fontFamily: 'ColaborateLight', hover: {color:'rgba(0, 0, 0, 0.5)'} });
Cufon.replace('.btn_big', { fontFamily: 'ColaborateLight', color: '#ffffff', hover: true, textShadow: '-1px -1px #000' });
Cufon.replace('#lofslider h3, .panel h3, .textSlide h2', { fontFamily: 'ColaborateLight', color: '#fff', hover: true });
Cufon.replace('b.price', { fontFamily: 'ColaborateLight', color: 'rgba(0, 0, 0, 0.6)', hover: true });
Cufon.replace('#fsb h3', { fontFamily: 'ColaborateLight', hover: true, textShadow: '1px 1px rgba(0, 0, 0, 0.8)', color: '-linear-gradient(#FCFCFC, #B8B8B8)' });


// initialise plugins
jQuery(function(){

	/* --- DropDown Menu Plugin --- */
	jQuery('ul.sf-menu').superfish();
	
	/* --- jQuery Watermark Plugin --- */
	jQuery("#s").Watermark("Enter keywords");
	
	/* --- jQuery Tipsy --- */
	jQuery('.social a').tipsy(
		{
			gravity: 's', // nw | n | ne | w | e | sw | s | se
			fade: true
		}); 
	
	/* --- jQuery autoAlign --- */
	jQuery("#fsb").autoAlign(".widget-container", 50);
	jQuery(".columns").autoAlign(".column", 60);
	jQuery(".columns2").autoAlign(".column", 60);
	jQuery(".columns3").autoAlign(".column", 35);
	jQuery(".columns4").autoAlign(".column", 35);

});
