$(document).ready(function() {
	$('#page_wrapper').css({'overflow':'hidden'});
	$('#main').css({'height':$(window).height()-176});
	$('body').css({'overflow':'hidden'});
	$(window).resize(function(){
		$('#main').css({'height':$(window).height()-176})
	});
	$('.content').css({'opacity':0})
	$('.content').animate({'opacity':1},500, 'linear');
		if($.browser.mozilla){
		
			$('.menu_container').wrapAll('<div class="menu_wrapper" />');
		}

	var postReload=self.setInterval("singlePost()",1000);
	function singlePost(){
		//$('.single_post').css({'height':$('.single_post').height()+120});
		$('.single_post').css({'height':400});
	}
});
