/***********************************************************************
** 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.
***********************************************************************/
body {
  font-family: verdana, arial, sans-serif;
  background-color: #f7f7f7;
  margin-left:0px; margin-right:0px; 
	font-size: 11px;
}

#container {
  margin: auto;
  width: 950px;
  padding: 5px 25px;
  border: 0;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }

#wikiheader {
  border-bottom:1px #cccccc solid; 
  padding-left:10px; padding-bottom:10px; 
}

#wikilogo { 
  width: 350px; 
  display: block; 
}
#wikilogo a {
  text-decoration: none;
  color: black; 
  font-size: 29pt;
  font-weight: bolder; 
  font-family: times new roman, serif; 
}
#wikilogo a:hover { 
  border-bottom: none; 
}

#wikilogo img {
  vertical-align: middle;
}

#wikihead input {
  font-family: verdana, arial, sans-serf; font-size: 11px; 
}

a { text-decoration: none; 
	color: #1E90FF;
}
a:hover { color:#FF4500; 
    border-bottom:1px solid #bbb;
}

#wikileft { 
  background-color: white;
  width:160px; 
  border-right:1px #cccccc solid; 
  border-left: 2px #cccccc solid; 
  padding:10px 10px 0 10px;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  text-transform: lowercase; 
}
#wikileft a { 
	color: #1E90FF; 
    text-decoration:none;
}
#wikileft a:hover {
    color:#FF4500; 
    text-decoration: none;
    border-bottom:1px solid #bbb;
}
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { margin-bottom:0px; font-weight:bold; font-style:normal; color: #888;}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-family:Verdana,sans-serif; 
  font-size: 12px; white-space:nowrap; text-transform: lowercase; text-align: right; }
#wikicmds ul { list-style: none; }
#wikicmds li { display:inline; margin:0px 0px; }

#wikibody { padding:0px 10px 10px 10px; background-color:white; border-right: 2px #cccccc solid;}
#wikitext { margin-top:1em; line-height:1.33em; }

.pagegroup { margin-top:10px; font-size:100%; text-align: justify; }
.pagetitle { margin-top:2px; font-size:19px; }

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

#wikifoot { 
  text-align: right;
  border-top:1px #cccccc solid; 
}

input.openid_login {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}
