@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("lifehacker.com"), domain("gizmodo.com"), domain("deadspin.com"), domain("kotaku.com"), domain("jezebel.com"), domain("io9.com"), domain("jalopnik.com"), domain("gawker.com") {

#container {
	background: none !important;
}
#sidebar {
	display: none !important;
}
#menubar .commentbox {
	display: none !important;
}
#popTags {
	display: none !important;
}
#splashPosts {
	position:absolute !important;
	left:22px !important;
	top:118px !important;
	width:130px !important;
}
#header {
	height: 38px !important;
}
#topMenu {
	margin-bottom: 10px !important;
	width: 1000px !important;
}
#wrapper {
	min-height: 1100px !important; /* Not optimal, but eh, I can't think of another way */
}

/* LOGO */

#logo {
	float: right !important;
}
#logo a {
	float: right !important;
	position: absolute !important;
	color: transparent !important;
}


}

@-moz-document url-prefix("http://lifehacker.com/tag/"), url-prefix("http://gizmodo.com"), url-prefix("http://http://deadspin.com/tag/"), url-prefix("http://kotaku.com/tag/"), url-prefix("http://jezebel.com/tag/"), url-prefix("http://io9.com/tag/"), url-prefix("http://jalopnik.com/tag/"), url-prefix("http://gawker.com/tag/") {

#wrapper {
	margin-left: 0 !important;
}
.content {
	width: 662px !important;
}

}