$(function() {
	$("#header .nav").lavaLamp({
		fx: "easeinout", 
		speed: 200,
		click: function(event, menuItem) { return true; }
	});
	
	$(".activity a").hover(
		function() { $(this).find("strong").animate({opacity: "show", top: "-50"}, 250); }, 
		function() { $(this).find("strong").animate({opacity: "hide", top: "-60"}, 250); }
	);
	
	
});

Cufon.replace(
	'.section > .header .title, #main.full .feature.video > .header span', 
	{ textShadow: '1px 1px rgba(255, 255, 255, 0.6)' }
);
Cufon.replace(
	'.events .listing.full th, .forum .content th, .store th, .events .section.events > .header .nav.actions a, .listing.full .events_buttons span',
	{ textShadow: '1px 1px rgba(100, 100, 100, 0.5)' }
);

Cufon.replace(
	'#key ul:first-child li',
	{ textShadow: '1px 1px rgba(0, 0, 0, 0.8)' }
);

Cufon.replace(
	'#header .nav li a',
	{ 
		textShadow: '1px 1px rgba(0, 0, 0, 0.6)',
		hover: true
	 }
);


