/*  screen.css - MoinMoin Default Styles

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

html {
    /*background: url('../img/pattern.png');*/
    /*background: #f8f8f8;*/
    background: #e4e4e4;
}

body {
    padding: 1em;
    color: #373737;
    font-family: 'arial';
    font-size: 1em;
    margin: 1em auto;
    width: 850px;
    background: white;
    border: 1px solid #d0d0d0;
}

/* --- */

a, a:visited {
    border: 0px;
    color: #6da833;
    text-decoration: none;
}
a:hover { text-decoration: underline; }

h1 { font-size: 1.6em; margin: 0.63em 0em; }
h2 { font-size: 1.4em; margin: 0.71em 0em; }
h3 { font-size: 1.2em; margin: 0.84em 0em; }
h4 { font-size: 1em; margin: 1em 0em; }

hr {
    border: 0px;
    border-top: 1px dashed #749852;
    margin: 1em 0em;
}

p {
    margin: 1em 0em;
    padding-left: 1em;
    text-align: justify;
}

ul { padding-left: 1em; margin: 1em 0em; }
ul ul { margin: 0em; }
ul > li { margin: 0.1em 1em; }
ul > li > p { margin: 0em; padding: 0em; }

input, select {
    font-family: 'arial';
    font-size: normal;
}

a { border: 0px; }
img { border: 0em; }

/* --- */

.u { text-decoration: underline; }
.strike { text-decoration: line-through; }

.sep { color: #749852; }

/* --- */

#thing {
    background: url('../img/thing.png');
    float: right;
    width: 40px;
    height: 40px;
}

#title {
    font-size: 1.8em;
    font-weight: normal;
    margin: 0em;
}
#title a:hover { text-decoration: none; }
#title a { color: #373737; }

#navibarbg {
    border-top: 1px solid #749852;
    /*border-top: 1px solid #373737;*/
    background: #b1d58d;
    margin-top: 1em;
    line-height: 1em;
    height: 1.6em; /* line-height + 2 * li-padding */
}

#navibar {
    float: right;
    list-style: none;
    padding: 0em;
    margin: 0em;
}
/*#navibar:after {
    content: '.';
    visibility: hidden;
    clear: both;
}*/

#navibar li {
    display: block;
    padding: 0.3em;
    margin: 0em;
    float: left;
    margin-right: 0.5em;
}
#navibar li:last-child { margin-right: 0em; }
#navibar li.current { background: #749852; }
#navibar li.current a { color: #f2f2f2; }

#navibar a, #navibar a:visited, #navibar a:hover {
    color: #373737;
    text-decoration: none;
}

/* --- */

#submenu {
    background: #dfeecf;

    /*margin-top: 3px;*/

    /*margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b5b5b5;*/

    padding: 0.2em;
    /*border-top: 1px dashed #b5b5b5;*/
    /*background: #eeeeee;*/
}
#submenu a { color: #749852; }

.editbar {
    display: inline;
}

#username {
    float: right;
    display: inline;
}

#locationline {
    display: inline;
    font-size: normal;
    /*font-style: italic;*/
    font-weight: normal;
    margin: 0em;
}

/* --- */

#sidebar {
    list-style: none;
    overflow: hidden;
    float: right;
    width: 190px;
    margin: 10px 20px 10px 10px;
    padding: 10px 0px 10px 10px;
    border-left: 1px solid #b5b5b5;
}

#sidebar > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5b5b5;
}

#sidebar > li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#searchform {
    text-align: right;
}

/* --- */

#page {
    clear: both;
    margin-top: 1em;
}

#content, #pageinfo {
    margin-top: 1em;
}

/* --- */

#footer {
    margin-top: 1em;
    padding-top: 1em;
    height: 12px;
    border-top: 1px solid #749852;
}

#credits {
    margin: 0em;
    text-align: center;
    padding: 0em;
    font-size: 0.8em;
    line-height: 0.8em;
}
#credits a { color: 749852; }

#credits li {
    display: inline;
    margin: 0em 0.5em 0em 0em;
}

