/***********************************************************************
** 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.
***********************************************************************/
html {
	background-image:url(../../../../assets/pix/blubackground3.gif);
	background-repeat: repeat;
}

body {
  font-family: Comic, sans-serif;
  background-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto; 
  font-size:14px; 
  width: 760px;
}

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

#wikilogo { 
  padding-left:0px; padding-bottom:0px; 
  border-bottom:0px #cccccc solid; 
}

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

#wikileft {
  background-color: #006699;
  width:160px; 
 
  padding:10px 10px 0 10px;
  font-size: 85%;
  color: white;
  font-family: Verdana, sans-serif;
}
#wikileft a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#wikileft a:hover { text-decoration:underline; color:#f7f7f7f; }
#wikileft ul {


		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#wikileft li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}


	#wikileft li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #00B700;
		border-right: 10px solid #009900;
		background-color: #A9D166;
		color: #104756;
		text-decoration: none;
		width: 100%;
		}

	html>body #wikileft li a {
		width: auto;
		}

	#wikileft li a:hover {
		border-left: 10px solid #009900;
		border-right: 10px solid #009900;
		background-color: #33CC33;
		color: #fff;
		}


#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; }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikibody {
	padding:0px 10px 10px 10px;
	background-color:white;
	background-image:url(insidecurve.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#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;
	background-color: #006699;
	color: white;
}
#wikifoot a:link {
	color: #e7e7e7;}

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