/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* reset */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
a {text-decoration: none;}

/* content styles */

html {
  border:0;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  line-height:1.6em;
  text-align:center;
  color:#414141;
  background:#EDE8E2;
}


body {
  margin: 15px;
  padding:30px 30px 0 30px;
  padding-top:0;
  border-top:30px solid white;
  background:white;
  text-align: left
}

.footnotes div {
	width: 5em;
	border-top: 1px solid #e5e5e5;
}

input {
    font-size: 1em;
    font-family: Arial, Lucida Grande, sans-serif;
}

textarea {
    font-size: 1em;
    font-family: monospace;
}

span.sep {
    display: none;
}

/* user interface styles */

#header {
    background-color: #F0F9F9;
    background-image:url("../img/header_b.jpg");
    background-position: right;
    background-repeat: repeat-y;
}

#logo {
    height:115px;
    padding:0 0 0 18px;
    margin: 0;
    border-bottom: 1px solid #9C9C9C;
    line-height: 1em;
    color: #009193;
}

#logo h1 {
  padding-top:50px;
  font-size:30px;
  line-height: 110%;
  font-weight: bold;
  border: none;
}

/* #logo p */
#subtitle {
  margin-left:5em;
}

*[dir="rtl"] #logo {
    float: right;
}

#logo img {
    vertical-align: middle;
}

#logo a {
    color: black;
    text-decoration: none;
}

#searchform {
    float: right;
    margin: 5px 10px 0 10px;
    padding: 0;
    white-space: nowrap;
}
/* -- start spring -- */

#searchform {
  height:2.7em;  
  line-height:2.7em;
  border-color:white;
  background-color:#FEC42D;
  float:right;
  width:220px;
  padding:0 15px;
  color: white;
}

#searchform #searchinput {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
  border-color:#FFF9EA;
}

#titlesearch, #fullsearch {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
  color: #FFFFFF;
  background-color:#A3C159;
}
/* -- end spring -- */

*[dir="rtl"] #searchform {
    float: left;
}

#searchform form div {
    display: inline;
}

#page {
margin-top: 2em;
	padding: 4px;
	border-bottom:6px solid #E9F7F6;
	background-color: white;
}
#page a {text-decoration: underline}

#content h1 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}

#content h2 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h3 {
  margin:0;
  font-size:1em;
}

/* -- begin spring sidebar -- */

#sidebar {
  float:right;
  width:205px;
  padding:15px 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
  background: white;
}

* html #sidebar {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#sidebar ul, #sidebar p {
  margin:0 10px;
  padding:0;
}

/* sidebar headings */
#sidebar h1 {
  margin:18px 0 10px 0;
  font-family:Georgia,serif;
  font-size:1em;
  line-height:1em;
  padding:5px 10px;
  color:white;
  background:#A3C159
}

/* sidebar list */
#sidebar ul li {
  margin:2px 0 2px 18px;
  padding-bottom: 2px;
  border-bottom:1px solid #F0F0F0;
  list-style-type:none;
}

#sidebar li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}

/* -- end spring sidebar -- */

.actionsmenu select {
    width: 160px;
}

*[dir="rtl"] #pagetrail {
    clear: left;
    margin: 0px 11px;
}

#interwiki {
    margin: 5px 11px;
    display: inline;
    font-size: 1em;
}

*[dir="rtl"] #interwiki {
    margin: 0;
}

#interwiki span:after {
    content: ":";
}
  
/* -- begin spring navigation -- */

#pagelocation, #pagetrail {
  height:2.7em;
  line-height:2.7em;
  background-color:#A3C159;
  padding:0;
  margin:0;
}

#locationline {
  float: left;
}

#pagelocation {
  margin:0;
  padding:0;
}

#pagelocation li, #pagetrail li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
  border-color:white;
}

#pagelocation li a, #pagetrail li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
  color:white;
}

#pagelocation li a {background-color:#FEC42D; color: black}
#pagetrail a:hover, #pagelocation a:hover {background-color:#1BA6B2;}

* html #pagelocation a, * html #pagetrail a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#pagetrail li a:before {
    content: "» ";
}

/* -- end spring navigation -- */

#navibar li.current a {
	background: #FEC42D;
}

.editbar form, .editbar form div {
    display: inline;
	margin: 0;
}

#message {
	margin: 10px 220px 10px 10px;
	padding: 4px;
	background-color: #F0ECE6;
	border: 1px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
}

#message p {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

#message div.buttons {
	font-weight: normal;
}

form.dialog {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-comment {width: 70%;}
#editor-textarea {width: 100%;}

#preview, #previewbelow {
	border: 2px solid #e5e5e5;
	padding: .5em;
	background: url(../img/draft.png);
}

#pagebottom {
	clear: both;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
}

#credits, #version, #timings{
	margin: 5px 10px;
	padding: 0;
	text-align: center;
	font-size: 0.88em;
	color: #6C7680;
}

#credits li, #timings li {
	display: inline;
	padding: 0 2px;
	margin: 0 4px;
}

#credits img {
	vertical-align: middle;
}

.diff {
	width: 99%;
}

.diff-title {
	background-color: #C0C0C0;
}

.diff-added {
	background-color: #E0FFE0;
	vertical-align: sub;
}

.diff-removed {
	background-color: #FFFFE0;
	vertical-align: sub;
}

.diff-added span {
	background-color: #80FF80;
}

.diff-removed span {
	background-color: #FFFF80;
}

.searchresult dd span {
	font-weight: bold;
}

/* Spans for line-anchors - uses * html hack so that the rule only applies to
 * IE (where omitting the "display: none" triggers rendering bugs).
 */
* html span.anchor { display: none; }

/* IE6 has a bug with rendering of float elements. We workaround this bug by
 * assigning those elements a height attribute because we currently don't know
 * a better solution. This results in IE calculating the correct height of the
 * characters and displaying them correctly. We don't know any negative side
 * effects of this workaround:
 */
* html div#page, * html div#header { height: 0.001%; }

