/***********************************************************************
** 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 { border:2px solid #000000; position:absolute; width:760px; font-family: garamond,"times new roman", arial, geneva;  background-color:#3B3B71;}


#wikilogo { border-bottom:2px solid #000000; padding:5px 0px 5px 5px; background-color:#ffffff;}


#wikihead { 
padding:10px; background-color:#ffffff; position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}

#wikihead input { font-size:smaller; }

#wikihead form { margin:0px; }


#wikileft { 
  background-color:#ffffff; width:150px; 
  padding-top:0.5em; padding-right:5px; 
  line-height:150%; font-size:small; 
padding-left:10px;  border-right:2px solid #000000;
}

#wikileft h1 { 
  margin:0px; background-color:#dddddd; 
  font-size:medium; text-align:center;
}

#wikileft hr { color:#cccccc; }

#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }


#wikibody { 
padding-right:10px; background-color:#ffffff; padding-bottom:1em; padding-top:0.5em; }


#wikititle { float:left; padding-left:10px; }

#wikitext { padding-left:10px; }


#wikicmds {
  margin-left:400px; margin-bottom:1.33em; 
  font-size:smaller; text-align:right; 
}

#wikicmds a { display:block; }


#wikifoot { clear:both; background-color:#ffffff; padding:4px 0px 4px 5px; border-top:2px solid #000000; font-size:smaller; }

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

#wikiedit form { margin:0px; }
a {color:#5F5169;}
a:visited {color:#1D126F;}






/***********************************************************************
** The pmwiki skin is really designed for a table-based layout, but the
** rules below make a 'best effort' at a div-based layout if
** $EnableStdLayoutTable==0;
***********************************************************************/
div#wikileft { float:left; }
div#wikibody { margin-left:150px; }
