/*
 * dA6 Adbar Remover
 *
 * Author      : lbreda
 * Credits     : eaglevis (thanks!)
 * Created     : June 11th, 2008
 * Updated     : June 11th, 2008
 * Version     : 1.10
 * Website     : http://lbreda.deviantart.com
 * Description : Removes the main adbar in dA version 6
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(deviantart.com) {
  /*Removes adbar*/
  #ad-blocking-makes-fella-sad, #adso-magnifico{
    visibility: collapse !important;
  }
  body.withad {
    background-image: url(http://st.deviantart.com/minish/main/gradient.gif) !important;
  }
  /* Moves headers on top */
  #midSection{
    top: 27px !important;
  }
  #headerTop{
    height: 100px !important;
  }
  /* Resets edges */
  #headerTop i.tr, #headerTop i.tl {
    top: 101px !important;
  }
  #noTouch #searchDropdownOverlay {
    top: 71px !important;
  }
  #noTouch #searchDropdownMenu {
    top: 92px !important;
  }
  /* Menu editor popup position fix */
  #appFolderShadow {
    top: 65px !important;
  }
  #appFolder {
    top: 65px !important;
  } 
}