@import url('/volume/styles/volume.css');
body {
    background-color: #999;
    color: #000;
    font-family: calibri, verdana, georgia, arial;
    background-image: url('/volume/images/graphics/bg.gif');
    background-repeat: repeat-x;
}
a
    {
        color: #1D61AB;
        text-decoration: none;
        font-weight: bold;
    }
.tiny
    {
        font-size: 8pt;
    }

.main
    {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    
body #header
    {
        height: 135px;
        background-image: url('/volume/images/graphics/bar.png');
        background-repeat: repeat-x;
        padding-bottom: 55px;
    }
body.bright #header
    {
        background-image: url('/volume/images/graphics/bar_bright.png');
    }
#header .main
    {
        height: 200px;
    }
#header .main #logo
    {
        position: absolute;
        top: -2px;
        left: -70px;
        z-index: 1000;
    }
#header .main #top_menu
    {
        position: absolute;
        top: 28px;
        left: 320px;
        z-index: 2;
        margin: 0px;
        padding: 0px;
    }
#header .main #top_menu li
    {
        list-style-type: none;
        margin: 0px 3px 0px 0px;
        padding: 0px;
        float: left;
    }
#header .main #top_menu li a
    {
        display: block;
        width: 77px;
        height: 90px;
        outline: none;
    }
#header .main #top_menu li a span
    {
        display: none;
    }
#header .main #top_menu li#about_button a { background-image: url('/volume/images/graphics/about_button.png'); }
#header .main #top_menu li#about_button a:hover,
#header .main #top_menu li#about_button.me a { background-image: url('/volume/images/graphics/about_button-h.png'); }
#header .main #top_menu li#services_button a { background-image: url('/volume/images/graphics/services_button.png'); }
#header .main #top_menu li#services_button a:hover,
#header .main #top_menu li#services_button.me a { background-image: url('/volume/images/graphics/services_button-h.png'); }
#header .main #top_menu li#media_button a { background-image: url('/volume/images/graphics/media_button.png'); }
#header .main #top_menu li#media_button a:hover,
#header .main #top_menu li#media_button.me a { background-image: url('/volume/images/graphics/media_button-h.png'); }
#header .main #top_menu li#contact_button a { background-image: url('/volume/images/graphics/contact_button.png'); }
#header .main #top_menu li#contact_button a:hover,
#header .main #top_menu li#contact_button.me a { background-image: url('/volume/images/graphics/contact_button-h.png'); }

#header .flex
    {
        position: absolute;
        top: 5px;
        right: 0px;
        color: white;
        font-size: 11pt;
        width: 300px;
        height: 30px;
    }
#header .main .quote .tiny
    {
        text-align: right;
        margin-right: 20px;
    }

#header #partylike
    {
        position: absolute;
        top: 141px;
        right: 0px;
    }
#header #partylike a
    {
        outline: none;
    }                
    
    
    
    
#mainbar
    {
        overflow: hidden;
    }
.content_holder
    {
        /*height: 400px;*/
        position: relative;
        background-image: url('/volume/images/graphics/bg/main_chex.png');
        background-repeat: repeat-y;
        width: 1008px;
        margin-left: auto;
        margin-right: auto;
    }
#tb.content_holder
    {
        height: 1px;
        background-image: url('/volume/images/graphics/bg/main_tb.png');
    }
#bb.content_holder
    {
        height: 1px;
        background-image: url('/volume/images/graphics/bg/main_bb.png');
    }
#content a
    {
        color: #6FA5DF;
    }
#content
    {
        margin-left: 75px;
        padding: 10px 10px 40px 10px;
        width: 841px;
        background-image: url('/volume/images/graphics/bg/scratches.png');
        background-repeat: no-repeat;
        background-position: bottom center;
    }
body.clean #content
    {
        padding: 0px 0px 0px 10px;
        width: 851px;
    }
    
#content .media
    {
        width: 519px;
        height: 276px;
    }
#content #actual.media
    {
        position: absolute;
        top: 0px;
        right: 1px;
        z-index: 10;
        overflow: hidden;
        background-image: url('/volume/images/graphics/bg/media.png');
        background-repeat: repeat-y;
    }
#content #actual.media #screen
    {
        width: 446px;
        height: 100%;
        margin-left: 72px;
        position: relative;
    }
    
#content #actual.media #screen .flex
    {
        height: 100%;
    }

/* wraps text properly */
#content #block.media
    {
        float: right;
    }
body.clean #content #block.media
    {
        height: 276px;
    }
body.clean #content p,
body.clean #content ul
    {
        margin-top: 0px;
        padding-top: 10px;
    }
    
#content #clear
    { clear: both; }
    
#content #search_social
    {
        width: 415px;
        position: absolute;
        bottom: 5px;
        right: 0px;
    }
#content #search_social #social a
    {
        display: block;
        float: left;
        padding-left: 3px;
        outline: none;
    }
#content #search_social .search
    {
        float: left;
        border: 1px #222 solid;
        background-color: #333;
        color: #555;
        margin: 2px 10px 1px 0px;
        padding: 3px;
        font-size: 12pt;
    }
#content #search_social .search:hover,
#content #search_social .search:active
    {
        color: white;
    }
#content #search_results li
    {
        color: #ccc;
    }
#content #search_results li a
    {
        font-size: 15pt;
        font-variant: small-caps;
        color: white;
    }

#banner #title
    {
        font-size: 13pt;
        font-weight: bold;
        font-variant: small-caps;
        color: #fff;
    }
#banner #subtitle
    {
        font-weight: bold;
        font-variant: small-caps;
        color: #fff;
    }
#body
    {
        color: #fff;
    }
    
#body #menu #logoItem
    {
        display: block;
        padding-bottom: 6px;
    }
#body #menu #logoItem #text
    {
        display: none;
    }

/* lower picture-based menu */
body.menu #menu
    {
        clear: both;
        margin-top: 10px;
        margin-bottom: 40px;
    }
body.menu #menu ul
    {
        margin: 0px;
        padding: 0px;
    }
body.menu #menu ul li#me
    {
        display: none;
    }
body.menu #menu ul li
    {
        float: left;
        margin: 1px;
        padding: 3px;
        border: 1px #555 solid;
        background-color: #222;
    }
body.menu #menu li #pictureItem.S
    {
        display: block;
        width: 158px;
        height: 230px;
        overflow: hidden;
        position: relative;
    }
body.menu #menu li #pictureItem.S table
    {
        position: absolute;
        top: -4px;
        left: -5px;
    }
body.menu #menu li .simple
    {
        display: block;
        width: 158px;
        height: 230px;
        text-align: center;
        color: white;
        font-variant: small-caps;
    }
body.menu #nicknameIs.services #content #menu
    {
        /*height: 190px;*/
    }
body.menu #nicknameIs.services #content #menu li #pictureItem.S,
body.menu #nicknameIs.services #menu li .simple
    {
        height: 160px;
    }
body.menu #menu li #pictureItem #text
    {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        padding: 5px;
        width: 150px;
        text-align: center;
        color: white;
        font-variant: small-caps;
        background-color: #111;
        background-image: url('/volume/images/graphics/bg/chex.png');
        border-top: 1px #333 solid;
    }
body.menu  #menu li #pictureItem:hover #text
    {
        color: #4378b1;
    }
/* end lower picture-based menu */

#separator #readOn
    {
        float: left;
        width: 300px;
    }
#separator #filler
    {
        float: right;
        width: 500px;
    }
#separator #filler ul
    {
        margin: 0px;
        padding: 0px;
    }
#separator #filler ul li
    {
        float: right;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
#separator #readOn,
#separator #filler ul li a
    {
        display: block;
        padding: 5px;
        margin: 4px;
    }
#separator #filler ul li a
    {
        background-color: #111;
    }
#below.fold
    { display: none; clear: both; }
#here #me,
#here #me a
    {
        color: white;
    }

#controls #menu
    {
        position: absolute;
        bottom: -75px;
        left: -3px;
        height: 75px;
    }
#controls #menu ul
    {
        margin: 0px;
        padding: 0px;
    }
#controls #menu li
    {
        float: left;
    }
#controls #menu li a
    {
        display: block;
        font-size: 9pt;
        font-weight: normal;
        width: 80px;
        height: 30px;
        padding: 3px 5px 0px 5px;
        text-align: center;
        color: #ccc;
        background-image: url('/volume/images/graphics/controlbg.gif');
        background-repeat: no-repeat;
        outline: none;
    }
#controls #menu li a:hover,
#controls #menu li#me a
    {
        color: #fff;
        background-image: url('/volume/images/graphics/controlbg-h.gif');
        background-repeat: repeat-x;
    }


.main #spring
    {
        height: 500px;
    }    
.main #spring #pop
    {
        display: block;
        padding: 5px;
        position: absolute;
        top: 0px;
        right: 15px;
        background-color: white;
    }
.main #spring iframe
    {
        border: 0px;
        width: 100%;
        height: 100%;
    }
#nicknameIs.addons .main #spring iframe
    {
        background-color: white;
    }
    
    
#footer
    {
        position: relative;
        height: 25px;
        text-align: center;
        margin: 10px;
        padding-bottom: 15px;
    }



/* special features */
.choose
    {
        width: 300px;
        height: 280px;
        margin-bottom: 110px;
    }
#chooser
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 859px;
        height: 105px;
        overflow-x: auto;
        overflow-y: none;
        background-color: #333;
    }

#gallery_container.cooliris
    {
        width: 100%;
        height: 100%;
    }
#scrollup
    {
        position: absolute;
        top: 10px;
        right: 10px;
    }
#scrolldown
    {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
.quote
    {
        margin: 0px 0px 0px 15px;
        padding: 0px;
        font-size: 8pt;
    }
/* end special features */
