jQuery(document).ready(function() {

         /* More info buttons */
         jQuery(".services-points span.more-less-info").click(function() {
                jQuery(this).parent().parent().find('.services-points-text-more').slideToggle('fast', 'linear');
                jQuery(this).toggleClass('less mm');
                });
         
         /*Menu animation*/
        jQuery("ul#menu-main-navigation.menu").lavaLamp({
                target:'li',
                container:'li',
                fx: "easeOutExpo",
                speed: 700
                });
        
        /*Menu animation*/
        jQuery("ul#menu-delicious-days.menu").lavaLamp({
                target:'li',
                container:'li',
                fx: "easeOutExpo",
                speed: 700
                });

        /* Close RSS div */
        jQuery("a.close-button").click(function () {
                jQuery("div.post-single-rss").hide("slow");
                jQuery(".single-post-content .post-share").animate({
                        top: '+=96'
                }, 1000)
        });
        

 

 
       
     

 

});
