$(window).ready(function(){
	 
    $('.thumbnail').hover(function(){  
        $(".meta", this).stop().animate({left:'0px'},{queue:false,duration:377});  
    }, function() {  
        $(".meta", this).stop().animate({left:'152px'},{queue:false,duration:577});  
    });

    $('.featuredThumbnail').hover(function(){  
        $(".featuredMeta", this).stop().animate({left:'0px'},{queue:false,duration:577});  
    }, function() {  
        $(".featuredMeta", this).stop().animate({left:'316px'},{queue:false,duration:777});  
    });

    $('.mixArtwork').hover(function(){  
        $(".meta", this).stop().animate({left:'0px'},{queue:false,duration:577});  
    }, function() {  
        $(".meta", this).stop().animate({left:'152px'},{queue:false,duration:777});  
    });

    $('.postThumbnail').hover(function(){  
        $(".meta", this).stop().animate({left:'0px'},{queue:false,duration:577});  
    }, function() {  
        $(".meta", this).stop().animate({left:'152px'},{queue:false,duration:777});  
    });

	$('#twitter_update_list').cycle({ fx: 'fade', delay: -3777 });
	
	$('#social').click(function() {
	      $('#social-links').delay(377).toggle('slide');
	});
	
	$('.inquiries').click(function() {
	      $('#inquiries').delay(377).toggle('slide');
	});
		
});

jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox() 
})

function mailpage()
{
mail_str = "mailto:?subject= Fill in your subject line here";
mail_str += "&body= Put a message in the email body here";
mail_str += " " + parent.location.href; 
location.href = mail_str;
}
