@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wikipedia.org") {

/* disable spam notices */
#siteNotice, #centralNotice {display:none}

/* move whole page, menus up */
#head-base {height: 55px !important;}
#mw-head-base{height:55px !important;}
#left-navigation {top: 15px !important;}
#right-navigation {margin-top:15px !important}
#content {margin-top: 0px !important}

/* move search box back, shrink slightly */
#p-search {position:absolute; left: 2px; top:160px; z-index:1000 }
#searchInput {width:8em !important} 

/* make space for search box */
#p-navigation {margin-top:20px !important;}

}

