/*
*************************************************************
* lean.css - A Cascascading Stylesheet File for PmWiki
* Copyright 2004 Hagan Fox (haganfox@users.sourceforge.net)
* Based on pmwiki.css Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
* You can redistribute this file 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 http://www.gnu.org/licenses/gpl.txt
*************************************************************
*/

/* General settings */
body { font-family: arial, helvetica, geneva, sans-serif; }
body, td, th { font-size: 11pt; }
textarea, pre, tt { font-size:10pt; }
body, td, th { color:#000000; }
small { font-size:0.85em; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.06em; }
body {
  background-color:#333;
  margin:0px; }
a { 
  font-weight:bold;
  color: #72552c;
  text-decoration: none; }
a:visited {
  font-weight:bold;
  color: #82653c;
  text-decoration:
  none; }
a:hover { text-decoration:underline; }
hr { color:#CCC; }
img { border-width: 0px; }
 
/* Whole Wiki table */
#wholewiki { background-color:#fcfcfc; }

/* Left column */
#wikileft {
  background-color:#111111;
  color:#72552c;
  width:150px;
  vertical-align: top;
  border-bottom: 0px solid #cccccc;
  border-left: 0px solid #cccccc; }
#wikilogo {
  text-align:center;
  background-color:#0c0c0c;
  margin-top:0px;
  height:40px; }
#wikileft h1 {
  background-color:#0c0c0c;
  font-size:1.0em;
  color:#72552c;
  text-align:left;
  height:1.2em;
  padding-left:5px;
  margin:0px; }
#wikileft h1 { border-bottom:0px solid #cccccc; }
#wikileft ul {
  font-size:0.85em;
  margin:5px;
  padding-left:8px;
  list-style-type:none; }

/* Header at top of right side */
#wikihead {
  background-color:#0c0c0c;
  padding-top:5px;
  padding-bottom:3px;
  vertical-align:middle;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc; }
#youarehere {
  font-weight:bold;
  padding-left:10px;
  color:#72552c; }
.wikititle { }
#wikicmds {
  font-size:smaller;
  text-align:right;
  padding-right:5px; }

/* Main wiki area */
#wikibody {
  background-color:#F1D19D;
  color:#000000;
  vertical-align: top;
  padding:1em;
  border-bottom: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc; }

/* PhpWiki Built-ins */
h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:660px; }
.indent { margin-left:40px; }

/* Some others (overrride stdlayout.css) */
/*
#wikitext {  } 
#top {  } 
.wikilink {  } 
.urllink {  } 
*/

/* Wiki footer */
#wikifoot { background-color:#0c0c0c; }
#wikifoot {
  padding-top:2px;
  padding-bottom:2px; }
#wikifoot a { font-weight:normal; }

#lastmod {
  font-size:smaller;
  padding-left:5px;
  padding-right:5px; }
#lastmod { color:#999999; }
#lastmod:hover { color:#666666; }

#poweredby {
  font-size:smaller;
  text-align:center; }
#poweredby, #poweredby a { color:#999999; }
#poweredby:hover, #poweredby a:hover { color:#666666; }

#footnav {
  font-size:smaller;
  text-align:right;
  padding-left:5px;
  padding-right:5px; }
#footnav, #footnav a { color:#999999; }
#footnav a:hover { color:#666666; }
#footrecent { }
#foothist { }
#footedit { }

/* Stealthy Wiki Links */
/*
#lastmod { color:#f8f8f8; }
#lastmod:hover { color:#cccccc; }
#poweredby, #poweredby a { color:#f8f8f8; }
#poweredby:hover, #poweredby a:hover { color:#cccccc; }
#footnav, #footnav a { color:#f8f8f8; }
#footnav a:hover { color:#cccccc; }
*/


