
* {
    margin: 0;
    padding: 0;
}

html {
    background: #C3C3C3 url(pics/body_repeat.jpg) repeat-y center;
    color: #000;
    height: 100%;
}

body {
    width: 900px;
    
    background: #FFE8E0 url(pics/sub_bot_bottom.jpg) no-repeat right bottom;
    color: #75665F;/*#85766F;*/
    margin: auto;
    position: relative;
    min-height: 100%;
}

.index {
    background-image: url(pics/index_bot_bottom.jpg);
}

h1, h2, h3, h4, h5, h6, p, li, dd, dt {
    font-family: Arial, sans-serif;
}

h1, h2, h3 {
    letter-spacing: -1px;
    text-transform: lowercase;
    font-variant: small-caps;
}

h2 {
    float: left;
}

h3 {
    clear: both;
}

h3, h4, h5, h6 {
    padding: .5em 15px;
    margin-top: 1em;
}

p {
    padding: .5em 15px;
    line-height: 1.5em;
    font-size: 90%;
}

a, a:link, a:visited, a:hover, a:active {
    color: #4448f0; /*#E78045;*/ /*#F79055;*/
    text-decoration: underline;
}
a:visited {
    color: #666;/*#9A8B86;*/
}
a:hover, a:active {
    text-decoration: none;
}


table {
    border-collapse: collapse;
    border: 1px solid #FCD2BA; /*#F69256;*/
    border-top: 0;
    margin: 0 15px 1em;
    padding: 0;
}
.zofbot_packages a { white-space: nowrap; }
    th {
        font-size: 80%;
/*         white-space: nowrap; */
    }
    th, td {
        padding: 5px;
        text-align: center;
        background: #FFE8E0;
    }

    tr {
        background: #FFF5F3 url(pics/shadow.jpg) no-repeat bottom right;
    }
    td {
        background: none;
        padding-bottom: 20px;
        font-size: 90%;
    }

    caption {
        border: 1px solid #FCD2BA;/*#F69256;*/
        border-top: 0;
        margin: 0 15px 0 14px;
        padding: 15px 1em;
        background: #FFE9DE url(pics/caption.jpg) no-repeat 0 -5px;
        text-align: left;
        font-weight: bold;
        font-size: 80%;
    }
    td.plugin_description {
        text-align: left;
    }

    
    th {
        font-weight: bold;
    }
em {
    border-bottom: 1px dashed #c3c3c3;
}

.back_to_top {
    float: right;
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: 50%;
    margin-right: 1em;
    color: #F69256!important;
}

#container {
    padding-bottom: 120px;
}


 .entry { 
    float: left;
    clear: left;
/*     position: relative; */
/*     z-index: 100; */
} 
    .entry ul, .entry ol {
        margin-left: 30px;
    }
    .entry li {
        padding: .5em 0 .5em 15px;
    }
    .example {
        background: #FFE9DE; /*#D2BBB3;*/
        color: #000;
        padding: 5px!important;
        border: 1px solid #F69256;/*#FFE8E0;*/
        margin: 0 15px;
    }
    h3.example, h4.example, h5.example {
        background: #FFE9DE url(pics/caption.jpg) no-repeat 0 -5px;
        margin-top: 1em!important;
        font-size: 70%!important;
    }
    pre.example {
        margin-bottom: 1em!important;
    }
    .entry h3.example, .entry h4.example, .entry h5.example {
        font-size: 100%;
        border-bottom: 0;
        margin-top: .5ex;
        display: block;
/*         width: 95%; */
    }
    pre.example {
        border-top: 0;
        overflow: auto;
    }
        pre.example samp { 
            font-weight: bold;
        }
/* #toc { */
/*     clear: right; */
/*     float: right; */
/*     width: 292px; */
/* } */

#nav_system {
    float: right;
    width: 291px;
/*     overflow: hidden; */
    margin-top: 184px;
    margin-left: 1px;
}

#toc {
    margin-top: 80px;
    margin-bottom: -142px;
}
#toc, #toc span {
    position: relative;
    height: 28px;
    width: 291px;
    padding: 0;
    background: #D2BBB3;
    color: #fff;
}
    #toc span {
        background: url(pics/title_table_of_contents.jpg) no-repeat -1px top;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

dl {
    padding-top: 1em;
    width: 500px;
    padding-left: 20px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 1em;
}
dt {
    float: left;
    clear: left;
    font-weight: bold;
    width: 9em;
    padding-right: 1em;
    margin-bottom: 1em;
    border-top: 1px dotted #aaa;
    padding-top: 5px;
    font-size: 90%;
    text-align: right;
}
dd {
    overflow: hidden;
    margin-bottom: 1em;
    padding-top: 5px;
    border-top: 1px dotted #aaa;
    font-size: 90%;
}

    .plugin_overview dd p {
        padding: 0;
        font-size: 100%;
    }
    .plugin_overview dd code {
        font-weight: bold;
        color: #f00;
    }

