﻿

#mainContent {
    padding: 0px;
    min-height: 500px;
}

#mainAcc {
    padding: 0px;
    min-height: 500px;
}
/* footer formating */
#footer_div {
    background-position: center;
    padding: 0 10px 0 20px;
    clear: both;
    border-bottom: 2px solid #aaa;
}

    #footer_div p {
        margin: 0;
        padding: 10px 0;
        font-size: 0.75em;
        text-align: center;
    }

    #footer_div a {
        color: #808000;
    }

.dropdown-item-tab {
    color: #808000;
    padding: 0.25rem 2rem;
}
/* recent panel */
.recent {
    border-right: 0 solid;
    border-top: 0 solid;
    display: block;
    left: 700px;
    border-left: 0 solid;
    width: 100px;
    color: gray;
    border-bottom: 0 solid;
    position: absolute;
    top: -750px;
    clip: rect(auto auto 700px auto);
}

div.recentitem a {
    color: #ffdab9;
    text-decoration: none;
    font-size: .7em;
}

    div.recentitem a:link {
        color: #ffdab9;
        text-decoration: none;
    }

    div.recentitem a:hover {
        padding-right: 10px;
        background: #696969 url('mnmenuarrow.gif') no-repeat 100% 100%;
        color: #ccc;
        text-decoration: underline;
    }

    div.recentitem a:visited {
        color: #000;
        text-decoration: none;
    }

    div.recentitem a:active {
        color: #696969;
        text-decoration: underline;
    }
/*end recent panel */
#twitter_update_list {
    font-size: .9em;
    border: 3px none #000;
    list-style-type: none;
}

    #twitter_update_list li {
        padding: 5px;
        margin: 5px;
    }

/*field menu*/
.fieldhead {
    clear: left;
}

    .fieldhead a {
        vertical-align: middle;
    }

#fieldlisting {
    margin-left: 75px;
}

    #fieldlisting img {
        clear: both;
        display: block;
        width: 100%;
        height: 100%;
    }

    #fieldlisting div {
        table-layout: auto;
        display: inline-block;
        float: left;
        visibility: visible;
        width: 90px;
        height: 90px;
        border-right: #A9A9A9 1px solid;
        border-top: #A9A9A9 1px solid;
        border-left: #A9A9A9 1px solid;
        border-bottom: #A9A9A9 1px solid;
        background-color: #e5dfcc;
        margin: 5px 3px;
    }
/* field menu */

div#field_menu {
    padding: 1px;
    margin: 0px auto 0px auto;
    height: 31px;
    background: url(/_images/main3-bg.png) repeat-x;
}

    div#field_menu ul {
        margin: 0;
        padding: 0 0 0px 0;
        list-style: none;
        float: left;
    }

        div#field_menu ul.menu {
            padding-left: 30px;
        }

    div#field_menu li {
        position: relative;
        z-index: 9;
        margin: 0;
        padding: 0 5px 0 0;
        display: block;
        float: left;
    }

        div#field_menu li:hover > ul {
            left: -2px;
        }

    div#field_menu a {
        position: relative;
        z-index: 10;
        height: 31px;
        display: block;
        float: left;
        line-height: 31px;
        text-decoration: none;
    }

        div#field_menu a:hover, div#field_menu a:hover span {
            color: #000000;
        }

        div#field_menu a:hover {
            color: rgb(0, 0, 0);
        }

