/***********************************************************************
** 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: sans-serif;
  background-color: #e5e5e5;
  font-size:13px;
  text-align: center;
  margin: 10px;
  padding: 10px;
  /*background-image: url('./bg.jpg');
  background-repeat: repeat-both;*/
}

h1, h2, h3, h4, h5 { 
  line-height:1em; 
}

h1 { 
  font-size:180%; 
}

h2 { 
  font-size:140%; 
}

h3 { 
  font-size:120%; 
}

h4 { 
  font-size:100%; 
}
 
h5 { 
  font-size:100%; 
  font-weight:normal; 
  font-style:italic;
}

pre, code { 
  font-size: 12px;
}

#outer {
  width: 700px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  background-image: url('./footer-bg.jpg');
  background-repeat: repeat-y;
}

#banner {
  margin: 0px;
  background-color: #d0d0d0;
  height: 205px;
  background-image:url('./header.jpg');
}

#header { 
  text-align: right;
  background-color: #c8d4d3;
  font-family: sans-serif;
  vertical-align: bottom;
  font-size:85%; 
  margin: 0px;
  border-bottom: 1px solid #cccccc;
  background-image:url('./header-bg.jpg');
  background-repeat:repeat-y;
}

a { 
  color: #527181;
  text-decoration: none;
}

#header input { 
  font-size:85%; 
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

a.selflink {
    color: #527181;
}

#wikidiff {
  width: 100%;
}

#header form {
  margin: 0px;
  padding: 10px;
}

/* Menu start */
#wikileft { 
  width:199px;
  float: left;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
}

#wikileft .vspace {
  display: none;
}

#wikileft a { 
  text-decoration: none; 
  color: black; 
}

#wikileft a.selflink {
  color: #527181;
}

#wikileft ul { 
  list-style:none; 
  padding:0px; 
  margin:0px; 
}

#wikileft li {
  margin-top:0px;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  padding-left: 10px;
}

#wikileft h1, #wikileft h5, .sidehead { 
  font-size: 110%; 
  margin: 0px; 
  font-weight: bold; 
  font-style: normal;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  background-color: #e8e8e8;
}

#wikileft h1 a, #wikileft h5 a, .sidehead a { 
  color:#505050; 
  font-weight:bold; 
  font-style:normal; 
}

/** Wikicmds start */
#wikicmds { 
  float: right; 
  font-family: Verdana,sans-serif; 
  font-size: 80%;
}

#wikicmds ul { 
  list-style:none; 
}

#wikicmds li { 
  display:inline; 
  margin:0px 5px; 
}

#wikicmds li a { 
  text-decoration: none; 
  color: #a0a0a0; 
}
/** wikicmds end */

/** content start */
#content {
  margin: 0px;
  padding: 1px;
  /*border: 0px solid #ffffff;*/
  background-color: #ffffff;
  background-image: url('./footer-bg.jpg');
  background-repeat: repeat-y;
}

#wikibody {
  margin: 20px;
  margin-left: 220px;
  padding: 0px; 
  background-color:white; 
}

#wikitext { 
  margin: 0px;
  margin-left: 10px;
  line-height:1.44em;
  font-size: 95%;
}

.pagegroup { 
  margin-top:10px; 
  font-size:85%; 
}

.pagetitle { 
  margin-top:10px; 
  font-size:180%; 
}

#wikifoot {
  padding: 3px;
  text-align: right;
  background-color: #c8d4d3;
  font-size: 80%; 
  font-family: sans-serif;
  border-top: 1px solid #c0c0c0;
  clear: both;
}

#wikiedit form { 
  margin:0px; 
}

#wikiedit textarea { 
  width:98%; 
}

