body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	border-top:5px solid #8BC159;
}

* {
	margin:0;
	padding:0;
}

h1 {
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
input, textarea, select {
	border:1px solid;
	margin-right:5px;
	padding:2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
textarea { width: 99%; }


/* article and comment body */
.body ul, .article .body ol, #wikitext ul, #wikitext ol {
	margin-left: 3em;
	margin-bottom: 1em;
}
.body li, #wikitext li {
	margin-top: .5em;
	margin-bottom: .5em;
	color: #1b1b1b;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6,
#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4, #wikitext h5, #wikitext h6 {
	color: #1b1b1b;
	text-transform: none;
}
.body pre, #wikitext pre {
	overflow: auto;
	width: 90%;
	margin: 1.5em auto;
	padding: 1em;
	border: dotted 1px #cacaca;
	background-color: #f6f6f6;
	color: #666;
}
.body .imageleft, #wikitext .imageleft {
	float: left;
	display: inline;
	margin: 1em 1em 1em 0;
}
.body .imageright, #wikitext .imageright {
	float: right;
	display: inline;
	margin: 1em 0 1em 1em;
}

fieldset {
	margin-bottom: 1em;
	border-style: none;
}
fieldset dt {
	margin-bottom: .25em;
	color: #838383;
	font-weight: bold;
}
fieldset dd {
	margin-bottom: 1em;
}
fieldset input, fieldset textarea {
	padding: 2px 4px;
	border: solid 1px #838383;
	background-color: #eaeada;
	font-family: monospace;
	font-size: 1.2em;
}
fieldset input:hover, fieldset textarea:hover {
	background-color: #f2f2e2;
}
fieldset input:focus, fieldset textarea:focus {
	background-color: #fafaea;
}
input {
	margin:5px;
	padding: 2px 4px;
}
fieldset textarea {
	width: 500px;
	height: 200px;
}

#footer {
	padding:10px;
	text-align:right;
	border-top:20px solid #BCE77C;
	margin-top:25px;
	color:#999;
}

#header {
	border-top:20px solid #BCE77C;
}

#header h1 {
	font:400% Georgia;
	margin:5px 0 0 0;
	padding:25px 25px 4px 0;
}

#header h2 {
	font:200% Georgia;
	padding:0px 25px 30px 0;
	border-bottom:20px solid #fafafa;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	
}

#nav {
	padding:7px 0;
	margin:0;
	border-top:1px solid #eee;
	height:30px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#999;
	padding:5px 10px 5px 10px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

/* Page */
#page, #footer-inner {
	margin: 0 auto;
}

#content {
	font-size:150%;
	float:left;
	width:670px;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding:10px 25px 30px 25px;
	color:#333;
}

#content p {
	line-height:20px;
	margin:5px 0;
	word-spacing:2px;
}


#content a {
	color: #060;
	font-weight: bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content h2 {
	line-height: 30px;
	color:#444;
	font-size:180%;
	font-weight:normal;
	margin:10px 0;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#content h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size:120%;
	color:#222;
}

#content h3 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#sidebar {
	width:250px;
	float:right;
	padding:0px 10px 10px 10px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.8em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0px 0px 0px 0;
}

#sidebar ul {
	list-style:none;
	margin-top:10px;
}

#sidebar a {
	font-size:130%;
	font-weight:bold;
	color:#060;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom: 20px;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar li {
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight:bold;
	text-transform:none;
}

#sidebar li a {
	font-size:110%;
	color:#333;
	text-decoration:none;
	text-transform:none;
}


#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	text-decoration:underline;
}

/* Search */
#sidebar .pageactions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul {
	margin-bottom: 10px;
}



#search {
}

#search h2 {
	margin-bottom: 20px;
}


#s {
	width: 70%;
	padding: 2px;
	border: 1px solid;
	font-size: 16px;
}

#x, #searchsubmit, .button {
	padding: 4px 4px;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	background:#8BC159;
}

.boxy {
	font-size:120%;
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

#content .boxy {
	margin-bottom:25px;
}

#content .boxy h2 {
	margin-bottom:5px;
}

#sidebar .boxy {
	padding: 10px;
}

p.box {
	font-size:120%;
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

p.contact {
	font-size:130%;
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

p.validate {
	float:left;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#sidebar .pageactions { margin: -25px 0 0 0px; height: 36px; padding-top: 5px; position: relative; }  /* Relative for IE6/7 */
#sidebar .pageactions ul { text-align: right; }
#sidebar .pageactions ul li { display: inline; padding-left: 2px; }
#sidebar .pageactions ul li a { font-size: 10px; text-decoration: none; font-weight: normal; text-transform: lowercase; }
#sidebar .pageactions ul li a:hover { text-decoration: underline; }
#sidebar .pagegroup { visibility: hidden; }  /* hidden div to pad for when #content .pagegroup is displayed */
#sidebar ul { text-align:left; }
#sidebar li { padding-bottom:7px; line-height: 18px; }

img {
	margin-right:10px;
}

img.border {
	background:#ccc;
	padding:1px;
	border:5px solid #eee;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}

a.more:hover {
	text-decoration:underline;
}

/* pmwiki */
#wikiedit textarea {width: 100%; margin-bottom: 15px}
#wikitext .quickref p {line-height:2em;}
#wikitext .quickref {margin-top: 30px;}
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
.varlink, pre, code.escaped { font-size: 110% !important; }
.vspace {margin-top:1em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:none; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
.blogit-page-navigation{clear:both; padding:20px 0}
.blogit-older-entries a, .blogit-newer-entries a {font-size:130%; font-weight: bold;}
.blogit-older-entries a {float:right;}
.blogit-newer-entries a {float:left;}
.blogit-listmore {text-align:right;}
.blogit-readmore {display: block; margin-top: 10px; padding-bottom: 10px; font-weight: bold; }
#menu .createlink, #header ul .createlink { display: none; }
.wikimessage { color: red; font-weight: bold; font-size: 110%; }
