/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

body {
	margin:0;
	background: #efefef;
}

.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-image: url("../img/squid-logo-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
*/
}

#logo {
    margin: 0 0;
    padding: 1em 0.5em;
    /* For text only logo */
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    white-space: nowrap;
    display: inline;
}

#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; */
}

*[dir="rtl"] #searchform {
    float: left;
}

#searchform form div {
    display: inline;
}

#searchinput {
    margin-right: 20px; /* hack, but it works */
}

/* works, but not really nice 
#searchinput {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0;
}
*/

#page {
	margin: 10px 20px 0px 220px;
	padding: 15px 30px;
	background-color: white;
	/* background-image: url("../img/squid-logo-bg.jpg"); */
	background-repeat: no-repeat;
	background-position: center top;
	/* background-attachment: fixed; */
}

#content {
	min-height: 650px;
}

#title h1 {
	margin: 0;
	padding:10px 0;
	font-size: 2em;
	line-height: 1.2em;
}

#title h1 a {
	text-decoration: none;
}

#sidebar {
	display: inline;
	margin: 10px;
	float: left;
	clear: left;
	width: 200px;
	padding: 0;	
	font-size: 0.88em;
	/* position: fixed; /* Should we have a fixed-position sidebar?*/
}

.sidepanel {
	margin: 0 0 10px 0;
	float: left;
	width: 200px;	
	/* background: tan; */
	background: #B8C5D9;
	border: 1px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;		  					  /* position: fixed; */
}

.sidepanel h1 {
	margin: 0;
	padding: 0.2em 10px;
	text-align:center;
	border: none;
	border-top: 1px solid white;
	border-bottom: 1pt solid #9c9c9c;
	font-size: 1em;
	color: black;
	background: #B8C5D9;
}

.sidepanel h2 {
	margin: 0;
	padding: 0.2em 10px;
	font-size: 1em;
	border: none;
	color: black;
	background: #eeeeee;
}

.sidepanel ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}

.sidepanel li {
	margin: 0;
	padding:2px 10px;
	border-bottom: 1pt solid #9c9c9c;
	/* background: tan; */
	background: #eeeeee;
}

.sidepanel li form {
	margin: 0;
}

.sidepanel a {
	text-decoration: none;
	display: block;
}

#msgpanel a {
	display: inline;
}

#closebox {
	text-align: right;
}
/*
#closebox a {
	display: inline;
}
*/

.sidepanel a:hover {
	text-decoration: underline;
}

#navibar li.current {
	/* border: none; */
        font-weight: bold;
	background: #eeeeee;
}

.editbar form, .editbar form div {
    display: inline;
	margin: 0;
}

#credits, #version, #timings{
	float: left;
	clear: left;
	margin: 5px 0;
	width: 200px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0.88em;
	color: gray;
}


#message {
	margin: 10px 220px 10px 10px;
	padding: 5px 10px;
	background-color: #B8C5D9;
	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%;
}

#editor textarea, #editor-comment {
    display: inline;
    width: 95%;
}

#pagebottom {
	/* clear: both; */
}

#preview {
	border: 2px solid #e5e5e5;
	padding: .5em;
	background: url(../img/draft.png);
}

.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;
}

#pagelocation {
    float: right;
    white-space: nowrap;
    margin-left: 0;
    padding-right: 5px;
    padding-left: 0;
    /* padding-top: 0; */
    /* margin-top: 1.00em; */
    display: inline;
    border: none;
    font-size: 1.2em;
}

#pagelocation li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
    display: inline;
}

#pagelocation li:before {
    content: "/";
}

#wikiname {
	margin-top: 0.50em;
	font-size: 1.5em;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

/* 
#pagelocation li {
    display: inline;
    margin: 2;
}

#pagelocation li:after {
    content: "/";
}
*/
