@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("dansdata.com") {

/* remove all but main content area */
div#pageHeader, div#pageFooter, div#designCredits, div#rightCol
{ display: none !important; }

/* main content takes the full width, but remove its min-width */
div#pageBody, div#leftCol { margin: 0 !important; }
body > div.MinWidth { min-width: 0 !important; }

/* remove logo and subnav, fix navbar now that the logo's gone */
div#logo, div#subNaviBar { display: none !important; }
div#naviBar { padding-top: 0.5em !important; border-top: 0 !important; }

/* remove whitespace */
address + p { display: none !important; }

/* darker entry separator */
h3 { border-top-color: rgb(120, 150, 200) !important; }

/* blockquote easier to distinguish */
blockquote { color: #444 !important; font-family: serif; }
blockquote p { padding-left: 3em !important; }


}