/* Change this to point directly to modern's screen.css on the server. */
/*@import url("modern_screen.css");*/
@import url("../../modern/css/screen.css");

html {
    background: #BAC69D url('../img/bg_fade.png') 0px 99px repeat-x;
}

body {
    background-color: transparent;
}

#pageline {
    background-color: #9AAC70;
    border-top: 1px solid black;
    border-bottom-color: black;
    box-shadow: 0 1px 2px #555;
}

#header_inner {
    width: 910px;
    margin: 0 auto;
}
#searchlink {
    float: right;
    margin: 8px 10px;
}
#navibar {
    height: 20px;
}
#navibar li {
    float: right;
    border: 1px solid black;
    border-bottom: none;
}
#navibar li.current, #navibar li.current:hover {
    background-color: #9AAC70;
    margin-bottom: -1px;
    padding-bottom: 3px;
}
#navibar li.wikilink {
    background-color: #C8DA9E;
}

#header {
    background: url('../img/top_gradient.png') left top repeat-x #bac69d;
    margin: 0px;
    padding: 3px 0 0 0;
    /* Get this on top of the page's box shadow */
    position: relative;
    z-index: 1000;
}

#page {
    background: #E4F0DF url('../img/logo_watermark.jpg') center top repeat-y;
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding-top: 10px;
    box-shadow: 0 0 8px #222;
    margin: 0 auto;
}

#locationline {
    clear: none;
    margin-top: 8px;
}
#pagelocation {
    font-size: 2.3em;
    line-height: 1.2em;
}
#pagelocation a {
    color: black;
}

a {
    text-decoration: none;
    color: #1b4710;
    outline: none;
}
a:link { text-decoration: none; }
a:link:hover, a:link:active { text-decoration: underline; color: #1b4710; }
a:visited { text-decoration: none; color: #1b4710; }
a:visited:hover { text-decoration: underline; color: #1b4710; }

p, table {
    line-height: 1.5em;
}

ul.editbar {
    background-color: #C8DA9E;
}

#footer .editbar,
#header .editbar {
    border-bottom-color: black;
    border-top-color: black;
    padding: 2px 8px;
    margin: 0 auto;
}
.editbar select {
    font-size: 0.9em;
}
#header .editbar {
    display: none;
}

.editbar a, .editbar a:visited { color: #1b4710; }

#logo {
    margin: 5px 10px -17px 20px;
}
#username {
    margin-left: 0px;
}

#message {
    background-color: #C8DA9E;
}
