var $ = jQuery.noConflict();

Cufon.replace('.postPageContainer h6,.postPageContainer h5,.postPageContainer h4,.postPageContainer h3,.postPageContainer h2,.postPageContainer h1, .statsValue, .postPageTitle, .commentAuthor .url, .widget_title, .randomPostsTitle');

$(document).ready(function() {
		/* for categories navigation */
		$(".categoriesMenu li").hover(function(){
		$(this).find('ul:first').animate({ 
                                 height: "show"
                                 },200);
		},function(){
		$(this).find('ul:first').delay(300).animate({
                                 height: "hide"
                                 },150);
		});
		


});		 
$(function(){
                $(".relatedPost > a").tipTip({maxWidth: "auto", edgeOffset: 10});
});	
