/***********************************************************************
** 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: 10pt;
  width: 100%;
}

h1, h2, h3, h4, h5 { line-height: 1em; padding-bottom: 3px; margin: 0;}
h1 { font-size:150%; color: #000; padding-bottom:10px; }
h2 { font-size:120%; color: #000; padding-bottom:10px;}
h3 { font-size:110%; color: #000; padding-bottom:10px;}
h4 { font-size:100%; color: #000; padding-bottom:10px;}
h5 { font-size:100%; font-style: italic; color: #000; padding-bottom:10px; }

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

table { border-collapse: collapse; border-style: solid; border-width: 1px; margin: 10px auto; font-size: 10pt; }

table tr td { padding: 4px 6px; border-style: solid; border-width: 1px; vertical-align: top; }

pre {
  background: #fff5f5;
  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: 900px; 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;11
	left: 0px
	float: left;
	width: 185px; 
	height: 35px; 
	background: url(images/side-bottom.jpg) no-repeat bottom left; 
}
#sidebar { width: 155px; margin-left: 17px; line-height: 1em; }
#sidebar h1 { font-size:120%; color: #000; padding-bottom: 0px;}
#sidebar ul { list-style: none; margin: 0px; padding: 2px; padding-left: 0px; }
#sidebar li { display: list-item; margin: 0px; padding: 2px; padding-left: 0px; }
#sidebar a { text-decoration: none; color: #722; padding: 0px; text-indent: 0px; }
#sidebar a:hover { text-decoration: underline; color: #f00; padding: 0px; text-indent: 0px; }
#sidebar li a { text-decoration: none; color: #722; padding-bottom: 2px; text-indent: 0px; }
#sidebar li a:hover { text-decoration: underline; color: #f00; padding-bottom: 2px; text-indent: 0px; }
#body-outer {
	position: relative;
	float: left;
	margin-left: 4px;
	width: 705px; 
	padding-bottom: 50px;	
	background: url(images/body.jpg) repeat-y top left; 
}
#body-bottom { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: -1px;
	float: left;
	width: 705px; 
	height: 50px; 
	background: url(images/body-bottom.jpg) no-repeat bottom left; 
}
#body { 
	width: 630px; 
	min-height: 125px; 	
	margin-left: 30px; 
	margin-top: 0px; 
	line-height: 1.33em;
	padding: 5px;
}
#body a { text-decoration: none; color: #922; }
#body a:hover { text-decoration: underline; color: #f00; }
#body code { text-decoration: none; font-weight: bold; color: #333; }
#page-title { 
	position: absolute;
	top: 30px;
	width: 590px;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #722;
}
#page-subtitle { 
	position: absolute;
	top: 65px;
	width: 590px;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #000;
}
#page-actions { 
	position: absolute;
	text-align: right;
	top: 90px;
	left: 10px;
	width: 820px; 
	height: 22px;
	font-size: 125%;
	font-weight: bold;
}
#page-actions a { text-decoration: none; color: #000; margin: 0px; padding: 2px; }
#page-actions a:hover { text-decoration: underline; color: #f00; margin: 0px; padding: 2px; }

#lastmod {
	float: right;
	text-align: right;
	margin-right: 35px;
	padding-top: 12px;
	width: 100%;
	font-size: 100%;
	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; }



