@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("jaiku.com") {
    
    body { font: .75em 'arial','sans-serif' !important; }

    #stream li { opacity: 0.25; }
    #stream li:hover { opacity: 0.75; }
    #stream li.presence,
    #stream li.date,
    #stream li.comment { opacity: 1.0 !important; }

    #stream h2 { display: none; }
    
    #logo { display: none !important; }
    #helper-nav { margin-right: 0 !important; }

    #header-container { margin-bottom: 1em !important; }
}