/***********************************************************************
** 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 {
  font-family: sans-serif;
  background-color: #f7f7f7;
  background: url(bg.png);
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-size:17px; 
  width: 1024px;
  border: #999 solid 1px;
  border-right: #222 solid 2px;
  border-bottom: #222 solid 2px;
}

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; }

a {
  color: #404080;
}

a:hover {
  color: #804020;
}

#wikilogo { 
  border-bottom:2px #cccccc solid;
  border-top:2px #cccccc solid; 
  align: center;
  
}

#wikihead { 
  position:absolute; right:10px; top:0px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}

#wikihead input { font-size:85%; } 

#cim{
	font-size: 20px;
	color: green;
	background-color: #cccccc;
  	text-align: left;
}



#headercontent {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#wikileft { 
  width:160px; 
  border-right:1px #444444 solid; 
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
  
}
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color: #804020; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; 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; font-family:Verdana,sans-serif; 
  font-size:80%; white-space:nowrap; border: solid 0px #808080; }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:#804020; }

#wikibody { 
	padding:0px 10px 10px 10px;
 	margin-left: 10px;

}
#wikitext { margin-top:1em; line-height:1.33em; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  padding-left:191px; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
  border-top:1px #111 dashed; 
  border-bottom: 1px #111 solid;
  padding: 20px;
  margin-top: 20px;
}

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

#wikicounter {
  border: 8px;
  float: left;
}

div.infoBlock{
	width: 200px;
	border: 1px solid #222;
	padding: 2px;
	border-spacing: 3px;
	background-color: white;
}