/* FONT PROPORTIONS AND STYLES */
/* sets defaults for how big kind of text is relative to another, for whitespace belonging to text, and for other typographical attributes */

/* headings */
.sidehead, h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  }
h1 {
	font-size:1.75em;
	margin:0.9em 0 0.6em 0;
	}
h2 {
	font-size:1.6em;
	margin:0.9em 0 0.6em 0;
	}
h3 {
	font-size:1.45em;
	margin:0.7em 0 0.4em 0;
	}
h4 {
	font-size:1.3em;
	margin:0.7em 0 0.4em 0;
	}
h5 {
	font-size:1.2em;
	margin:0.5em 0 0.1em 0;
	}
h6 {
	font-size:1.1em;
	margin:0.5em 0 0.1em 0;
	}

/* other */
#wikititle {
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.75em;
	letter-spacing:0.25em;
	}
#wikitagline {
	font-size:1.25em;
	letter-spacing:0.1em;
	}
#titleblock p.groupname {
	font-size:1.25em;
	}
#titleblock h1.pagetitle {
	font-size:2.3em;
	}
#titleblock.standard .moreactions a {
	font-size:1.2em;
	text-decoration: none;
	}
#footer p {
	font-style:italic;
	}
#pagetext {
	font-size:1.25em;
	line-height:140%;
	}
#sidebar h1, #sidebar h4 {
	font-size:1.25em;
	}
p.sidehead, #sidebar h2, #sidebar h5 {
	font-size:1.15em;
	}
#sidebar h3, #sidebar h6 {
	font-size:1em;
	}
div.access-hide p, div.access-show p {
	text-align:right;
	font-style:italic;
	}
#pagetext div.access-show {
	font-size:0.8em;
	}
#wikitext code, #wikitext pre, #wikitext tt {
	font-size:0.9em;
	}
b.selflink {
	border-bottom:1px dotted;
	}
body.edit #editqref {
	font-size:0.8em;
	}
body.edit #editqref code {
	font-size:1.1em;
	}
