/***********************************************************************
** pmwiki.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/
body {
  font-family: verdana, helvetica, arial, sans-serif;  /* verdana is easier to read than Arial, and Mac users will get Helvetica as they ought to */
  font-size:100%;  /* this squishes an IE bug for em font sizes */
  background-color: #f7f7f7;
  margin-left:0px;
  margin-right:0px;
  }

h1, h2, h3, h4, h5 {
  color:#505050;
  line-height:1em;
  }
h1 {
  font-size:165%;  /* keeps any stray h1 in proportion to other headings */
  }
h2 {
  font-size:150%;
  }
h3 {
  font-size:120%;
  }
h4 {
  font-size:100%;
  }
h5 {
  font-size:100%;
  font-weight:normal;
  font-style:italic;
  }

#wikilogo {
  padding-left:10px;
  border-bottom:2px #cccccc solid;
  }

#wikihead {
  position:absolute;
  right:10px;
  top:10px;
  font-size:75%;  /* much more readable than x-small, which is ~60% in Firefox */
  }
#wikihead input {
  font-size:100%;
  }

#wikileft {
  width:14em;  /* will adapt to browser's text size setting */
  border-right:2px #cccccc solid;
  padding:10px 10px 0 10px;
  font-size: 85%;  /* more comfortable than small */
  }
#wikileft a {
  text-decoration:none;
  color:#000078;  /* subdued, but still clearly a link */
  }
#wikileft h1 a {
  color:#505050;
  }
#wikileft a:hover {
  color:blue;
  text-decoration:underline;  /* confirms that this is a link */
  }
#wikileft ul {
  list-style:none;
  padding:5px;
  margin:0px;
  }
#wikileft h1 {
  font-size:110%;  /* more control than medium, and about the right size */
  margin-bottom:0px;
  }

#wikicmds {
  float:right;
  font-size:75%;  /* much more readable than x-small, which is ~60% in Firefox */
  padding-top:0.5em;  /* adds breathing room between commands and top border */
  }
#wikicmds ul {
  list-style:none;
  }
#wikicmds li {
  display:inline;
  margin:0px 5px;
  }
#wikicmds li a {
  text-decoration:none;
  color:#000078;  /* subdued, but still clearly a link */
  }
#wikicmds li a:hover {
  color:blue;
  text-decoration:underline;  /* confirms that this is a link */
  }

#wikibody {
  padding:0px 10px 10px 10px;
  background-color:white;
  }
#wikitext {
  margin-top:1em;
  line-height:135%;  /* extra leading significantly improves readability */
  }

.pagegroup {
  margin-top:10px;
  }
.pagetitle {
  font-size:200%;
  margin-top:5px;
  }

#wikifoot {
  padding-left:10px;
  border-top:2px #cccccc solid;
  font-size:75%;  /* much more readable than x-small, which is ~60% in Firefox */
  }
#wikifoot div {
  margin-top:0.5em;  /* adds breathing room between lines in footer */
  }

