/***********************************************************************
** 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 {
	margin:0;
	padding:0;
	background:#C9CDD8;
    font-family: georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman", serif;
}

p {
	margin-top:10px;
}

#wikileft { 
  width:150px; 
  font-size:smaller;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { 
	margin-left:0px; 
	padding-left:10px;
	list-style-type:none; 
}

#wikimain
{
	background: #EDEDED;
	border-color: #DEDCD7;
	border-width: 2pt;
	border-style: solid;
	margin: 0 10px 10px 5px;
}


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


#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }




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

#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; border-top:2px solid #cccccc; font-size:smaller; margin-top:10px;}

#wikiedit form { margin:0px; }


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