@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("uwants.com") {

/*front page*/
#hottopic,
#featuread,
.section> iframe[height="60"],
.section> a,
.section> div[tabindex="0"],

/*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^="overture_"]+ br,
iframe[height="44"],
[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.uwants.com") {
.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;
}

/*fixes overlapping*/
#guide {
height: 250px !important;
}

#main_wrapper {
margin: 8px 0 0 !important;
}

/*moves up the right sidebar on www.uwants.com*/
#sidebar {
position: relative !important;
top: -258px !important;
}

}

@-moz-document domain("mobile.uwants.com"), domain("digital.uwants.com"), domain("computer.uwants.com") {
/*moves up the right sidebar on mobile, digital, computer page*/
#sidebar {
margin-top: 0px !important;
}

}