$(document).ready(function() {
    
    $(".top-header").html("<div class='background'></div>" + $(".top-header").html());
    
    $(".top-header .background").css("background-color","#000");
    $(".top-header .background").css("height","3.7em");
    $(".top-header .background").css("width","100%");    
    $(".top-header .background").css("top","0");    
    $(".top-header .background").css("left","0");    
    $(".top-header .background").css("position","absolute");
    $(".top-header .background").css("opacity",0.10);
    $(".top-header .background").css("z-index",0);
    
    $(".top-header .wrapper").css("position","relative");
    $(".top-header .wrapper").css("z-index",10);
    $(".top-header").css("border-bottom","1px solid #87461F");
    
    
    /* Add rounded corners div's */
        
    
    jQuery.each( [".local-menu",".text-area",".menu-local-menu",".menu-text-area"], function(index, item){
        $("" + this + "").append("<div class='si'></div><div class='sd'></div><div class='ii'></div><div class='id'></div>");
    });
    
});
