@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("discuss.com.hk") {

/*front page*/
#hottopic,
#featuread,
.section[style^="margin-bottom:"],
.banner_b1,
#sidebar> .section[style^="background"],
div[style^="margin-bottom:"],

/*thread list page*/
#foruminfo+ div[align="center"],
[id^="thread_ads_"],
[id^="thread_ads_"]+ table,
[id^="overture_"],
td[colspan="6"],
div[align="center"]> iframe,
#rightads,

/*thread page*/
[id*="iframe"],
.t_msgfont> br+ br+ br+ b,
.t_msgfont> br+ br+ br+ b~ a,
[id^="pid"]> tbody> tr:last-child> td[colspan="2"],
#ad_interthread {
display: none !important;
}

}

@-moz-document domain("www.discuss.com.hk") {
.ad {
display: none !important;
}

/*layout fix for front page*/
/*puts the logo and weather info on the same row*/
#head, #subhead {
clear: none !important;
}

#head {
margin: 0 !important;
float: left !important;
}

#subhead {
margin: 57px 0 0 !important;
float: right !important;
}

/*moves up the right sidebar on www.discuss.com.hk*/
#sidebar {
position: relative !important;
top: -258px !important;
}

}

@-moz-document domain("news.discuss.com.hk"), domain("finance.discuss.com.hk") {
/*moves up the right sidebar on news page, finance page*/
#sidebar {
position: relative !important;
top: -264px !important;
}

}