/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 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.
***********************************************************************/
body {
  #background: #000 url(pub/skins/pmwiki/bground.png) repeat-y left;
  background: #000 url("/pub/skins/pmwiki/bground.png");
  background-repeat: repeat-y;
  background-position: left;
  font: 10pt/14pt;
  font-family: Verdana,Myriad Web,Syntax,sans-serif;
  margin-left:0px; margin-right:0px; margin-top:0px; 
  font-size:11pt; 
  color:#C0c0c0;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.4em; }
h3 { font-size:1.22em }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; font-weight:normal; font-style:italic; }

#wikilogo { 
  padding-left:5px; padding-bottom:5px; padding-top:5px; 
  border-bottom:1px #666666 solid; 
  background-color: #666666;
  text-align: center;
}

#wikihead { 
  position:absolute; right:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
  background-color: #666666;
}
#wikihead input { font-size:85%; } 

#wikileft { 
  width:150px; 
  border-right:1px #333333 solid; 
  background-color: #333333;
  padding:5px 5px 0 5px;
  color: #f3f3f3;
  font-size: 85%; font-family:Verdana, sans-serif;
}
#wikileft a { text-decoration:none; color:#C0c0c0; }
#wikileft a:hover { text-decoration:underline; color:#C0c0c0; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:3px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:11pt; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { 
  float:right; white-space:nowrap; 
  font-size:80%; font-family:Verdana,sans-serif; 
}
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:#333; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:#c0c0c0; }

#wikibody { padding:0px 10px 10px 10px; background-color:#000000; }
#wikibody .pagegroup { margin-top:8px; }
#wikibody .pagetitle { margin-top:2px; font-size:160%; font-weight:400; }

#wikitext { margin-top:1em; line-height:1.33em; font-size:11pt; }

#wikifoot { 
  padding-left:172px; 
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

.urllink {
 color:#C0c0c0;
}

