/***********************************************************************
** 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 { 
  width: 800px;
  margin: auto; 
}

small { font-size:0.85em; }

pre { 
   color: #505050;
   font-size:0.9em; 
}

code { 
   color: #505050;
   font-size:1.0em; 
}


h1 { font-size: 1.7em; }

h2 { 
  font-size: 1.1em;
  background-color:#888888;
  color:#ffffff;   
}

h3 { font-size: 1.1em; }

h4 { font-size: 1.06em; }

a { 
  color: #0040A0;
  text-decoration: none; 
}

a:visited {
  color: #004090;
  text-decoration: none; 
}

a:hover { 
  color: #904000; 
  text-decoration: underline;  
}

h2 a { 
  color:#ffffff;   
}

h2 a:visited { 
  color:#ffffff;   
}

h2 a:hover { 
  color: #ff8080; 
  text-decoration: underline;  
}

#wikilogo {
  position: top:0px; left:0px;
}

#wikihead { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size:smaller; text-align:right;
}

#wikihead input { 
  font-size:smaller; 
}

#wikihead form { 
  margin:0px; 
}

#wikileft { 
  width:150px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size:smaller;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  border-top:1px solid #000000; 
  background-color:#fffff0;  
}

#wikileft h1 { 
  margin:0px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size:1.0em;  
}

#wikileft hr { 
  color:#000000; 
}

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

#wikibody { 
  border-top:1px solid #000000;
  border-right:1px solid #000000;
  padding-bottom:1em; padding-top:0.5em; 
  background-color:#f8f8f8;  
}

#wikititle { 
  padding-left:10px; vertical-align:top;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#wikitext { 
  padding-left:10px; margin-top:0.5em;
  padding-right:10px;
  font-size:smaller;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#wikicmds { 
  font-size:smaller; 
  text-align:right; vertical-align:top; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#wikicmds a { 
  display:block; 
}

#wikipath {
  font-size:smaller;
  font-weight:bold;  
}

#wikifoot { 
  clear:both; 
  border-top:1px
  solid #000000; 
  font-size:0.7em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#wikimenu {
  clear:both;
  font-size:0.7em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


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