// JavaScript Document
$(document).ready(function(){
    
	// Header
   	$("#navTop li:last-child a").css({'border':'0','margin':'0','padding':'0'});
   	
   	// Page structure
	$("#topContent > div.right").css({'width':'310px','margin':'30px 0 0'});
   	
   	// Main carousel
   	$("#carouselTabs li:first-child.on").css({'margin-left':'0'});
   	
   	// Carousel services
   	$("#carouselServices li:last-child").css({'border':'0','width':'205px'});
   	
   	// Theme
   	$("#themeTabs li:first-child.on").css({'margin-left':'0'});
	
	// Services (green box)
	$("#servicesTabs li:first-child.on").css({'margin-left':'0'});
	
	// Teaser lists
	$("ul.listTeaser:last-child").css({'border':'0','margin':'0','padding':'0'});
	$(".listTeaser li:last-child").css({'border':'0','margin':'0','padding':'0'});
	$("#category ul.listTeaser li:nth-child(odd)").css({'clear':'left'});
	$('#category ul.listTeaser li:nth-last-child(2)').css({'border':'0', 'margin-bottom':'0', 'padding':'0'});
	
	// White boxes
	$(".whiteBox p:last-child").css({'margin-bottom':'0'});
	
	// Image teasers
	$(".imageTeaser a.img + form").css({'border':'0','margin':'0','padding':'0'});
	$(".imageTeaser p.title + form").css({'border':'0','margin':'0'});
	
	// Article
	$("#articleActions .content:last-child").css({'border':'0','margin':'0','padding':'0'});
	$("#comments .comment:last-child").css({'border':'0','margin':'0','padding':'0'});
	
	// Pager
	$(".pager + #articleComments").css({'margin-top':'10px'});
	$("ul.listTeaser + div.pager ul.pager").css({'border':'0','margin':'0','padding':'0'});

});
