/***********************************************************************
** 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: #006683;
  margin-left:0px; margin-right:0px; 
  font-size:14px; 
}

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-left: 10px;
}

#wikilogo a img{
  width: 28px;
  height: 28px;
  padding: 2px;
  border: 2px solid #006683;
}

#wikilogo a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

#wikilogo a:hover img {
  border-color: #d0d0d0;
}

#wikihead { 
  position: absolute;
  right: 10px;
  top: 2px; 
  font-family: Verdana, sans-serif;
  font-size: 85%; 
}

#wikihead a {
  color: #d0d0d0;
}

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

#wikileft {
  float: left;
  background-color: #d0d0d0; 
  background-image: url(bardo.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 140px; 
  border-right: 4px solid #000; 
  padding: 0px;
  margin: 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}

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

#wikileft a:hover {
  text-decoration: underline;
  color: #006683;
}

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

#wikileft li {
  margin-top: 4px;
}

#wikileft li a {
  display: block;
  padding: 1px 10px 1px 10px;
}

#wikileft li a:hover {
  background-color: #fff;
}

#wikileft h1, #wikileft h5, .sidehead {
  font-size: medium;
  margin-bottom: 0px;
  font-weight: bold;
  font-style: normal;
  padding: 0px 10px 0px 10px;
}

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

#wikipwd {
  border-top: 1px dashed #006683;
  padding: 10px;
  text-align: center;
}

#wikipwd a {
  display: block;
  margin-bottom: 2px;
}

#wikicmds {
  float: right;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  width: 450px;
}

#wikicmds ul {
  list-style: none;
}

#wikicmds li {
  display: block;
  text-align: center;
  float: right;
  width: 45px;
  margin-right: 3px;
  padding: 1px;
  border-left: 2px solid #006683;
  border-right: 2px solid #006683;
  border-bottom: 2px solid #006683;
}

#wikicmds li:hover {
  padding-top: 10px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

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

#wikicmds li a:hover {
  text-decoration: underline;
  color: blue;
}

#wikibody {
  padding: 0px 10px 10px 10px;
  background-color: #f7f7f7;
  background-image: url(bandolim.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  margin-left: 160px;
}

#wikitext {
  margin-top: 1em;
  line-height: 1.33em;
}

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

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

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

#wikiedit form {
  margin: 0px;
}

#wikiedit textarea {
  width: 98%;
}