div#field_menu span {
        display: block;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 95% 0;
        margin-top: 5px;
        color: #333;
    }

    div#field_menu ul ul a.parent span {
        background-position: 95% 8px;
        background-image: url('../_images/item-pointer.gif');
    }

    div#field_menu ul ul a.parent:hover span {
        background-image: url('../_images/item-pointer-mover.gif');
    }

    /* menu::level1 */
    div#field_menu a {
        padding: 0 10px 0 10px;
        line-height: 30px;
        color: #333333;
    }

    div#field_menu ul a:hover span {
        color: #333;
    }

    div#field_menu ul ul span {
        color: rgb(169,169,169);
    }

    div#field_menu ul ul a:hover span {
        color: rgb(218,219,222);
    }

    div#field_menu li {
        background: url(../../_images/main-delimiter.png) 98% 4px no-repeat;
        top: 0px;
        left: 10px;
    }

        div#field_menu li.last {
            background: none;
        }

    /* menu::level2 */
    div#field_menu ul ul li {
        background: none;
    }

    div#field_menu ul ul {
        position: absolute;
        top: 28px;
        left: -999em;
        width: 163px;
        padding: 0 0 0 0;
        background: #e5dfcc;
        margin-top: 1px;
    }

        div#field_menu ul ul a {
            padding: 0 0 0 15px;
            height: auto;
            float: none;
            display: block;
            line-height: 24px;
            color: #696969;
        }

        div#field_menu ul ul span {
            margin-top: 0;
            padding-right: 15px;
            _padding-right: 20px;
            color: #696969;
        }

        div#field_menu ul ul a:hover span {
            color: gray;
        }

        div#field_menu ul ul li.last {
            background: none;
        }

        div#field_menu ul ul li {
            width: 100%;
        }

        /* menu::level3 */
        div#field_menu ul ul ul {
            padding: 0;
            margin: -38px 0 0 163px !important;
            margin-left: 172px;
        }

        /* colors */
        div#field_menu ul ul ul {
            background: rgb(41,41,41);
        }

            div#field_menu ul ul ul ul {
                background: rgb(38,38,38);
            }

            div#field_menu ul ul ul ul {
                background: rgb(35,35,35);
            }

/* lava lamp */


#field_menu ul p {
    border: gray thin solid;
    display: none;
    background: #CCC;
    width: 200px;
    color: #000;
    line-height: 12px;
    white-space: normal;
    text-align: center;
    z-index: 100;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/_images/main3-bg.png) repeat-x;
}

#field_menu ul li:hover div {
    display: none;
}

#field_menu ul li:hover p {
    display: block;
}
/*end field menu */

/*module headers */
div.modheader input {
    color: #808080;
    font-weight: bold;
}

div.modheaderhide:hover div.modheaderadmin {
    display: block;
}

div.modheaderhide {
    border-right: gray thin solid;
    border-top: gray thin solid;
    display: block;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    margin: 0;
    padding: 0;
    height: 3px;
}

div.modheaderadmin {
    margin: -30px 0px 0px 80px;
    border-right: gray thin solid;
    border-top: gray thin solid;
    display: none;
    background: #FFFFFF;
    left: 0;
    float: left;
    z-index: 100;
    border-left: gray thin solid;
    color: #000;
    border-bottom: gray thin solid;
    position: absolute;
    padding: 2px 5px;
}
/* unorganized */

.borderedLink {
    padding: 3px;
    font-weight: bold;
    border: medium solid #808080;
}



.acc_editmail span {
    padding: 10px;
}

.acc_editmail div {
    padding: 10px;
}

.acc_editmail {
    padding: 10px;
    font-size: .8em;
}
/*silverliner*/
.pitch {
    padding: 2px;
    width: 500px;
    color: #000099;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-size: 1.3em;
}

#topblock {
    width: 800px;
}

