 //----------------------------- Rounded Corner-------------------

 jQuery(document).ready( function(){
  jQuery('.commentlist li').corners("2px");
  jQuery('.commentlist li p').corners("4px");
   
});
jQuery(document).ready(function(){ // This sets the opacity of the thumbs to fade down to 60% when the page loads
	jQuery(".flickr, .rss_index_img, .twitter_index_img").hover(function(){
		jQuery(this).stop().fadeTo("1000", 0.6); // This sets the opacity to 100% on hover
	
		
	},
	function(){
   		jQuery(this).stop().fadeTo("2000", 1.0); // This sets the opacity back to 60% on mouseout
	});
});
//----------------------------- Back To top -------------------

jQuery(document).ready(function() {
jQuery('.totop').click(function(){
     jQuery('html, body').animate({scrollTop: '0px'}, 500);
     return false;
});
});

jQuery(document).ready(function() {
	 jQuery('#tabvanilla > ul').tabs({ fx: [{opacity:'toggle', duration:'normal'},   // hide option
                        {opacity:'toggle', duration:'fast'}] });
});
//----------------------------- Logo Hover -------------------
     jQuery(document).ready(function(){
            
		jQuery("#dt_logo").blend({speed:300});			
            
        });
//--------------------- Update options link nudge ----------


