@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("furaffinity.net") {

/* Reveal Nav bar on Hover */

.block-menu-top {

position:fixed; top: 0;
z-index: 11;
opacity: 0;
-moz-transition: opacity .2s .8s linear;
-webkit-transition: opacity .2s .8s linear;
}

.block-menu-top:hover {

-moz-transition-delay: .4s;
-webkit-transition-delay: .4s;
opacity: 1;
}

/* Remove Banner area + Give space for Navigation */
body > div {padding-top: 2.3em }
.block-banners.clearfix {display: none !important;}


/* Remove Rounded thumbnail corners */
center.flow b s > a,
center.flow img {border-radius: 0 !important;}



/* Remove box shadow + thicker border */
center.flow b s > a
{box-shadow: none !important;
border-width: 2px !important;}








/* Hide deleted submissions @ Favorites tab */
#favorites [id]:not([class])  {display: none !important;}

/* Extended search modification */
#search #section-extended fieldset {float: left; width: 47%;}
#search #section-extended br {display: none;}

}
