$(function()
{
	$('.gallery').innerfade(
	{
		speed : 'slow',
		timeout : 4000,
		type : 'sequence',
		containerheight : '288px'
	});
	
	$('.tweet-fade').innerfade(
	{
		speed : 'slow',
		timeout : 8000,
		type : 'sequence',
		containerheight : '200px'
	});

	$('figcaption.center').each(function()
	{
		$(this).css('margin-bottom', $(this).outerHeight() * -.5 + 'px');
	})

	SimplyButtons.init();
	$('button, .button').wrapInner("<b><b></b></b>").show();
			
	$.localScroll.hash();
	$.localScroll();
	
	
	if (typeof DD_belatedPNG !== 'undefined') {
		DD_belatedPNG.fix('img, button b, .button b, i, .head, body, #logo, .promos a, .tag-datetime');
    }
    
    $(".sticky").scrollToFixed(
	{
		marginTop: 20,
		limit: $(".foot").offset().top - 100
	});
});

