/* recurve/recurve.css v0.1
 *
 * PmWiki Recurve skin stylesheet
 * Copyright 2004 Dominique Faure (dominique.faure@laposte.net)
 * Based on several PmWiki skins, noticeally Marathon from Steffen Bauch and
 * Bronwyn from 
 * This file is part of the PmWiki Recurve skin; 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.
 *
 * +-------+ +-----------------------------+
 * |sidebar| |header                       |
 * |       | +-----------------------------+
 * |       | + +---+ +---+ +---+ - - - - - +
 * |       | . | (tabs)  | |   |      main .
 * |       | +-+---+-+---+-+---+-----------+
 * |       | |tabpage                      |
 * +-------+ | content                     |
 *           |                             |
 *           |                             |
 *           | --------------------------- |
 *           | trailer                     |
 *           +-----------------------------+
 *           +-----------------------------+
 *           | footer                      |
 *           +-----------------------------+
 */
body {
	color: black;
	background-color: #D4D0C8;
	font-family: sans-serif;
	padding: 0px;
	margin: 1em 1em 0 11em;
}
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;
}
#sidebar h1 {
	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;
}

/* ------------------------------------------------------------------------- */
#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 {
	border-bottom: 1px solid #98AAB1;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0 0 24px 1em;
	      /* Bottom padding controls whether the "card edge"
	       * and the bottom of the tabs match up properly.
	       * Left padding controls how far they're indented.
	       * They probably can't be centered.
	       */
}
#tabs li {
	background: #98AAB1;
	border: 1px solid #98AAB1;
	margin: 2px 4px 0 0; /* Right padding controls empty space between tabs */
	float: left;
	height: 19px;
}
#tabs a {
	color: #030303;
	text-decoration: none;
	padding: 4px 6px;
	display: block;
	float: left;
}
#tabs a:hover { 
	background: #78A5BC;
	color: #FFFFFF;
}
#print {
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
	margin: 3px 0 0 0;
	padding: 5px 0 4px 0;
	float: right;
}
#print a {
	text-decoration: none;
	color: #030303;
	border: 1px dotted #98AAB1;
	padding: 4px 6px;
	height: 21px;
}
#print a:hover{
	color: #FFFFFF;
	border:1px solid #FFFFFF;
}

/* ------------------------------------------------------------------------- */
#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;
}
#tabpage .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 li.navbox {
	margin-left: 0px;
}
#footer li.navbox a {
	padding: 0 3px;
	border: 1px dotted #98AAB1;
}
#footer li.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;
}
