$(document).ready(function(){

if ($(window).width() <= 480){
	$('body').css('max-width','100%');
	$('header').html('<h1 id="logo"><a href="http://geronimo89.dk">Geronimo89.dk</a></h1><p id="tagline">A blog about me, my doings and everything I think deserves attention.</p>');
	$('header').height('40px');
	$('header').css('background','transparent');
	$('#logo').css('background','transparent')
	$('.cute_profiles_sprite').hide();
	$('#sidebar-right').hide();
	$('.container').css('width','100%');
	$('.span-2').css('width','8%');
	$('.span-10').css('width','40%');
	$('.span-15').css('width','60%');
	$('.span-17').css('width','90%');
	$('.span-18').css('width','95%');
	$('.span-24').css('width','99%');
	$('.post_date').css('font-family','sans');
	$('.date_box').css('border','none');
	$('.day').css('font-family','sans');
	$('.day').css('border','none');
	$('.day').css('color','black');
	$('.day').css('background','transparent');
	$('.month').css('font-family','sans');
	$('.month').css('border','none');
	$('.year').hide();
	$('.post_date').css('font-size','0.8em');
	$('.post_title').css('font-size','1.5em');
}

});
