/***********************************************************************
** 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; background-color:#3399ff; font-family:arial,sans-serif,verdana; }

#wikilogo { border-bottom:2px solid #008000; padding-top:15px; padding-bottom:15px; }

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

#wikileft { 
  width:160px; 
  padding-top:0.5em; padding-right:5px;
  font-size:medium; font-weight:bold;
  border-right:2px solid #008000;
}
#wikileft h1 { 
  margin:0px; background-color:transparent; padding-left:6px;
  font-size:medium; text-align:left;
}
#wikileft h2 { 
  margin:0px; margin-left:15px; background-color:transparent; padding-left:6px;
  font-size:smaller; text-align:left;
}
#wikileft h3 { 
  margin:0px; background-color:transparent; padding-left:6px;
  font-size:medium; text-align:left;
}
#wikileft h4 { 
  margin:0px; margin-left:50px; background-color:transparent; padding-left:6px;
  font-size:smaller; text-align:left;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

/*
#wikileft .currentpagelink { background-color: #aaffff; border:2px solid rgb(0,96,0);}
*/
#wikileft .currentpagelink { background-color: #aaffff;
  border-right: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  border-left: 2px solid #808080;
  border-top: 2px solid #808080;
}

/*88eeff*/
#wikileft a {background-color: #80e0ff; display: block; margin: 0; padding: 4px;
border-left: 2px solid #c0c0c0;
border-top: 2px solid #c0c0c0;
border-right: 2px solid #808080;
border-bottom: 2px solid #808080;
text-decoration: none;
}
#wikileft a:hover {background-color: #aaffff;}

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#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 #008000; font-size:smaller; }

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

