/***********************************************************************
** blurfur.css
**  Copyright 2005 ksc
**  2005-11-13 Initial release, v 0.1
***********************************************************************/

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #006600;
  background-color: #49bb49;
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
  margin-top: 0px;
  font-size: 10pt;
  width: 100%;
  float: center;
}

h1, h2, h3, h4, h5 { font-family: Georgia, "Palatino Linotype", Palatino, serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -1px;
	padding: 0;
	}
h1 { font-size: 24pt;
	line-height: 1.3em;
	letter-spacing: -2px;
	text-align: center;
	margin: 0 0 14px 0; }
h2 { font-size: 21pt;
	color: #3b8135;
	text-align: center;
	margin: 0 0 14px 0;
	line-height: 1em; }
h3 { font-size: 16pt;
	color: #48b040;
	text-align: center;
	line-height: .9em;
	margin: 0 0 4px 0; }
h4 { font-size: 12pt;
	margin: 0 0 4px 0; }
h5 { font-size: 18pt;
	margin: 0 0 4px 0; }

hr { border: none; height: 1px; background-color: #aaa; color: #aaa; width: 100%; }

table { border-collapse: collapse; margin: 0px auto; }
table tr td { vertical-align: top; }

pre {
  background: #f5f5ff;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  margin: 15px 10px 0px 10px;
  padding: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

#wikilogo {
  padding-left:10px; padding-bottom:5px;
  border-bottom: 1px #ccc solid;
}

#master { width: 942px; margin: 0px;}
#header { height: 240px; background-color:#006600}
#top { height: 30px; no-repeat top center; background: url(images/top.jpg) no-repeat top center; }
#sidebar-outer { 
	position: relative;
	float: left;
	width: 185px; 
	padding-bottom: 38px;
}
#sidebar-bottom { 
	position: absolute;
	bottom: 0px;
	left: 0px
	float: left;
	width: 185px; 
	height: 35px;  
}
#sidebar { width: 201px; margin-right:7px; line-height: 1em; text-align:center; }
#sidebar ul { list-style: none; margin: 0px; padding: 5px;}
#sidebar li { display: list-item; margin: 0px; padding: 5px; }
#sidebar li a { text-decoration: none; color: #257; padding: 5px; }
#sidebar li a:hover { text-decoration: underline; color: #69A; padding: 5px; }
#body-outer {
	position: relative;
	float: left;
	margin-left: 4px;
	width: 750px; 
	padding-bottom: 50px;	 
}
#body-bottom { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: -1px;
	float: left;
	width: 750px; 
	height: 50px; 
}
#body { 
	width: 695px; 
	color: 006600;
	min-height: 125px; 	
	margin-left: 40px; 
	text-align: justify;
	line-height: 1.4em;
	padding: 5px;
}
#body a { text-decoration: underline; color: #009900; }
#body a:hover { text-decoration: underline; color: #007700; }
#page-title { 
	position: absolute;
	top: 30px;
	width: 560px;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #257;
}
#page-actions { 
	text-align: right;
	margin-right: 2px;
	width: 942px;
	font-size: 50%;
	font-weight: bold;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #cefece; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #cefece; margin: 0px; padding: 2px; }

#copyright {
	float: right;
	text-align: right;
	margin-right: 35px;
	padding-top: 12px;
	width: 40%;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
#lastmod {
	float: left;
	text-align: left;
	margin-left: 35px;
	padding-top: 12px;
	width: 40%;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; font-family: Helvetica, Arial, sans-serif; }

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #ccc; }
.quickref td { padding: 2px; vertical-align: top; }


