/***********************************************************************
** 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; width:100%;background-color:#000000; margin-left:0px;margin-top:0px;font-family:arial,Tahoma; }

#wikilogo { background-color:#0d7F33; width:100%; }

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right; 
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:90px; 
  padding-right:5px; 
  font-size:smaller; 
  background-color:#766231;
  text-align:right;
  margin-top:0px;
  padding-top:0px;
 }
 
#wikileft A:link { text-decoration: underline; font-weight:bold; color:#000000;}
#wikileft A:active { text-decoration: underline; color:#000000;}
#wikileft A:visited { text-decoration: underline; font-weight:bold;  color:#000000;}
#wikileft A:hover { text-decoration: none; font-weight:bold;  color:#ffffff; }
 

#tikis { 
  background-image : url(/graphics/tikis.png);background-repeat:repeat-y;
  background-color:#000000; width:68px; 
}
#wikileft h1 { 
  margin:0px; background-color:#0d7F33; 
  font-size:medium; text-align:left;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em;
padding-top:0.5em;
padding-right:0.5em;
/*background-image : url(/graphics/tiki_bg.jpg);*/
color:#ffffff;
background-color:#000000;
background-repeat: no-repeat; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

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

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

