/*
Wikipedia (English) - cleaner design

This style sheet moves the navigation section below the article
at the Wikipedia (English) Web site.
Updates: 2007-Nov-23, 2007-Jun-29, 2006-Sep-26.
Download is available at http://userstyles.org/.
Corrections and comments are welcome.
Made by Thomas Jedenfelt (http://go.to/thj/), 2006-Apr-06.
Contributions by AA Boy/Smartboy and Maximinus.
W3C validated CSS rules, except Mozilla specific rules.
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("en.wikipedia.org") {

a[href="/wiki/User:Thomas_Jedenfelt"] {
  font-style: italic !important;
  font-weight: 900 !important;
  }
body {
  font-size: small !important;
  }
a.new {
  font-weight: 700 !important;
  }
a.new:after {
  content: " ?"
  }
h1.firstHeading {
  margin-top: 1em !important;
  }
div#jump-to-nav {
  font-style: italic !important; 
  display: block !important;
  position: absolute !important;
  top: 0em !important;
 }
div#jump-to-nav a[href="#column-one"] {
  font-weight: 700 !important;
  text-transform: capitalize !important;
  }
div#jump-to-nav a[href="#searchInput"] {
  display: none !important;
  }
div#column-one {
  padding-top: 0 !important;
  }
div#column-content {
  float: none !important;
  padding-top: 1% !important;
  margin-left: 0 !important;
  }
div#column-content div#content {
  margin-top: 5em !important;
  margin-left: 0 !important;
  }
div#p-personal {
  width: 95% !important;
  }
div.portlet#p-cactions {
  top: 3.8em !important;
  left: 8em !important;
  }
div.portlet#p-search {
  position: absolute !important;
  top: 1.5em !important;
  left: 10em !important;
  width: 19em !important;
  white-space: nowrap !important;
  }
div.portlet#p-search h5 {
  font-weight: 100 !important;
  text-transform: capitalize !important;
  float: left !important;
  padding: 1% 2% 0% 0% !important;
  }
div.portlet#p-search div.pBody {
  background-color: transparent !important;
  text-align: left !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  }
div.portlet#p-search input[id="searchGoButton"] {
  display: none !important;
  }
div.portlet#p-logo {
  height: 32px !important;
  margin-top: 1% !important;
  margin-left: 2% !important;
  }
div.portlet#p-logo a {
  background: url(http://upload.wikimedia.org/wikipedia/commons/9/98/Wikipedia_small_logo_rounded.png) !important;
  background-repeat: no-repeat !important;
  width: 110px !important;
  height: 32px !important;
  }
div.portlet {
  margin-left: 2% !important;
  }
div.portlet h5 {
  font-weight: 700 !important;
  text-transform: capitalize !important;
  margin-left: 0 !important;
  }
div.portlet#p-navigation {
  float: left !important;
  }
div.portlet#p-interaction {
  float: left !important;
  }
div.portlet#p-lang {
  clear: left !important;
  min-width: 580px !important;
  }
div.portlet#p-lang div {
  -moz-column-count: 5 !important;
  width: 550px !important;
  }
div#footer {
  margin-top: 2em !important;
  }

}