/*
*************************************************************
* 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 { font-family: arial, 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.5em; }
h2 { font-size:1.25em; }
h3 { font-size:1.15em; }
h4 { font-size:1.06em; }
/*
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.06em; }
*/
body { background-color:#ffffff; margin:0px; }
a { font-weight:bold; color: #004080; text-decoration: none; }
a:visited { font-weight:bold; color: #006699; text-decoration: none; }
a:hover { text-decoration:underline; }
hr { color:#cccccc }
img { border-width: 0px; }

/* PhpWiki Built-ins */
h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:1px; }
/* (these will override stdlayout.css) */
#wikiedit textarea { width:660px; }
.indent {  }
.pagetitle {  }
td#wikileft {  }
td#wikibody {  }
td#wikiright {  }
a.varlink {  }

/* Whole Wiki table */
#wholewiki {  }
/* Left column */
#wikileft { background-color:#f0f0f0; color:#000000; width:160px; vertical-align: top; }
#wikileft { border-bottom: 2px solid #cccccc; border-left: 2px solid #cccccc; border-top: 1px solid #cccccc; }
#wikilogo { text-align:left; margin-top:3px; height:55px; }
#wikileft h1 { white-space:nowrap; background-color:#e7e7e7; font-size:1.0em; color:#000000; text-align:left; }
#wikileft h1 { padding-left:5px; margin:0px; }
#wikileft h1 { border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; }
#wikileft ul { white-space:nowrap; font-size:0.85em; margin:3px; padding-left:8px; list-style-type:none; }
/* Header at top of right side */
#wikirightupper { vertical-align:top; background-color:#ffffff; }
#wikirightupper { border-left: 2px solid #cccccc; border-right: 2px solid #cccccc; border-top: 1px solid #cccccc; }
#wikihead { background-color:#e7e7e7; margin:0px; border-bottom:1px solid #e7e7e7; border-bottom:1px solid #dddddd; }
#wikihead { padding-top:3px; padding-bottom:5px; }
#youarehere { font-weight:bold; padding-left:10px; padding-right:5px; color:#333333; }
#wikititle {  white-space:nowrap; }
#wikicmds { white-space:nowrap; font-size:smaller; text-align:right; padding-right:5px; }
/* Main wiki area */
#wikibody { background-color:#ffffff; color:#000000; vertical-align: top; padding:1em; }
#wikibody { border-bottom: 2px solid #cccccc; border-left: 2px solid #cccccc; border-right: 2px solid #cccccc; }
#wikibody img { margin-left:4px; margin-right:12px; margin-bottom:1px; margin-top:4px; }
#wikitext { }
/* Wiki footer */
#wikifoot a, #wikifoot a:visited { color:#999999; font-weight:normal; }
#wikifoot a:hover { color:#666666; }
#footleft { font-size:smaller; padding-left:5px; padding-right:5px; }
#footleft { color:#999999; }
#footsideedit { }
#footmiddle { font-size:smaller; text-align:center; }
#footmiddle { color:#999999; }
#footright { font-size:smaller; text-align:right; padding-left:5px; padding-right:5px; }
#footright { color:#999999; }
#footrecent { } #footlastmod { } #foothist { } #footedit { }
/* Last row, for Powered-by link */
#wikisole { width:740; font-size:0.75em; text-align:center; padding-top:1px; padding-bottom:3px; }
#wikipoweredby, #wikipoweredby a, #wikipoweredby a:visited { color:#cccccc;  }

/* Stealthy Wiki Links */
/*
#wikifoot a, #wikifoot a:visited { color:#f8f8f8; font-weight:normal; }
#wikifoot a:hover { color:#cccccc; }
#footleft, #footmiddle, #footright, #wikipoweredby { color:#f8f8f8; }
#footlastmod:hover, #wikipoweredby:hover { color:#cccccc; }
*/

/*
vim: expandtab sw=1 ts=1 sts=1 :
*/
