/***********************************************************************
** 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:720px; }

#wikilogo { border-bottom:2px solid #cccccc; }
#wikinav { text-align:left; font-size:smaller; float:left; }
#wikihead { 
  text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:2px solid #cccccc;
}
#wikiright { 
  width:150px; 
  padding-top:0.5em; padding-left:5px; 
  font-size:80%; 
  border-left:2px solid #cccccc;
}
#wikiright h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikiright hr { color:#cccccc; }
#wikiright ul { margin-left:5px; padding-left:9px;}

#wikibody { padding-bottom:1em; padding-top: 0px; margin-top:0px; padding-right: 5px;}

#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:1px solid #5288AC; font-size:smaller; }

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