
/*  screen.css - MoinMoin Default Styles

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

/* content styles */

html {
    background-color: #90654d;
}

body {
	margin:0;
}

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

table, td, tr {
    border: 1px solid #ddbbaa;
}

input {
    font-size: 9pt;
    font-family: Arial, Lucida Grande, sans-serif;
    color: #222222;
    background: #bbbbbb;
}

select {
    font-size: 8pt;
    font-family: Arial, Lucida Grande, sans-serif;
    color: #222222;
    background: #eeeeee;
}

textarea {
    font-size: 1em;
    font-family: monospaced;
    color: #000
    background: #bbb
}

span.sep {
    display: none;
}

/* user interface styles */

#header {
    background: black;
    border-bottom: 2px solid #776655;
}

#pagelocation, #pagelocation a, #pagelocation a:visited {
    display: inline;
    list-style-type: none;
    font-size: 1.5em;
    color: black;
    text-decoration: none;
    font-weight: bold;
}
#pagelocation li {
    float: left;
    margin-right: 10px;
}
#pagelocation li:after {
    content: "/ ";
}   
#pagelocation li:last-child:after {
    content: "";
}   
    



#logo {
    margin: 0;
    padding: 0; /*5px 10px;*/
    /* For text only logo */
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    white-space: nowrap;
}

#logo img {
    vertical-align: left;
}

#logo a {
    color: RGB(106,100,80);  
    text-decoration: none;
}

#logo a:hover {
    color: RGB(190,180,90);  
    text-decoration: none;
}

#searchform {
    float: right;
    margin: 5px 10px 0 10px;
    padding: 6px;
    white-space: nowrap;
}

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

#searchform form div {
    display: inline;
}

#page {
    margin: 10px 10px 10px 10px;
	padding: 10px 20px;
	border: 2px solid #af8a6d;
	border-bottom: 2px solid #7f5a3d;
    border-right: 2px solid #7f5a3d;
	/*background-color: #ccc;*/
	background: #9f7a5d url(../img/flower_back.jpeg) no-repeat top right;

}

#title h1 {
	margin: 0;
	padding:10px 0;
	font-size: 2em;
	line-height: 1.2em;
}

#title h1 a {
	text-decoration: none;
}

#sidebar {
	margin: 10px;
        border: 2px solid #9f7a5d;
	padding: 0;	
	float: right;
	clear: right;
	width: 170px;
	font-size: 1em;
}

.sidepanel {
	margin: 0;
        border: 0;
        padding: 0;
	width: 170px;	
}

.sidepanel h1, .sidepanel h2 {
	padding: 3px;
	text-align: center;
	border: none;
        font-size: 1.1em;
        color: #332211;
        background-color: #9f7a5d;
}

.sidepanel ul {
	list-style-type: none;
	margin: 0;
	padding:5px;
        border: 0;
}

.sidepanel li {
	margin: 0;
	padding: 1px 0px;
}

.sidepanel form {
	margin: 0;
}

.sidepanel a {
	text-decoration: none;
	display: block;
        color: #382b21;
}

.sidepanel a:hover {
	text-decoration: underline;
}

#navibar li.current {
	border: none;
	background: RGB(67,99,99)
        color: white
}

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

#credits, #version, #timings{
/*	float: right;
	clear: right;
	margin: 5px 0;
	width: 150px;*/
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: .8em;
	color: #550011;
}


#message {
	margin: 10px 220px 10px 10px;
	padding: 5px 10px;
	background-color: #eeee88;
	border: 1px solid RGB(100,100,100);
	border-right: 1px solid RGB(150,150,150);
	border-bottom: 1px solid RGB(150,150,150);
}

#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 becuase of IE suckiness */
#editor-textarea, #editor-comment {
    font-size: 1em;
    font-family: monospaced;
    width: 100%;
}

#pagebottom {
	clear: both;
}

#preview {
	border: 2px solid RGB(106,90,205);
	padding: .5em;
        /*
	background: url(../img/draft.png);
        */
        background-image: url(../img/draft2.png);
        background-repeat: repeat-y;
        background-position: 50% 30%;
}

.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;
}
