/*
 * GeenStijl v4 (by BTB)
 *
 * Author: BTB
 * Version 0.1
 * Updated: July 08 2008
 * Description: This style contains some subtle tweaks and kills all advertisement on GeenStijl.nl, GeenStijl.tv, Dumpert.nl, SpitsNieuws.nl and Gamert.nl.
 * Usage: Use with the 'Stylish' Firefox extension 
 * 
 * Feel free to submit all bug reports, comments and requests.
 * 
 */

@namespace url(http://www.w3.org/1999/xhtml);

/*GEENSTIJL*/
@-moz-document domain("geenstijl.nl") {

/* remove header advertisement */
div#headmain {
display: none !important;
}
div#header {
background: url(http://images.geenstijl.nl/gs2008/gs_header_01.jpg) no-repeat 224px -1px !important;
}

/* remove advertisement */
div.colterba,
div.colsecba,
div.fipoba {
display: none !important;
}

/* remove spitsniews items */
div#snbox {
display: none;
}

/* remove gamert items */
div#gmrtbox {
display: none;
}
}

/*DUMPERT*/
@-moz-document domain("dumpert.nl") {

/* remove square */
#skyisthelimit {
display: none;
}
/* remove ads */
div#comments iframe {
display: none;
}
}

/*GEENSTIJLTV*/
@-moz-document domain("geenstijl.tv") {

div.fipoba,
div.colsecba,
div.colterba,
#headmain > *,
body > div:not(#container) { display: none !important; }
}

/*SPITSNIEUWS*/
@-moz-document domain("spitsnieuws.nl") {

div#fipoba,
div#colsecba,
div#colterba,
#headmain > *,
body > div:not(#container) { display: none !important; }
}

/*GAMERT*/
@-moz-document domain("gamert.nl") {

div#bannerts { display: none !important; }
}