/***********************************************************************
** 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; } */
  {font-family: verdana, sans-serif;
   font-size: 12px;
   color:#000000;
   background:#F8F8F0;
   margin: 0px;
}

	A			{ color:#42593C; text-decoration:none; }
	A:link		{ color:#42593C; text-decoration:none; }
	A:visited	{ color:#85917C; text-decoration:none; }
	A:active	{ color:#000000; }
	A:hover		{ color:#000000; }

#wikihead {
	position:relative;
	height:86px;
}

#logoboxL { 
  position: absolute; top:0px; left:0px; 
  width: 140px; height:86px; 
  border-right: 1px solid #000000;
  border-bottom:1px solid #000000;
  background:   #85917C;
}

#logobox { 
  height:78px; width:100%;
  border-top: 8px solid #000000;
  border-bottom:1px solid #000000;
  background: #DBE3CD url(/logo.gif) 141px 0px no-repeat;
}

#wikilogo { border-bottom:2px solid #cccccc; }

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

#wikimid {
  width:100%;
}

#wikileft { 
  float:left;
  width:125px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:1px solid #000000;
  padding-left:10px;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { 
  padding-bottom:1em; 
  padding-top:0.5em; 
  margin-left: 140px;
  border-left: 1px solid #000000;
}

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

#pagegroup { font-size: 120% ; }
#pagetitle { font-size: 150% ; font-weight: bold }

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

#wikifoot { 
  padding:10px 10px 10px 10px;
  position:relative;
  clear:both;
  border-top:1px solid #000000; 
  font-size:smaller; 
}

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