/***********************************************************************
** pmwiki.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can #00aistribute 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: #e8e3cb url('background.gif') repeat-y left;
  margin:0px; padding:0px; 
  font-size:14px; 
}

a {
  color: #00a;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

input,textarea {
  color: #000;
  border: 1px solid #c0ba98;
  background: #f3f0e5;
}

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; }

#wikilogo { 
  padding-bottom:3px; 
  width: 100%;
  height: 92px;
  margin: 0px;
  padding: 0px;
  background: url('top.jpg') repeat-x top left;
}

#wikihead { 
  position:absolute; right:00px; top:00px; 
  height: 77px;
  background: url('top_right.jpg') no-repeat top right;
  font-family:Verdana,sans-serif; font-size:85%; 
  padding-top: 15px;
  padding-right: 100px;
}
#wikihead a {
  color: #000;
  font-weight: bold;
}
#wikihead a:hover {
  color: #00a;
}

pre {
  white-space: normal;
}

#wikihead input { font-size:85%; } 

#wikileft {   
  width:173px; 
  padding: 10px 0px 0 0px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikileft a { text-decoration:none; color:#000; border-left: 4px solid #a8a08b; padding-left: 5px; padding-right: 10px; font-weight: bold; }
#wikileft a:hover { text-decoration:underline; color: #00a; border-left: 4px solid #00a; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%; border: 0px solid #000;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 3px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:#00a; }

#wikibody { padding:0px 10px 10px 10px; 
  background: url('corner.gif') no-repeat top left; padding: 8px;}
#wikitext { margin-top:1em; line-height:1.33em;  }

.pagegroup { margin-top:10px; font-size:85%; display: inline;}
.pagegroup,.pagetitle { margin-top:2px; color: #4a4424; font-weight: normal; font-size: 10px;  letter-spacing: 0.05em; display: inline;}

#wikifoot { 
  padding-left:191px; 
  padding-top: 10px;
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

