/***********************************************************************
** blurfur.css
**  Copyright 2005 ksc
**  2005-11-13 Initial release, v 0.1
***********************************************************************/

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0px auto;
  font-size: 9pt;
  width: 100%;
}

h1, h2, h3, h4, h5 { line-height: 1em; padding-bottom: 3px; margin: 0;}
h1 { font-size:180%; color: #257; }
h2 { font-size:150%; color: #257; }
h3 { font-size:130%; color: #257; }
h4 { font-size:100%; color: #257; }
h5 { font-size:100%; font-style: italic; color: #334858; }

hr { border: none; height: 1px; background-color: #aaa; color: #aaa; width: 100%; }

table { border-collapse: collapse; margin: 12px auto; }
table tr td { padding: 4px 6px; 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: monospace;
  font-size: 9pt;
}

#wikilogo {
  padding-left:10px; padding-bottom:5px;
  border-bottom: 1px #ccc solid;
}

#master { width: 1200px; margin: 0px; margin-top: 10px; }
#header { height: 105px; background: url(images/header.jpg) no-repeat top left;}
#top { height: 30px; background: url(images/top.jpg) no-repeat top left; }
#sidebar-outer {
	position: relative;
	float: left;
	width: 185px; 
	padding-bottom: 38px;
	background: url(images/side.jpg) repeat-y top left; 
}
#sidebar-bottom { 
	position: absolute;
	bottom: 0px;
	left: 0px
	float: left;
	width: 185px; 
	height: 35px; 
	background: url(images/side-bottom.jpg) no-repeat bottom left; 
}
#sidebar { width: 140px; margin-left: 30px; line-height: 1em; }
#sidebar ul { list-style: none; margin: 0px; padding: 2px; }
#sidebar li { display: list-item; margin: 0px; padding: 2px; }
#sidebar li a { text-decoration: none; color: #257; padding: 2px; text-indent: 4px; }
#sidebar li a:hover { text-decoration: underline; color: #69A; padding: 2px; text-indent: 4px; }
#body-outer {
	position: relative;
	float: left;
	margin-left: 4px;
	width: 861px; 
	padding:0px 0px 50px 10px;	
	background: url(images/body.jpg) repeat-y top left; 
}
#body-bottom { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: -1px;
	float: left;
	width: 861px; 
	height: 50px; 
	background: url(images/body-bottom.jpg) no-repeat bottom left; 
}
#body { 
	width: 770px; 
	min-height: 125px; 	
	margin-left: 30px; 
	margin-top: 0px; 
	text-align: justify;
	line-height: 1.33em;
	padding: 5px;
}
#body a { text-decoration: none; color: #229; }
#body a:hover { text-decoration: underline; color: #229; }
#page-title { 
	position: absolute;
	top: 30px;
	width: 560px;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #257;
}
#page-actions { 
	position: absolute;
	top: 66px;
	left: 10px;
	width: 800px; 
	height: 22px;
	font-size: 125%;
	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: #257; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #69A; margin: 0px; padding: 2px; }

#copyright {
	float: right;
	text-align: right;
	margin-right: 35px;
	padding-top: 12px;
	width: 40%;
	font-size: 80%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#lastmod {
	float: left;
	text-align: left;
	margin-left: 35px;
	padding-top: 12px;
	width: 40%;
	font-size: 80%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-style: italic;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; font-family: monospace; }

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