/*##
####  projection.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.
*/

@import url("screen.css");

html { line-height: 1.8em; }

#container_content {
 width: 100%;
 float: right;
 margin-left: 0;
}

#page {
 margin-left: 0;
 padding-left: 1em; /* This makes the "margin" from sidebar to the page content */
}

#pagebottom {
  border-bottom: none;
}

#interwiki, #pagelocation, #pageinfo {
 display: none;
}

body, b, em, a, span, div, p, td { font-size: 22pt; }
/*h1 { font-size: 28pt; } */
h2 { font-size: 24pt; }
h3 { font-size: 22pt; }
h4 { font-size: 20pt; }
h5 { font-size: 18pt; }
h6 { font-size: 16pt; }
tt, pre { font-size: 18pt; }
sup, sub { font-size: 14pt; }

.navigation {
	font-size: 16pt;
	padding-top: 8pt;
	padding-bottom: 8pt;
}
