#specialcontent {
    margin-left: 14em;
}

#wikicontent {
    margin-left: 14em;
    padding-right: 14em;
}

#footer {
    margin-left: 14em;
}

/* Mediawiki Tools */

#navigation {
    position: absolute;
    padding: 0;
    left: 0.2em;
    top: 5em;
    padding-bottom: 100%;
    width: 13.5em;
    overflow: hidden;
}

#navigation h5 {
    margin-top: 1.2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 0.2em;
    padding-left: 0.5em;
    background-color: #96d26e;
    color: #333333;
    letter-spacing: 0.15em;
    border: 0.1em solid gray;
    border-bottom: none;
}

#navigation ul {
    margin: 0;
    padding: 0;
    padding-left: 0.6em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 2.0em;
    list-style-type: none;
    border: 0.1em solid gray;
    padding-bottom: 1em;
    padding-top: 0.3em;
    background: #ffffff;
}

#navigation ul.form {
    padding-left: 0.2em;
}

#navigation li {
    display: block;
    padding: 0 0 0 0.3em;
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.4em;
}

#searchInput {
    width: 9.3em;
}

body.msie #searchInput {
    width: 8em;
}

body.khtml #searchInput {
    width: 15em;
}

#navigation a {
    color: #1b4157;
}

#footer ul {
    margin-top: 4em;
}

#personal_tools {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2em;
    margin-right: 0.5em;
    padding-bottom: 1em;
    padding-right: 1.5em;
}

#personal_tools ul {
    text-align: right;
    margin-top: 0;
    padding-top: 0.4em;
    list-style-type: none;
}

#personal_tools li {
    display: inline;
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 1.2em;
}

#personal_tools h5 {
    margin-top: 0;
    padding: 0;
    display: none;
    line-height: 1.2em;
}

#personal_tools a {
    color: #1b4157;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: url('user.png') top left no-repeat;
    padding-left: 20px;
    text-transform: none;
}

#article_title {
    margin-top: 4.8em;
    margin-left: 14em;
    padding-right: 14em;
}

#logo {
    padding: 0.4em;
}


#content_actions {
    top: 3.6em;
    left: 14em;
}

body.msie #content_actions {
    top: 3.3em;
}

#toggle_fixed {
    top: 5.4em;
    left: 14em;
}

/* ------ TOC -------*/
#toc {
    position: absolute;
    left: 14em;
    right: 1.6em;
    top: 9.6em;
}

body.msie #container.floating #toc {
    width: expression(document.body.clientWidth - 160);
}

body.msie #container.fixed #toc {
    width: 62.5em;
    right: none;
}

#tocinside {
    float: right;
}

/* ----- fixed vs. floating ------ */

#container.fixed #specialcontent {
    max-width: 61em;
}

body.msie #container.fixed #specialcontent {
    width: 61em;
}

#container.fixed #wikicontent {
    max-width: 48em;
}

body.msie #container.fixed #wikicontent {
    margin-top: 9.5em;
    width: 48em;
}


#container.fixed #footer {
    max-width: 61em;
}

body.msie #container.fixed #footer {
    width: 61em;
}

#container.fixed #content_actions {
    max-width: 63em;
}

body.msie #container.fixed #content_actions {
    width: 63em;
}

body.msie #container.floating #personal_tools {
    width: expression(document.body.clientWidth - 20);
    background: none;
}

body.msie #container.floating #content_actions {
    width: expression(document.body.clientWidth - 154);
}

#container.fixed #article_title {
    max-width: 48em;
}

body.msie #container.fixed #article_title {
    position: absolute;
    display: inline;
    width: 48em;
}

#container.fixed #toggle_fixed {
    max-width: 63em;
}

body.msie #container.fixed #toggle_fixed {
    width: 63em;
}

#container.fixed #personal_tools {
    max-width: 76em;
}

body.msie #container.fixed #personal_tools {
    width: 76em;
}

#container.fixed #content textarea {
    max-width: 50em;
}

body.msie #container.fixed #content textarea {
    width: 50em;
}

/* vim:encoding=utf8:
*/