.toc {
    background: #D2BBB3 url(pics/city.jpg) no-repeat;
    color: #fff;
    padding-top: 142px;
    padding-bottom: 20px;
    padding-left: 20px;
    list-style-position: inside;
/*     margin-top: -28px; */
}
    .toc li {
        padding: 5px 10px;
        list-style-type: circle;
    }
        .toc a, .toc a:link, .toc a:visited, .toc a:hover, .toc a:active {
            color: #fff;
            font-weight: bold;
            font-size: 80%;
            text-decoration: underline;
        }
        .toc a:hover, .toc a:active {
            text-decoration: none;
        }

#menu {
/*     margin-top: 200px; */
/*     float: right; */
    background: #FFE8E0 url(pics/menu_repeat.gif) repeat-y;/*#FFECE6;*/
/*     width: 252px; */
    padding-right: 30px;
}
    #menu li {
        background: url(pics/menu_bullet.gif) no-repeat left;
        position: relative;
        z-index: 10;
        border-bottom: 1px solid #E7D4CD;
        padding: 10px 5px 10px 20px;
        margin-left: 20px;
        list-style: none;
        font-size: 80%;
        font-weight: bold;
    }
    #menu li.last_child {
        border: 0;
    }
        #menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
            color: #050000;
            text-decoration: none;
        }
        #menu a:hover, #menu a:active {
            text-decoration: underline;
        }

h2 {
    background: #FCD0AB url(pics/sub_main.jpg) no-repeat;
    width: 578px;
    padding-top: 250px;
    padding-left: 30px;
    min-height: 85px;
    overflow: hidden;
/*     margin-bottom: -10px; */
/*     position: absolute; */
/*     top: 0; */
/*     left: 0; */
    color: #764524;
/*     overflow: hidden; */
/*     text-align: center; */
/*     white-space: nowrap; */
/*     line-height: 335px; */
}
    /*h2 span {
        display: block;
        background: url(pics/sub_main.jpg);
        position: absolute;
        top: 0;
        left: 0;
    }*/

.entry:after, #container:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

.entry {
    width: 578px;
    padding: 0 15px 15px;
    background: #FCD0AB;
    color: #000715;
    border-top: 2px dotted #FFDCBF;
}
    .entry li { 
        list-style-position: inside;
        border-left: 1px dotted #E78045;/*#FFDCBF;*/
        padding-top: 0;
        width: 480px;
        padding-bottom: 0;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .entry li p, .entry li .example {
        padding: 0;
        margin: 0 0 0 30px;
    }
    .entry li h3, .entry li h4, .entry li h5 {
        display: inline;
        padding: 0;
        font-size: 80%;
    }
        .entry li h3 kbd, .entry li h4 kbd, .entry li h5 kbd, .command_aliases kbd {
/*             border: 1px solid #FFDCBF; */
/*             background: #c3c3c3; */
            background: #FFE9DE; /*#D2BBB3;*/
            color: #000;
            border: 1px solid #F69256;/*#FFE8E0;*/
            padding: .175em 1em;
        }
        .command_aliases {
            clear: left;
            display: block!important;
        }
        .command_aliases kbd {
            font-weight: bold;
            font-size: 80%;
        }
        ul.command_aliases {
            padding-top: .5em;
            padding-bottom: .5em;
        }
        .command_aliases li {
            margin: 0;
            border: 0;
            margin-left: 0;
            padding-left: 0;
        }
    .entry h3 {
        display: table;
        padding: 0;
        margin: 1em 15px .175em;
        border-bottom: 2px solid #FFDCBF;
    }
.index .entry {
    background: transparent;
}

h1, h1 span {
    width: 292px;
    height: 185px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
    h1 span {
        background: url(pics/index_h1.jpg);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
.index h2, .index h2 span {
    width: 608px;
    height: 600px;
    padding: 0;
    min-height: auto;
    line-height: 600px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
    .index h2 span {
        background: url(pics/index_bot.jpg);
        display: block;
        position: absolute;
        top: 0; 
        left: 0;
    }
    
.index .entry {
    width: 608px;
}

#footer {
    background: url(pics/sub_footer.jpg) no-repeat;
    height: 98px;
    margin-top: -98px;
    position: absolute;
    border-right: 1px solid #D2BCAE;
    padding-right: 2px;
    bottom: 0;
    left: 0;
    width: 608px;
}
.index #footer {
    width: 611px;
    
    margin-top: -100px;
    height: 100px;
}
#footer p {
    color: #FFE8E0;
    text-align: center;
    background: #F79055;
    margin-top: 50px;
    padding: 0;
}
.index #footer p {
    background: #F79055 url(pics/footer.gif) no-repeat;
    padding: 50px 0 0 0;
/*     padding: 0; */
/*     height: 100px; */
    min-height: 50px;
/*     line-height: 140px; */
/*     overflow: hidden; */
    white-space: nowrap;
    margin-top: 0;
    margin-right: 3px;
}
    #footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
        text-decoration: underline;
        color: #FFE8E0;
    }
    #footer a:hover, #footer a:active {
        text-decoration: none;
    }

/*  ACCESSIBILITY */
.skip, .skip * {
    position: absolute!important;
    left: -10000px!important;
}

.quick_skip {
    font-size: 70%;
    text-align: right;
    float: right;
}
ul.quick_skip {
    float: right;
    clear: right;
    list-style-type: circle;
}
    .quick_skip li {
        margin: 2px 0;
        width: auto;
        text-align: left;
    }
