/***********************************************************************
** 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.  
***********************************************************************/
#sitenavi{
	position: absolute;
	top: 36px;
	left: 480px;
}

body { position:absolute; width:720px;font-family: Arial, Helvetica, Verdana, sans-serif;}

a:link {color: #0F6110;}
a:visited {color: #0F6110;}
a:hover {color: #0ca30f;}

h1 {
	font-size: 20px;
	margin-top:12px;
}
h2 {
	margin-top:20px;
	font-size: 14px;
}
h3 { 
	margin-top:20px;
	font-size: 12px;
}

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

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

#wikileft { 
  width:130px; 
  padding-top:5px; padding-right:5px; 
  font-size:12px; 
  border-right:2px solid #0ca30f;
}
#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-left:20px; padding-bottom:12px; padding-top:5px; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { font-size: 12px; padding-left:10px; margin-top:5px; }

#wikicmds { font-size:10px; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { font-size:10px; clear:both; border-top:2px solid #0ca30f; }
.footnav, .lastmod {margin-left:140px;}

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

#wikiedit form textarea { font-family: monospace; }