jQuery(document).ready(function(){
	jQuery('.totop').click(function () {
		scroll(0,0);
		return false;
	});
	
	jQuery('#footer').css({'padding-bottom': jQuery(window).height()-jQuery('#top').height()-jQuery('#content').height()-jQuery('#footer .inner').height()-15+'px'});
	
	jQuery('#home .featured:first-child').css({'text-align': 'right'});
	jQuery('#home .featured:first-child .thumb').css({ 'float': 'right', 'margin-right': '-35px'});
	jQuery('#home .featured:first-child .more').css({ 'float': 'right'});
	jQuery('#home .featured:last-child').css({ 'text-align': 'left'});
	jQuery('#home .featured:last-child .thumb').css({ 'float': 'left', 'margin-left': '-35px'});
	jQuery('#home .featured:last-child .more').css({ 'float': 'left'});

	try {
		Cufon.replace('h2:not(".post_list h2")', { fontFamily: 'snell', textShadow: '1px 1px #ffffff' });
	} catch(err) {}
});
