/***********************************************************************
** 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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, first copy this file to another name
** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
** local/config.php file.  
***********************************************************************/
body { 
  position: absolute; 
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: white;
  width: 800px;
  font-size: 8pt;
}

.indent { 
  padding-top: 0.5em;
  padding-botom; 0.5em;
  margin-right: 40px;
}

#bannerpics table { 
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#wikiheadtext { 
  font-weight: bold;
  font-size: 18pt;
  padding: 0em;
  margin: 0em;
  margin-left: 20px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#wikihead { 
  padding: 0px;
  margin-bottom: 1em;
}

#wikisearch input { font-size:smaller; }
#wikisearch form { margin:0px; }

#wikileft { 
  width: 150px;
  padding-top: 0em; 
  padding-left: 20px; 
  padding-bottom: 20px;
  padding-right: 5px; 
  font-size:small;
}

#wikileft h1 { 
  margin:0px;
  font-size:small;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 3px;
  padding-left: 6px;
  margin-bottom: 0px;
  background: lightgoldenrodyellow;
}

#wikileft h2 { 
  margin:0px;
  font-size: large;
  border: 1px solid;
  padding: 3px;
  padding-left: 6px;
  margin-bottom: 0.5em;
}

#wikileft ul { 
  margin-top: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid;
  list-style-type: none;
  margin-left: 0px;
  padding: 6px;
  padding-top: 3px;
  margin-bottom: 1em;
}

#wikileft a { 
  text-decoration: none;
  display: block;
}

#wikileft a:hover {
  background: whitesmoke;
}

#wikibody { 
  width: 600px;
  padding-bottom:1em; 
  padding-left: 1em;
  padding-right: 1em;
  padding-top:0em; 
}

#wikibody h1, #wikibody h2, #wikibody h3, #wikibody h4 { 
  font-weight: bold;
}

#wikititle { 
  padding-left: 10px; 
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align:top;
  font-size: large;
  font-weight: bold;
  color: black;
  background: lightgoldenrodyellow;
  border: 1px solid;
}

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

/*
:link { color: rgb(0, 0, 153) }
:visited { color: rgb(153, 0, 153) }
:active { color: rgb(255, 0, 102) }
:hover { color: rgb(0, 96, 255) }
*/

/*
Sometimes you may want to show hypertext links without them being underlined. 
You can do this by setting the text-decoration property to none, for example:
*/

#wikitext { padding-left:10px; margin-top: 1.5em; }

/*
#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }
*/

#wikicmds { display:none; }

#wikifoot { 
  padding-left: 20px;
  padding-right: 5px;
  clear: both; 
  border: 1px solid;
  font-size: small; 
  background: lightgoldenrodyellow; 
}

#foottable { width: 100%; }
#footright { text-align: right; vertical-align: top; }
#footleft { text-align: left; vertical-align: top; }
h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

a.createlink { 
  color: darkred;
  text-decoration: none;
  border-bottom: 1px dotted darkred;
}

.bottompic { 
  position: relative;
  bottom: 0px;
}

a:hover {
   text-decoration: none;
   background: whitesmoke;
}