/*  print.css
	for theme mentalhealth

	make grey-scale
	suppress navigation elements
	omit fancy formatting
*/

html {
	background-color: #fff;
}
body {
	margin: 1.5cm;
	padding: 0;
	border: 0;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

/* XXX MPI table {
	width: 99%;
} */

/* XXX fixing definition lists draufer */
dd p {
    margin: 0
}

/* XXX use with <<PB>> */
.page-break  { 
    display:block; 
    page-break-before:always;
}

.footnotes div {
	width: 5em;
	border-top: 1pt solid #eee;
}
pre { 
    font-size: 10pt;
	font-family: monospace, courier;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 1em 0; /* XXX MPI */
	/* margin: 0; */
}
h1 { /* XXX MPI */
	padding-bottom: 0.3em;
        border-bottom: 2px solid #000;
	line-height: 1.2em;
	font-size: 16pt;
}
h2 { /* XXX MPI */
	padding-bottom: 0.3em;
        border-bottom: 1px solid #000;
	line-height: 1em;
	font-size: 14pt;
}	
h3 { /* XXX MPI */
	padding-left: 0.3em;
	border-left: 7px solid #000;
	font-size: 14pt;
}	
h4 { /* XXX MPI */
	padding-left: 0.3em;
	border-left: 4px solid #000;
	font-size: 12pt;
}	
h5, h6 {
	font-size: 12pt;
}

a.interwiki:before, a.badinterwiki:before {
	content: attr(title) ":";
}
a.interwiki img, a.badinterwiki img {
	display: none;
}


#header, #sidebar, #footer, #timings, #credits, #message {
    display: none;
}

.comment { /* XXX MPI highlight comments */
    color: #0AA;
    font-style: italic
}

.diff-added span { /* XXX MPI highlight diffs - green */
    color: #0A0;
    font-style: italic
}

.diff-removed span { /* XXX MPI highlight diffs - orange */
    color: #F80;
    font-style: italic
}
