/***********************************************************************
** 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 { font-family:"arial"; margin:0px; min-height:100%}
a{text-decoration:none}
a:link{color:blue}
a:visited{color:#0000a0}
a:hover{color:red}

#wikilogo { }

#wikihead { 
  position:absolute; top:0px; right:0px; 
   text-align:right; z-index:3
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:155px; 
  padding-left: 4px; 
  margin:0px;
}

#wikileft h1 { 
  margin:0px 0px 0px 10px; 
  border-bottom:none;
	font-size:130%;
}
#wikileft h6 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	margin-bottom:4px;
}
#wikileft hr { color:#d0d0d0; border:none; border-top:1px solid #d0d0d0; width:80%}
#wikileft li { padding-left:2px; font-size:110%;font-weight:bold}
#wikileft ul { margin:0px 2px 2px 2px; padding:0px;list-style-type:none;list-style-position:inside}

#wikibody { padding:25px 10px 0px 10px; width:100%}
div.wikititle {font-size:150%; margin:0px;background-color:#eeeeff;padding-left:0.5em;font-weight:bold;color:#202080}

#wikititle { padding-left:10px; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; text-align:right; }
#wikicmds a { display:block; }

#wikiedit { background-color:#f06060; }
#wikisearch { background-color:#a0a0ff }
#wikihelp { background-color:#ffff80 }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
h1 {font-size:140%;}
h1,h2,h3,h4 {margin-top:0px; margin-bottom:5px; margin-left:10px}


/***********************************************************************
** 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 {  }
