/*##
####  print_ext.css - SimpleMente
####
####  Partly based on rightsidebar css
####  Rightsidebar theme copyright (c) 2001, 2002, 2003 by Juergen Hermann
####
####  SimpleMente theme Copyright (c) 2007 by Eduardo Mercovich und Oliver Siemoneit
####  license: GNU GPL, see COPYING for details.
*/

/* content styles */

html {
	font-family: Arial, Lucida Grande, sans-serif;
	font-size: 0.85em;
}

body {
    /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
	margin: 0.8cm;
}

ul#pagelocation li {
 list-style-type: none; 
 font-size: 3em; 
 font-weight: normal;
 margin-bottom: 0.5em; 
 margin-left: -1em;
 line-height: 130%;
}

h1 {
	font-size: 1.4em;
}

h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5, h6 {font-size: 0.95em;}

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 */

#sidebar, #footer, #timings, #credits, .codenumbers, .help, .editbar, .simplemente_editbar, .simplemente_editbar_ext, .screenreader_info {
	display: none;
}