@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userstyles.org") {

body {
  font-size: 100% !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #000000 !important;
  margin: 1em 3em !important;
  padding: 0 !important
}

li, p {
  line-height: 1.5em !important
}

a:link {
  color: #334f31 !important
}

a:visited {
  color: #334f31 !important
}

a:hover {
color: #df6300 !important
}

#header-bar {
    margin: 0 0 2em 0;
    background-color: #ffffff !important;
       color: #000000 !important;
    border-top: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border-radius-topleft: 0 !important;
    border-radius-topright: 0 !important;
    -moz-border-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    height: auto !important
}

#logo {
    float: none !important;
       width: 20em !important;
       margin: 0 !important;
       padding: 0 !important;
    font-size: 3em !important;
    font-weight: normal !important
}

#logo a, #logo a:visited {
    color: #000000 !important
}

#search {
       float: none !important;
    padding: 0 !important;
       margin: 1em 0 !important;
       font-size: 1em !important
}

#account-link {
    color: #000000 !important;
    margin: 0 1em 0 0 !important;
       font-weight: bold !important
}

#navigation {
    list-style-image: none;
    margin: 1em 0 0 0 !important;
       float: none !important;
    padding: 0 !important
}

#navigation li {
    margin: 0 1em 0 0
}

#navigation a, #navigation a:visited, #navigation .current-page {
    border: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    background-color: #ffffff !important;
    color: #334f31 !important;
    padding: 0 0 0.2em 0 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom: 3px solid #334f31 !important;
    margin-right: 1em !important
}

#navigation .current-page {
    border: none !important;
    background-color: white;
    color: #000000 !important
}
#navigation a:hover {
    color: #df6300 !important;
       background-color: #ffffff !important;
       border-bottom: 3px solid #df6300 !important
}

#search-terms {
    background-color: #ffffff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
       border: 1px solid #000000 !important;
       font-weight: bold !important
}

#search-terms:hover {
    background-color: #ffffff !important
}

#search-terms:focus {
    background-color: #ffffff !important
}

#search input[type="submit"] {
    font-weight: bold !important;
    padding: 0.1em !important;
    border: 1px solid #000000 !important;
    background-color: #9f9f9f !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important
}

#search input[type="submit"]:hover {
       cursor: pointer !important
}

#main-text {
   margin-right: 15em !important
}

#main-text p, #main-text li {
       line-height: 1.5em !important
}

#sidebar {
  margin: 0 0 0 2em !important;
  width: 12em !important;
  border-left: 1px solid #6f6f6f !important;
  padding-left: 2em !important
}

#sidebar ul {
  margin-bottom: 1em !important
}

#sidebar li, #sidebar p {
  line-height: 1.5em !important
}

#sidebar h2 {
  margin-bottom: 0.5em !important
}

#last-updated, #install-counts, #style-author {
  line-height: 1.5em !important;
  font-size: 1.2em !important
}

.screenshot {
  border: none !important
}

}