//
// init.js
//
// dev@zoombali.com
//

$(document).ready(function()
{
	// CUFON
	Cufon.replace('big, h1, h2, h3, h5, th',						{textShadow: '#FFF 0 1px'});
	Cufon.replace('#header h4',										{textShadow: '#E9B267 0 -1px'});
	Cufon.replace('#header #contact h4',							{textShadow: '#FFF3DF 0 1px'});
	Cufon.replace('#header #bookmark h4, #header #marketing h4',	{textShadow: '#FFF 0 -1px'});
	Cufon.replace('#content h4',									{textShadow: '#FFF 0 1px'});
	Cufon.replace('#menu ul li a',									{hover: true, textShadow: '0 -1px rgba(0, 0, 0, 0.4)'});
	Cufon.replace('.drop',											{});
	Cufon.replace('.bigbtn',										{textShadow: '0 -1px rgba(0, 0, 0, 0.4)'});
});
