/*
* The Win Forums Cleanup v0.8.23 by crank
* http://thevistaforums.com/index.php?/user/212-crank/
* There seems to be a lot of useless code in this, some of it is, not all imgs have to be resized, some have to.
* For those of you actually looking at this, there's a small tweak down below, check the commented lines ;)
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("thevistaforums.com"), domain("thewinforums.com") {
.top-ientry-bar {
display:none;
}
.top-ad {
display:none;
}
#ientry-bar-right {
display:none;
}
.ientry-bar-clear {
display:none;
}
#ad-right {
display:none;
}
#content-ad {
margin-right: 5px !important;
}
/* Remove this line and the one marked below to remove the main page ad (and TVF on the Web boxes)
#hook_blanksidebar {
display:none;
}
This is the second line to remove */
}