/* MediaWiki print stylesheet */

@page rotated {size: landscape; }

#letterhead{
display:block !important;
position:absolute; top:0; left:0; width:180mm; height:4cm;padding:0 2em 2em 2em; background-color:white; color:blue; text-align:center;
}

#letterhead-2{
width:100%; height:5cm; background-color:white;
}

.presentation {page:rotated;}
.presentation p, .presentation li, .presentation pre {font-size: 18pt !important;
line-height:24pt !important; }
.pt {font-size:32pt; text-align:center; padding-top:3em; color:#47855a;}
.pn{margin-top: 4em; float:right; width:50%; font-size:24pt; color:#47855a;}
.presentation h1, .presentation h2{color:#47855a !important; font-size:24pt;page-break-before:always;}

body {
	color: #000000; background: #ffffff;
}


/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
	color: black ! important;
	text-decoration: none ! important;
}
#article {
	margin: 0 ! important;
}

/* Continue ... */
a, a.external, a.new, a.stub {
	color: inherit ! important;
	text-decoration: inherit ! important;
}

/* Hide ugly UI stuff */
#sidebar, #quickbar, #topbar, #footer, #siteNotice,
.editsection, .toctoggle, .fnotices, .fnotices2, .bnotice, .g300x250, .g160x600, .g200x200 {
	display: none;
}

/* */
#article {
	position: relative;
	margin: inherit ! important;
}
#article_2 {border:none !important; width:100% !important;}

.printfooter {
	border-top: solid 1px black;
	display: none ! important;
}

/* Old stuff, fixme:
a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
a.interwiki, a.external { color: #3333BB; text-decoration: none; }
h1.pagetitle { padding-bottom: 0; margin-bottom: 0;}
i.link, u.link { color: #000066; }
p.subtitle { padding-top: 0; margin-top: 0; }
*/
