/*
*************************************************************
* 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
*
* I did a few fixes and a lot of changes to the skin
* The CSS is now horrible, as it has lots and lots of unnecessary bits.
* Will rewrite the CSS when I have time, it's hardly a priority though
* as I don't think anyone wants to do changes to it except me.
* 	-qwerty
*************************************************************
*/

/* 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; }
body { margin:0px; ; background-image: url(media/back.jpg); background-repeat: repeat}
a { font-weight:normal; color: #006699; text-decoration: underline; }
a:visited { color: #006699; text-decoration: underline; }
a:hover { text-decoration:none; }
hr { }
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 { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
td#wikibody { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
td#wikiright { }
a.varlink { }
/* Whole Wiki table */
#wholewiki { }
/* Left column */
#wikileft { background-color:#b0c5b0; width:161px; }
#wikileft { background-image: url(media/sidebarback.jpg); background-repeat: repeat-y}
#wikilogo { text-align:center; margin-top:3px; height:40px; }
#wikileft h1 { white-space:nowrap; font-size:1em; color:#000000; text-align:left; }
#wikileft h1 { padding-left:5px; margin:0px; }
#wikileft h1 { border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; background-image: url(media/sidebarhdr.jpg); border: 1px #000000 solid; background-repeat: no-repeat}
#wikileft ul { white-space:nowrap; font-size:0.85em; margin:3px; padding-left:8px; list-style-type:none; }
#wikileft a { font-variant: small-caps; color: #ebeacf; text-decoration:none; font-style: normal; font-weight: bold}
/* Header at top of right side */
#wikirightupper { background-color: #31682f; color: #ebeacf}
#wikihead {  }
#youarehere { font-weight:bold; padding-left:10px; padding-right:5px; }
#wikititle { white-space:nowrap; color: #ebeacf }
#wikicmds { color:#999999; white-space:nowrap; font-size:smaller; text-align:right; padding-right:5px; }
/* Main wiki area */
#wikibody { background-color:#b0c5b0; color:#000000; vertical-align: top; padding:1em; }
#wikibody img { margin-left:4px; margin-right:12px; margin-bottom:1px; margin-top:4px; }
#wikitext { }
#footleft { font-size:smaller; padding-left:5px; padding-right:5px; background-image: url(media/sidebarback.jpg); background-repeat: repeat-y }
#footleft { color:#999999; background-color: #b0c5b0 }
#footsideedit { }
#footmiddle { font-size:smaller; text-align:center; background-color: #b0c5b0 }
#footmiddle { }
#footright { font-size:smaller; text-align:right; padding-left:5px; padding-right:5px; }
#footright { color:#999999; background-color: #b0c5b0 }
#footrecent { } #foothist { } #footedit { }
#footlastmod { font-size:0.75em } 
/* Last row, for Powered-by link */
#wikisole { width:740px; font-size:0.75em; text-align:center; color: #000000 }
#wikifoot { }
#wikipoweredby { width: 100%; background-color: #b0c5b0; border: 1px #000000 solid; padding-right: 5px; padding-left: 5px } 
#wikipoweredby a { }
#wikipoweredby a:visited { }
#wikifoot a { font-style: normal; font-weight: normal }
#wikileft a:hover { text-decoration: underline }
#wikirightupper a { color: #ebeacf }
