$(document).ready(function(){

// Main Menu Lavalamp
	$('#mainmenu ul').lavaLamp({fx:'easeOutBack',speed:700});

// Post Hover Sliders
	$('.boxgrid.caption').hover(function(){
		$(".cover", this).stop().animate({top:'130px'},{queue:false,duration:160});},
		function() {
		$(".cover", this).stop().animate({top:'170px'},{queue:false,duration:160});
	});
	$('.boxgrid_feat.caption').hover(function(){
		$(".cover", this).stop().animate({top:'130px'},{queue:false,duration:160});},
		function() {
		$(".cover", this).stop().animate({top:'170px'},{queue:false,duration:160});
	});
	$('.boxgrid_rel.caption-rel').hover(function(){
		$(".cover", this).stop().animate({top:'40px'},{queue:false,duration:160});},
		function() {
		$(".cover", this).stop().animate({top:'80px'},{queue:false,duration:160});
	});
	$('.boxgrid_arch.caption').hover(function(){
		$(".cover", this).stop().animate({top:'130px'},{queue:false,duration:160});},
		function() {
		$(".cover", this).stop().animate({top:'170px'},{queue:false,duration:160});
	});
	
// Sidebar tabs
	$('#tabvanilla').tabs({fx:{height:'toggle',opacity:'toggle'}});
     
});
