@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wiki.xensource.com"), domain("wiki.xen.org") {

/*
 * Override common.css because the wiki is contained in a td.
 */
#xen_content div > p {
    margin: 1.12em 0 !important;
}

/*
 * community_aps_7.css omits h4 coloring
 */
#xen_content h4 {
    color: #1D3D62 !important;
}

/* 
 * Restore heading sizes and margins to defaults from
 * http://www.w3.org/TR/CSS21/sample.html 
 * (The selector is a bit hokey but it tries to contain this to the wiki.)
 */
#xen_content div#content h1[id] { font-size: 2em !important; margin: .67em 0 !important; }
#xen_content div#content h2[id] { font-size: 1.5em !important; margin: .75em 0 !important; }
#xen_content div#content h3[id] { font-size: 1.17em !important; margin: .83em 0 !important; }
#xen_content div#content h4[id] { font-size: 1em !important; margin: 1.12em 0 !important; }
#xen_content div#content h5[id] { font-size: .83em !important; margin: 1.5em 0 !important; }
#xen_content div#content h6[id] { font-size: .75em !important; margin: 1.67em 0 !important; }

}
