@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mbl.is") {


/* hide #allt junk and then reshow selectively */
#allt > * { display: none !important; }
#allt > #header-nav { display: block !important ; }
#allt > #main { display: block !important; }
#allt > #footer { display: block !important; }
#allt > #sjonvarp { display: block !important; }

#allt > .span-12 { display: block !important; }
#allt > .span-24 { display: block !important; }

/* hide #main junk and then reshow selectively */
#main > * { display: none !important; }
#main > #left { display: block !important; }
#main > #main-content { display: block !important; }

/* hide #footer junk and then reshow selectively */
#footer > * { display: none !important; }
#footer > #copyright { display: block !important; }

/* remove all ads */
.augl, .augl-left, .augl-flash-container, .augl-gif-container, #KSIContainer, #rightad, #main-content > .newsitem > .center { display: none !important; }

/* finally some fixes */
#allt { width: auto !important ; padding: 0 !important ; background-image: none !important ; padding-top: 0.5em !important ; }
#main-content {width: auto !important ; padding-bottom: 0 !important ; padding-left:12em !important ; padding-right: 0.5em !important ; }
#left { position: absolute !important ; }
#footer, #copyright { padding: 0 !important; margin: 0 !important }
}
