/*  print.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

html {
	font-family: Times, serif;
	font-size: 12pt;
}

body {
    /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
	margin: 1.5cm;
}

h1, h2, h3, h4, h5, h6 {
	 font-family: Arial, sans-serif;
 }

/* headers smaller with h2, h3 distinct style */
h2 {
	 font-family: Arial, sans-serif;
	 margin: 1.5em 0 0 0;
	 padding: 0 0 0.3em 0;
	 border-bottom: 2px solid #607dbf;
	 line-height: 1.2em;
}
h3 {
	margin: 1.5em 0 0 0;
	padding: 0 0 0 0.3em;
	border-left: 10px solid #607dbf;
}

h1, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
}
		
h1 {font-size: 1.6em;} 
h2 {font-size: 1.4em;} 
h3 {font-size: 1.4em;} 
h4 {font-size: 1.2em;} 
h5, h6 {font-size: 1em;}


a, a:visited, a.nonexistent, a.badinterwiki {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	font-size: 10pt;
}

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

a.interwiki img, a.badinterwiki img {
	display: none;
}

.footnotes div {
	width: 5em;
	border-top: 1pt solid gray;
}

/* user interface styles */

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

/* disable pagelocation */

#pagelocation {
	display: none;
}
