
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("allmusic.com") {

/* block ads */
  #leaderboard,                            /* top banner */
  .right-sidebar-background,               /* right sidebar */
  #ad300_250, #ad160_125,                  /* two imbedded ads on main page */ 
  #header_logo + A,                        /* amg logo beside search box */
  #site_menu div.content_header,           /* the "site menu" title, to make page fit better */
  img[src*="sponsor"] {                    /* "sponsored by" pic on front page */
    display: none !important
  }

/* redesign header */
  #search {
    float: left !important;
    margin-left: 240px !important;
  }
  #header_side {
    position: absolute !important;
  }
  #site_menu {
    margin-left: 738px !important;
    margin-top: .4em !important;
  }
  #login_box {
    margin-left: 550px !important;
    top: .4em !important;
    width: 175px !important;
    height: 56px !important;
  }
  #header_logo {
    position: absolute !important;
    z-index: 1 !important;
  }

/* resize "album of the day" to fill new space from removed ad */
  #archive_feat {
    width: 396px !important;
  }

/* move columns up to fill new space from removed ad */
  #container #header, #header_side {
    height: 115px !important;
  }

/* let content fill new width */
  .visible > tbody > tr > td > #results-table > #ExpansionTable1,
  .content-cell > table, .left-sidebar + td {
    width: 972px !important;
  }
  .content-list-key {
    width: 752px !important;
  }

/* center a few boxes */
  .details-border, #results-table table:last-child,
  #ExpansionTable1 {
    margin: auto !important;
  }

/* move archive button to end of title bar */
  #edfeatarchive {
    margin-right: 1em !important;
  }

}