/*  print.css - MoinMoin Default Styles

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

/* content styles */

html {
    font-family: georgia, "times new roman", Times, serif;
    font-size: 12pt;
}

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

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

a:hover {
    text-decoration: underline;
}

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

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

.outerpage { /* main geometry */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* for IE */
}

.innerpage { /* main geometry */
	text-align: left;
}

/*.body-bg .innerpage, .body-bg .outerpage {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
    font-size: 136%;
}*/
/* .body-bg .innerpage, .body-bg .outerpage {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
	line-height: 1.38em;
} */

/*h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 136%;
}*/
/*h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
} */

#logo {
    font-size: 250%;
    font-weight: bold;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

#username, #pagetrail, #searchform, #navibar, .editbar, #popupmenu {
    display: none;
}

#popupmenu.img {
    display: none;
}

img { /* Seems that this is crucial. <<< */
	display: inline;
	/* Make sure that the image does not go outside the boundary.
	 * For example, in the attachment page. */
	max-width: 100%;
} /* >>> */
