/* recurve/recurve.css
 *
 * See PHP for credits and license
 */
body {
	color: black;
	font-family: sans-serif;
	padding: 0px;
	margin: 1em 1em 0 11em;
	background: #d4d0c8 url("bg.jpg") 0px 0px no-repeat;
}
code, pre, tt, span.input {
	font-family: monospace;
}
hr {
	height: 1px;
	color: black;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------------------------- */
#logo {
	text-align: center;
}

#sidebar {
	position: absolute;
	left: 1em;
	top: 1em;
	width: 9em;
	border-top: 1px #98aab1 solid;
	border-left: 1px #98aab1 solid;
	border-right: 2px #98aab1 solid;
	border-bottom: 2px #98aab1 solid;
	padding: 0.5em;
	background-color: white;
	margin-bottom: 2em;
	overflow: hidden;
}
#sidebar #sbcontent {
  font-size: smaller;
  line-height: 1.2em;
}
#sidebar h1,
#sidebar .sidehead {
	font-size: medium;
	font-weight: bold;
	margin: 1em 0 0 0;
}
#sidebar h3 {
	font-size: medium;
	font-weight: normal;
	margin: 1em 0 0 0;
}
#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin: 0.5ex;
	padding: 0 0 0 0.5ex;
}
#sidebar hr {
	width: 9em;
	height: 1px;
	color: #98aab1;
	background-color: #98aab1;
	margin-left: 0;
	margin-right: 0;
}
#sidebar form,
#sidebar input {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#sidebar .inputbox { width: 8.1em; }

/* ------------------------------------------------------------------------- */
#header {
	border-top: 1px #98aab1 solid;
	border-left: 1px #98aab1 solid;
	border-right: 2px #98aab1 solid;
	border-bottom: 2px #98aab1 solid;
	padding: 10px;
	background-color: white;
	margin: 0 0 1em 1em;
	min-width: 25em;
}
#header .title {
	font-size: smaller;
}
#header .name {
	font-size: xx-large;
	font-weight: bold;
}

#search {
	float: right;
	padding: 0 0 0 10px;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
	border-left: 1px #98aab1 solid;
}
#search .searchbox {
	/*width: 8em;*/
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#search .searchbutton{
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

/* ------------------------------------------------------------------------- */
#main {
	margin: 0 0 0 1em;
	min-width: 25em;
}

#tabs ul {
	padding: 2px 0; 
	padding-left: 1em;
	margin-left: 0; 
	border-bottom: 1px solid #98aab1; 
	font: normal 12px sans-serif; 
}
#tabs ul li {
	list-style: none;
	margin: 0; 
	display: inline; 
}
#tabs ul li * {
	padding: 2px 0.5em;
	margin-left: 3px;
	border: 1px solid #98aab1;
	border-bottom: none;
	background: #98aab1;
	text-decoration: none;
	color: #030303;
	display: inline;
}
#tabs ul li p {
	color: black;
}
#tabs ul li a:link:hover,
#tabs ul li a:visited:hover {
	background: #6ba0ba; /*#78a5bc;*/
	color: #ffffff;
}
#tabs ul li *#active {
/*	border-color: #fabd23;*/
	background: #ffffff;
	color: #000000;
	border-bottom: 1px solid white;
}
#tabs .vspace {
  display: none;
}

#print {
	padding: 1px;
	float: right;
}
#print a { border: 1px dotted #98aab1; }
#print a:hover { border: 1px solid #00000; }
#print img { border: 0; }

/* ------------------------------------------------------------------------- */
#tabpage {
	border-left:   1px #98aab1 solid;
	border-right:  2px #98aab1 solid;
	border-bottom: 2px #98aab1 solid;
	background-color: white;
	margin-bottom: 1em;
}
#tabpage hr {
	height: 1px;
	color: #98aab1;
	background-color: #98aab1;
	margin-left: 0;
	margin-right: 0;
}

#content {
	padding: 1em;
}
#content hr {
	height: 1px;
	color: black;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}
.lastmod {
	padding: 0 1.2em 0.5em 1.2em;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

/* ------------------------------------------------------------------------- */
#footer {
	margin-bottom: 1em;
	border-top: 1px #98aab1 solid;
	border-left: 1px #98aab1 solid;
	border-right: 2px #98aab1 solid;
	border-bottom: 2px #98aab1 solid;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
	padding: 0.5em 1.2em 0.5em 1.2em;
	background-color: white;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	margin-left: 10px;
}
#footer a {
	color: #030303;
	text-decoration: none;
}
#footer a:hover {
	color: #98aab1;
}
#footer .navbox {
	margin-left: 0px;
}
#footer .navbox a {
	padding: 0 3px;
	border: 1px dotted #98aab1;
}
#footer .navbox a:hover {
	border: 1px solid #98aab1;
}
/* ------------------------------------------------------------------------- */
#editbar ul {
  background: ButtonFace;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}
#editbar li {
	display: inline;
}
#editbar a {
  background: ButtonFace;
  color: ButtonText;
  border: 1px solid ButtonFace;
	text-decoration: none;
}
#editbar a:hover {
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

/* ------------------------------------------------------------------------- */
#wikitext p span.wikitrail{
	text-align:right;
}

.wikiaction {
	font-family: sans-serif;
	font-size: x-large;
}
#wikitext form, #wikitext input {
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#wikiedit textarea {
	width: 90%;
}

/* ------------------------------------------------------------------------- */
b.selfreference {
	border: none;
	font-weight: normal;
	color: #98aab1;
}

div.footnote { 
	width: 160px; 
	border-bottom: 1px solid black;
	margin-bottom: 0.5em;
}
