/***********************************************************************
** 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.
***********************************************************************/
@charset                 "windows-1251";
body                     {background-color: #b4c2bd; margin: 0px;}
a                        {text-decoration: none;color:#4d6058;}
a:visited                {color:#4d6058;}
a:active                 {color:#4d6058;}
a:hover                  {color:#5e7069;}

#headertable             {background-image: url("headerbg.gif"); border-style: solid; border-width: 0px;}
#searchbox               {background-color: #b4c2bd; margin-right: 0px; color: #000000;border-width: 1px; border-style: solid; border-color: #5e7069; margin-bottom: 5px;}


#wikihead {
  position:absolute; top:0px; right:0px;
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft {
  width:150px;
  padding-left:10px;
  padding-right:5px;
  font-size:smaller;
  FONT-FAMILY: Georgia, Verdana, Arial, Helvetica;
  border-right:2px solid #5e7069;
}
#wikileft h1 {
  margin:0px;
  font-size:medium; FONT-FAMILY: Georgia, Verdana, Arial, Helvetica; text-align:center;
}
#wikileft hr { color:#5e7069; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikifractal { position: absolute; top: 105px; left: 0px; background-image:url('fractal.jpg'); background-repeat:no-repeat; width: 100%;}
#wikibody    { FONT-FAMILY: Georgia, Verdana, Arial, Helvetica; padding-bottom:1em; padding-right: 50px;}

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { FONT-FAMILY: Georgia, Verdana, Arial, Helvetica; font-size:smaller; text-align:right; vertical-align:top; }

#wikifoot { clear:both; border-top:2px solid #5e7069; font-size:smaller; FONT-FAMILY: Georgia, Verdana, Arial, Helvetica;}

h1.wikiaction { font-size:120%; FONT-FAMILY: Georgia, Verdana, Arial, Helvetica; margin:0px; }
#wikiedit form { margin:0px; }
