/* /// Calendar /// */
@import url(/themes/lib/calendar.css);

/* /// Photos /// */
@import url(/themes/lib/photos.css);

* { margin: 0; padding: 0; }

body {
    background: #ffe5bf;
}

#wrapper {
    width: 750px;
    margin: 20px auto;
    font-family: Verdana, Helvetica, Sans-serif;
}

#header {
    background: url(img/upper_top.png) top left no-repeat;
    font-family: Arial, Helvetica, Sans-serif;
    margin-bottom: 10px;
}

    #header .inner {
        background: url(img/upper_bottom.png) bottom left no-repeat;
        padding: 8px 15px 10px 15px;
    }

    #header h1 {
        color: #b26b00;
        letter-spacing: -1px;
        font-size: 22px;
    }
    
    #header h2 {
        color: #FFF;
        font-weight: normal;
        font-size: 16px;
    }

#content {
    float: left;
    width: 521px;
    background: url(img/content_repeat.png) top left repeat-y;
}

    #content .inner {
        background: url(img/content_top.png) top left no-repeat;
        padding: 10px 20px;
    }
    
    #content .bottom {
        height: 12px;
        display: block;
        background: url(img/content_bottom.png) bottom left no-repeat;
    }

#sidebar {
    float: right;
    width: 222px;
    background: url(img/sidebar_repeat.png) top left repeat-y;
}

    #sidebar .inner {
        background: url(img/sidebar_top.png) top left no-repeat;
        padding: 10px 13px 10px 10px;
    }
    
    #sidebar .bottom {
        height: 12px;
        display: block;
        background: url(img/sidebar_bottom.png) bottom left no-repeat;
    }

/*** Content Specific Styles ***/

#content h2 {
    font: normal 20px Arial, Helvetica, Sans-serif;
    color: #333;
    padding: 5px 0;
}

#content hr {
    height: 0;
    border: none;
    border-bottom: 3px solid #CCC;
    border-top: 1px solid #999;
    margin-bottom: 10px;
}

#content p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 1.5em;
}

#content ul, #content ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

#content ul li, #content ol li {
    margin-bottom: 5px;
    font: normal 12px/22px Verdana, Helvetica, Sans-serif;
}

#content ul li span {
    color: #666;
}

#content a {
    color: #ff9900;
    padding: 1px;
}

#content a:hover {
    color: #FFF;
    background: #ff9900;
}

/*** Sidebar Specific Styles ***/

#sidebar .userIcon {
    display: block;
    margin: 0 auto 10px auto;
    border: 4px solid #d78100;
    width: 52px;
}

#sidebar .userIcon img {
    border: 1px solid #683e00;
}

#sidebar .userPhoto img {
    display: block;
    max-width: 190px;
    margin: 0 auto 10px auto;
    border: 2px solid #683e00;
    width: expression((document.body.clientWidth > 190)? "190px":"auto");
}

#sidebar .whois {
    margin-bottom: 15px;
    text-align: center;
}

#sidebar .whois div {
    margin-bottom: 3px;
}

#sidebar .name {
    font-weight: bold;
    font-size: 14px;
}

#sidebar .school {
    font-size: 12px;
    color: #b26b00;
}

#sidebar .location {
    font-size: 11px;
    color: #d58b1f;
}

#sidebar .email a {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    color: #b26b00;
}

#sidebar .since {
    margin-top: 10px;
    font-size: 12px;
}

#sidebar h3 {
    font: 16px Arial, Helvetica, Sans-serif;
    margin-bottom: 5px;
}

#sidebar hr {
    height: 0;
    border: none;
    border-bottom: 3px solid #ffe5bf;
    border-top: 1px solid #ff9900;
}

#sidebar ul.sectionList {
    list-style-type: none;
    margin: 5px 0 10px 0;
}

#sidebar ul.sectionList li {
    font: 11px Verdana, Helvetica, Sans-serif;
}

#sidebar ul.sectionList li a {
    padding: 5px;
    display: block;
    border-bottom: 1px solid #ffe5bf;
    color: #b26b00;
    min-height: 15px;
    height: auto;
}

/* for Internet Explorer */
/*\*/
* html #sidebar ul.sectionList li a {
height: 15px;
}
/**/

#sidebar ul.sectionList li a:hover {
    background: #ffe5bf;
    text-decoration: none;
}

/* css for the file download listing */

ul.fileModule {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    text-indent: 0!important;
}

ul.fileModule li {
    background: url(/img/fileBg.png) bottom left repeat-x;
    border-bottom: 1px solid #DDD;
    clear: both;
    height: 22px;
}

ul.fileModule li:before {
    content: "";
}

    ul.fileModule li.listHeader {
        font-size: 11px;
        font-weight: bold;
    }

        ul.fileModule li.listHeader span.icon {
            padding-bottom: 0;
        }

    ul.fileModule li span {
        display: block !important;
        float: left !important;
        position: relative !important;
        background: url(/img/fileBgSeparator.png) bottom left no-repeat;
        border-left: 1px solid #FFF;
        padding: 0 2% !important;
    }

    ul.fileModule li span.icon {
        width: 6%;
        text-align: center;
        padding-bottom: 4px;
    }

        ul.fileModule li span.icon img {
            padding: 0 !important;
            border: none !important;
            margin: 0 !important;
        }

    ul.fileModule li span.name {
        width: 35%;
        padding-left: 2%;
    }

    ul.fileModule li span.size {
        width: 14%;
        text-align: center;
    }

    ul.fileModule li span.created {
        width: 20%;
    }

        ul.fileModule li span.created div {
            float: left;
            display: block;
        }

        /* mailing lists */

        #wrapper #content ul.maillists {
            list-style-type: none;
        }

            #wrapper #content ul.maillists li {
                margin-bottom: 10px;
            }

            #wrapper #content ul.maillists li input {
                float: left;
                margin-top: 3px;
            }

            #wrapper #content ul.maillists li h3,
            #wrapper #content ul.maillists li p {
                margin-left: 30px !important;
            }

            #wrapper #content ul.maillists li h3 span {
                color: #999;
                font-weight: normal;
            }    

            #wrapper #content ul.maillists.single li h3,
            #wrapper #content ul.maillists.single li p {
                margin-left: 0;
            }    

        form#maillistform label {
            font: normal 11px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
            color: #666;
            display: block;
            margin-bottom: 3px;
        }

        form#maillistform input#name,
        form#maillistform input#email {
            margin-bottom: 5px;
            width: 200px;
            border: 1px solid #999;
            background: url(/img/formOffBg.gif) top left repeat-x;
            padding: 3px;
        }


            form#maillistform input#name:focus,    
            form#maillistform input#email:focus {
                border: 1px solid #4388d6;
                background: url(/img/formOnBg.png) top left repeat-x;
            }

#content, #sidebar {
    margin-bottom: 20px;
}

/* /// Calendar Color Specifics /// */
dl.calendarList dd span.day { color: #ff9900; }

ul.photosets {
    width: 450px;
}
