/*  print.css - MoinMoin Default Styles

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

/* content styles */

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

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



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

a:hover {
	text-decoration: none;
}

.info a {
    color: gray;
}

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 */

#locationline {
    display:block;
    clear: right;
    background: white;
}

*[dir="rtl"] #locationline {
    clear: left;
}

#pagelocation {
    display: inline;
    font-size: 22pt;
    font-weight: bold;
}

#pagelocation a {
text-decoration: none;
color: black;
}

#pagelocation li {
display: inline;
margin: 0;
}

.attach_image{
float: right;
padding: 7px;
border: 0px solid #cccccc;
}

h1{ font-size: 18pt; }
h2{ font-size: 16pt; }
h3{ font-size: 14pt; font-weight:bold; }
h4{ font-size: 14pt; }

#pagetrail, #logo, #searchform, #username, #message, #navibar, .editbar,  #sidebar, #footer, #timings, #credits, #interwiki{
	display: none;
}

