body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3, #sidebar .sidehead {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}
h1, h2.page-head {
	letter-spacing: -1px;
	font-size: 32px;
}
h2, #sidebar .sidehead {
	font-size: 23px;
}
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 13px;
}
a:link {
}
a:hover, a:active {
	text-decoration: none;
}
a:visited {
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}

/* Form */
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%; }

/* Header */
#header {
	width: 850px;
	height: 82px;
	margin: 0 auto 40px auto;
}
#logo {
	float: left;
}
#logo h1 {
	font-size: 38px;
}
#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}
#logo h1 a {
}
#logo h2, #logo .sitetag {
	margin-top: -4px;
	font-size: 12px;
}
#logo a {
	text-decoration: none;
}

/* Menu */
#menu {
	float: right;
}
#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
}
#menu a:hover {
	border-top: 5px solid;
	border-bottom: 3px solid;
	text-decoration: none;
}
#menu .active a, #menu a.selflink {
	border-top: 5px solid;
	border-bottom: 3px solid;
}

/* Page */
#page, #footer-inner {
	width: 850px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 600px;
}

/* Post */
.post .title, #content h2, #content h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 0 7px 18px;
	border-bottom: 1px solid;
}
#content h2, #content h3 {
	margin-top: 0;
}
#content h2 a:link, #content h2 a:visited,
#content h3 a:link, #content h3 a:visited {
	text-decoration: none;
}
#content h2 a:hover, #content h3 a:hover {
	text-decoration: none;
}
.post .meta {
	border: 1px solid;
	padding: 10px;
	margin-bottom: 60px;
	font-size: 11px;
}
.post .meta a {
	font-size: 11px;
}
.post .meta p {
	margin: 0;
	line-height: normal;
}
.post .meta .byline {
	float: left;
}
.post .meta .links {
	float: right;
	width: 55%;
	text-align: right;
}
.post .meta .more {
	padding: 0 20px 0 18px;
}
.post .meta .comments {
	padding-left: 22px;
	white-space: nowrap;
}
.post .meta b {
	display: none;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 195px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul {
	margin-bottom: 40px;
}
#sidebar li {
	margin: 0;
	padding-left: 12px;
}
#sidebar h2, #sidebar .sidehead {
	margin-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid;
	font-size: 16px;
}

/* Search */
#search {
}
#search h2 {
	margin-bottom: 20px;
}
#s {
	width: 110px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid;
}
#x, #searchsubmit {
	padding: 4px 4px;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Boxes */
.box1 {
	padding: 20px;
}
.box2 {
}
.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
}
.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
}

/* Footer */
#footer {
	height: 100px;
	min-height: 74px;
	padding: 25px 0 0 0;
}
html>body #footer {
	height: auto;
}
#footer p {
	margin-bottom: .5em;
}
#legal, .credits {
	clear: both;
	padding-top: 15px;
	text-align: center;
}
#legal a, .credits a {
}
/* --------- Container Hacks ----------- */
/* Used to ensure the siteHeader stays within the confines of the containing object */
.force_contain:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.force_contain { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.force_contain { display: block; }
/* End hide from IE-mac */

/* PmWiki Standard */
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
fieldset { border: none; }
.wikimessage {padding-bottom: 15px; font-weight: bold; font-size: 130%; }
.quickref p { margin:0; padding:0;}
.quickref br { display: none; }

/* PmWiki Mods */
a.createlink { text-decoration: none; padding-left: 1px; position:relative; top:-0.5em; }
#menu a.createlink { display: none; }
#wikitext hr { border:2px solid; margin:2em 0; }
#wikitext .escaped { overflow: auto; height: auto; width: 90%; margin: 1.5em auto; padding: .15em; }
#wikitext .quickref p, #wikitext .quickref .outdent, #wikitext .quickref div, #wikitext .quickref strong {font-size:1em; margin:0; text-align:left; text-indent:0; line-height: 2em}
#wikiedit, #wikiedit form input[type=submit] { margin-top: 25px; }
.pagegroup { text-decoration: none; }
.quickref { background-color: #EDEDED !important; }

/* PmWiki Additions */
#sidebar .pageactions { margin: -40px 0 0 -100px; height: 56px; padding-top: 5px; position: relative; }  /* Relative for IE6/7 */
#sidebar .pageactions ul { text-align: right; }
#sidebar .pageactions ul li { display: inline; padding-left: 5px; }
#sidebar .pageactions ul li a { font-size: 11px; text-decoration: none; text-transform: lowercase; }
#sidebar .pagegroup { visibility: hidden; }  /* hidden div to pad for when #content .pagegroup is displayed */

/* BlogIt */
.blogit-clear { clear: both; }
.editlink, .blogit-editlink { padding-left: 10px; }
.blogit-comment-header { text-transform: lowercase; }
.blogit-readmore { display: block; margin-bottom: -25px; padding-left: 10px; text-transform: lowercase;  } /* margin counteract effect of p.vspace around .blogit-readmore */
.blogit-listmore { margin: -30px 0 30px; text-align: right; }
.blogit-submit-row { padding-top: 10px; }
.blogit-submit-row img { vertical-align: bottom; padding-bottom: 1px; }
.blogit-page-navigation,.page-navigation { margin: 1.2em 0; }
.blogit-older-entries, .next-entries { float: right; }
.blogit-newer-entries, .previous-entries { float: left; }
.blogit-older-entries, .blogit-newer-entries, .previous-entries, .next-entries { font-size: 1.3em; font-weight: bold; }
.blogit-newer-entries a, .previous-entries a { padding-left: 18px; background: url(images/mini-nav-left.gif) no-repeat left center; }
.blogit-older-entries a, .next-entries a { padding-right: 18px; background: url(images/mini-nav-right.gif) no-repeat right center; }
