@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wikipedia.org") {

    /*****SEARCHBOX*****/
    #p-search
    {
        position : absolute !important; 
        top      : 10px     !important; 
        left     : 150px    !important; 
    }
    #p-cactions
    {
        margin-top: 64px !important;
    }
    /*****SIDEBAR*****/
    #p-logo,
    #p-interaction,
    #p-navigation,
    #p-help,
    #p-tb,
    #p-lang
    {
        display: none !important;
    }
    /*****BODY*****/
    body
    {
        background: #eee5de !important;
    }
    #content
    {
        background    : #eee                     !important; 
        padding-left  : 20px                     !important; 
        padding-right : 20px                     !important; 
        margin        : 100px 160px 100px 150px  !important; 
        border        : 1px   solid #000         !important; 
    }
/*
    .editsection
    {
        display: none !important;
    }
*/
    
    /*****footer*****/
    #footer
    {
        display: none !important;
    }
}