
$(document).ready(function() {

	$('.post-category-list').slideDown('fast');

	$('.social').hover( function() {
		$('#header .info').text( $(this).find('a').text() );
	}, function() {
		$('#header .info').text('');
	});

	$(".colorbox").colorbox();
});
