@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mangafox.com"),
domain("forums.mangafox.com") {

  /*
  -----------------------
  Optional Style Settings
  -----------------------
  */

  /* Uncomment to hide the theme selector and nav links */
  /*
  div#header,
  div#myheader {
    height: 35px !important;
    margin-bottom: 10px !important;
  }
  div#colorselector,
  ul#menu {
    display: none !important;
  }
  */

  /* Uncomment to remove the manga navigation bars */
  /*
  body > div.widepage.page {
    display: none !important;
  }
  */

  /* Uncomment to fix drop-down menus in OS X */
  /*
  select {
    border: 1px solid !important;
    color: black !important;
    font-family: Lucida Grande !important;
    font-size: 11px !important;
    height: 18px !important;
    padding: 0px !important;
  }
  */


  /*
  ----------------------
  Default Style Settings
  ----------------------
  */

  /* Remove the ads */
  div#topad,
  div#bottom_ads,
  div.clear > div.right,
  div.cr > div.cr,
  div[class^="ad"] {
    display: none !important;
  }

  /* Remove other elements and clean up empty spaces */
  div#idSlideshow,
  div#showcase,
  div#hotnews,
  div#footer {
    display: none !important;
  }
  div#page > div.left {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  table#updates {
    margin-top: 0px !important;
  }
  div#page {
    padding-top: 0px !important;
  }
  div#page > div#content,
  div#page > div#sidebar {
    padding-top: 10px !important;
  }

  /* Remove the extra "search" label from the search button */
  button.button {
    font-size: 0px !important;
  }

  /* Clean up the top chapter navigation bar */
  div#top_left_bar {
    width: 7px !important;
    height: 50px !important;
    background-image: url("http://cdn.mangafox.com/media/search.bottom.left.png") !important;
  }
  div#top_center_bar {
    width: 736px !important;
    height: 50px !important;
    background-image: url("http://cdn.mangafox.com/media/search.bottom.center.png") !important;
  }
  div#top_right_bar {
    width: 7px !important;
    height: 50px !important;
    background-image: url("http://cdn.mangafox.com/media/search.bottom.right.png") !important;
  }

  /* Reposition the page list */
  #top_bar > div.right.middle,
  #bottom_bar > div.right.middle {
    margin-right: 5px !important;
  }
  #top_bar > div.right.middle > div.left,
  #bottom_bar > div.right.middle > div.left {
    margin-right: 10px !important;
  }

  /* Reposition and resize the back and forward buttons */
  a.prev_page,
  a.next_page {
    width: 25px !important;
    margin: 0px !important;
    float: right !important;
  }
  a.prev_page {
    right: 25px !important;
  }
  a.next_page {
    left: 25px !important;
    border-left: 1px solid #E0A949 !important;
  }
  a.prev_page > span {
    background-position: left !important;
  }
  a.next_page > span {
    background-position: right !important;
  }
}