$(function() {
	
	// fix ie6 bug for padding of one element...
	$('.sidebarbox:first').css({padding: '0 0 20px 0'});
	
	// fix ie6 bug for hovering twitter/rss icon
	$('#headericons .twitter a').hover(function() {
		$('span', this).css({color: '#E7E7E7'});
	}, function() {
		$('span', this).css({color: '#ffffff'});
	});
	
	// fix layout of autor-page
	$('.autoren_title + p br').hide();
	$('.autoren_title').not('.autoren_title.firstitem').css({paddingTop: '30px'});
	
	// loading external twitter
	$('.external_tweets').load('/blog/external_tweets.php');

	$('.footerbox.last a').attr('target', '_blank');
	
});
