/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/
/* Wiki content */
#content_td {
	vertical-align: top;
}
#content #wikitext h2 {
	font-size: 14pt;
	font-family: Book Antiqua, Times New Roman;
	font-weight: normal;
	color: #123381;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
#content .wikipath {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #123381;
}
#content .createlink {
	font-size: 11px;
	font-weight: bold;
	vertical-align: super;
	text-decoration: blink;
}
#content form {
	width: 100%;
	margin: 0;
	border-width: 0;
	padding: 0;
}
#content textarea {
	width: 100%;
	font-size: 13px;
	color: #000000;
}
#content input {
	margin: 5px 0 5px 0;
	vertical-align: middle;
}
#content .quickref {
	width: 100%;
	margin: 10px 0 10px 0 !important;
	border-width: 0 !important;
	padding: 0 !important;
	background-color: #edcc7e !important;
}
#content .quickref td {
	width: 50%;
	border-width: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Wiki navigation */
#wikibar {
	vertical-align: top;
	width: 139px;
	margin: 0;
	border-width: 0;
	border-right: 1px #ddbc6e solid;
	padding: 10px 5px 0 8px;
}
#wikibar, #wikibar ul, #wikibar li, #wikibar a {
	font-size: 13px;
	line-height: 17px;
}
#wikibar ul {
	list-style-type: none;
	text-indent: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
#wikibar a, #wikibar #newpage_submit, #content .diffrestore a {
	display: block;
	width: 135px;
	height: 14px;
	background-color: #ddbc6e;
	margin: 5px 0 5px 0;
	padding: 2px;
	border-width: 0;
	font-size: 11px;
	line-height: 14px;
	color: #123281;
	text-decoration: none;
	text-align: center;
}
#wikibar #newpage_submit {
	height: 20px;
	width: 139px;
	line-height: 20px;
}
#wikibar a:hover, #wikibar #newpage_submit:hover, #content .diffrestore a:hover {
	background-color: #123281;
	color: #edcc7e;
	text-decoration: none;
	cursor: pointer;
}
#wikibar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B39756;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-width: 0;
	padding: 0;
}
#wikibar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B39756;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	border-width: 0;
	padding: 0;
}
#wikibar #newpage_form {
	margin: 0;
	border-width: 0;
	padding: 0;
}
#wikibar #newpage_name {
	font-size: 8pt;
	color: #000000;
	width: 139px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	background-color: #edcc7e;
	border: solid #123381 1px;
}