#skybig {
    padding-right: 25px;
    padding-left: 50px;
    z-index: 80;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 242px;
    background-color: #99ccff;
}

    #skybig li {
        margin-top: 30px;
        padding-left: 0px;
        font-size: 10px;
        float: left;
        margin-bottom: 10px;
        margin-left: 10px;
        line-height: 15px;
        list-style-type: none;
        position: relative;
    }

    #skybig a {
        border: medium none;
        padding-right: 0px;
        padding-left: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
        display: block;
        font-weight: bold;
        z-index: 50;
        background: url(../../_data/pgleason/cloud.gif) #99ccff center 50%;
        vertical-align: top;
        width: 170px;
        color: #2d2d2d;
        height: 100px;
        text-decoration: none;
    }

    #skybig div.blockdiv {
        border-right: gray thin solid;
        padding-right: 5px;
        border-top: gray thin solid;
        display: none;
        padding-left: 5px;
        font-weight: bold;
        font-size: 11px;
        z-index: 75;
        background: #ffffff;
        left: 0px;
        float: left;
        padding-bottom: 5px;
        border-left: gray thin solid;
        color: #000000;
        line-height: 12px;
        padding-top: 5px;
        border-bottom: gray thin solid;
        position: absolute;
        text-align: center;
    }

    #skybig p.blockdiv {
        font-weight: 700;
        font-size: 0.9em;
        border: gray thin solid;
        padding: 5px;
        display: none;
        font-weight: bold;
        font-size: 11px;
        z-index: 75;
        background: #ccc;
        left: 0em;
        top: 5em;
        float: left;
        width: 200px;
        color: #000000;
        line-height: 14px;
        position: absolute;
        text-align: center;
    }

    #skybig li:hover p.blockdiv {
        display: block;
    }

#city {
    margin: 0px 0px -3px 0px;
}

    #city img {
        padding: 0px;
        left: 0px;
        position: relative;
        top: 0px;
        z-index: 0;
    }

#collage a {
    padding: 0px;
}

#collage img {
    border: 0px;
    padding: 0px;
    left: 0px;
    position: relative;
}
/*other activities */
.frontporch {
    width: 800px;
    height: 820px;
}

#leftblock {
    width: 667px;
    height: 773px;
}

#skyblock {
    padding-right: 25px;
    padding-left: 50px;
    z-index: 80;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 342px;
    background-color: #99ccff;
}

    #skyblock li {
        margin-top: 30px;
        padding-left: 0px;
        font-size: 10px;
        float: left;
        margin-bottom: 30px;
        margin-left: 40px;
        line-height: 20px;
        list-style-type: none;
        position: relative;
    }

    #skyblock a {
        border: medium none;
        padding-right: 0px;
        padding-left: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
        display: block;
        font-weight: bold;
        z-index: 50;
        background: url(../_data/pgleason/cloud.gif) #99ccff center 50%;
        vertical-align: top;
        width: 190px;
        color: #2d2d2d;
        height: 100px;
        text-decoration: none;
    }

    #skyblock div.blockdiv {
        border-right: gray thin solid;
        padding-right: 5px;
        border-top: gray thin solid;
        display: none;
        padding-left: 5px;
        font-weight: bold;
        font-size: 11px;
        z-index: 75;
        background: #ffffff;
        left: 0px;
        float: left;
        padding-bottom: 5px;
        border-left: gray thin solid;
        color: #000000;
        line-height: 12px;
        padding-top: 5px;
        border-bottom: gray thin solid;
        position: absolute;
        text-align: center;
    }

    #skyblock p.blockdiv {
        font-weight: 700;
        font-size: 0.9em;
        border: gray thin solid;
        padding: 5px;
        display: none;
        font-weight: bold;
        font-size: 11px;
        z-index: 75;
        background: #ccc;
        left: 0em;
        top: 5em;
        float: left;
        width: 200px;
        color: #000000;
        line-height: 12px;
        position: absolute;
        text-align: center;
    }

    #skyblock li:hover p.blockdiv {
        display: block;
    }

#grassblock {
    margin: 0px;
    color: #ffffff;
    background-color: #003300;
}

    #grassblock p {
        color: #33cc99;
    }

        #grassblock p a {
            color: #00ff00;
        }

#buildings {
    left: 0px;
    position: relative;
    top: 0px;
    height: 108px;
}

#bricks {
    left: 667px;
    position: relative;
    top: -773px;
}
.weblog {
    display: block;
}

.webloguserimage {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.weblogtitle {
    font-weight: bold;
    font-size: 14px;
    color: #A52A2A;
    font-style: italic;
    padding: 5px;
}
