/***********************************************************************
** 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.
***********************************************************************/
/* {border: 1px dotted red;}
*/

body {
font:12px/32px Georgia, 'Times New Roman', Times, serif;
color:#234398;
  background-color: #f7f7f7;
  margin-left:0px; margin-right:0px; 
}

#container {
	width: 640px;
	margin-right:auto;
	margin-left: auto;
}

h1, h2, h3, h4, h5 { 
	line-height:1em; 
	font-variant: small-caps;
	color:#785023;
	type-align: left;
}
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 { 
	text-decoration:none; 
	color: #AA4393; 
}
a:hover { text-decoration:none; color:#75d6e3; }
a:visited { text-decoration:none; color:#71c62c; }


#wikilogo { 
float: left;
margin-top: 10px;
  padding: 0px 20px 20px 10px;
}

#searchform { 
  font-family:Verdana,sans-serif; 
  font-size:85%; 
  line-height:1.25em;
}
#searchform input { font-size:85%; } 

#navigation { 
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#navigation ul { 
	list-style:none; 
	padding:0px; 
	margin:10px 0px 0px; 
	line-height:1.5em;
}
#navigation h1, #navigation h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#navigation h1 a, #navigation h5 a, .sidehead a 
  { font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }

#wikibody { 
padding:0px 10px 10px 10px; 
background-color: #f7efaf; 
	border-top: 1px solid #B48542;
}
#wikitext { 
	margin-top:1em; 
	line-height:1.33em; 
	text-align: justify;
}

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

#wikifoot { 
	line-height: 1.25em;
	padding-left:10px;
	margin-bottom:0px;
  border-top:1px #b48542 solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

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

#topright {
	position: absolute;
	width: 200px;
	top: 10px;
	left: 50%;
	margin-left: 120px;
	text-align: right;
	}
#topcenter {
	position:absolute;
	top: 10px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;

}

#topleftcontainer {
float: left;
}

#toprow {
}

#wikimid {
clear:both;
}

#lastmod {
	margin-top:0;
	padding-top:0;
}	

#credit {
	float:right;
	text-align: right;
	
}