Cufon.replace('.red h2',{
textShadow: '#a0041a 1px 1px'
});
Cufon.replace('.blue h2',{
textShadow: '#085a6c 1px 1px'
});
Cufon.replace('.green h2',{
textShadow: '#304d00 1px 1px'
});
Cufon.replace('#followsubscribe',{
			   textShadow: '#fff 1px 1px'
});
Cufon.replace('#banner p',{
			   textShadow: '#427d08 1px 1px'
});
Cufon.replace('#footer h3',{
			   textShadow: '#000 1px 1px'
});
function hovertemplate(){
$(".templates ul li .info").css({display: "none"}); // Opera Fix
$(".templates ul li").hover(function(){
		$(this).find('.info').css({visibility: "visible",display: "none"}).show(300);
		$('.templates ul li').not(this).stop().animate({ opacity: 0.4 }, 400);
		},function(){
		$(this).find('.info').css({visibility: "hidden"});
		$('.templates ul li').not(this).stop().animate({ opacity: 1 }, 400);
		});
}
function hoverbudget(){
$(".budget ul li").hover(function(){
		$('.budget ul li').not(this).stop().animate({ opacity: 0.4 }, 400);
		},function(){
		$('.budget ul li').not(this).stop().animate({ opacity: 1 }, 400);
		});
}
function hovertutorial(){
$(".tutorials ul li").hover(function(){
		$('.tutorials ul li').not(this).stop().animate({ opacity: 0.4 }, 400);
		},function(){
		$('.tutorials ul li').not(this).stop().animate({ opacity: 1 }, 400);
		});
}
function mainmenu(){
$("#previewtemplates ul").css({display: "none"}); // Opera Fix
$("#previewtemplates  li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).slideDown(400, 'backout');
		},function(){
		$(this).find('ul:first').css({visibility: "hidden"});
		});
}
 $(document).ready(function(){					
	hovertemplate();
	hoverbudget();
	hovertutorial();
	mainmenu();
	$("#leftcolumn .tutorials ul > :nth-child(3n+3)").css({marginRight: "0", borderRight: "none"});
	$("#leftcolumn .budget ul > :nth-child(3n+3)").css({marginRight: "0", borderRight: "none"});
			$.getJSON("http://twitter.com/statuses/user_timeline/free_css.json?callback=?", function(data) {
        $(".note p").html(data[0].text);
        });
			$(".current_page_item").addClass("current-cat");
        $(".current_page_item").removeClass("current_page_item");
});
 $(function() { $("#nav ul").lavaLamp({ fx: "backout", speed: 700 })});