/* 
    Document   : css
    Created on : 21-Jul-2008, 23:32:54
    Author     : Alex
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    text-align: center;
    margin: 0px;
    background: #888888;

}

#shadowybit {
    width: 750px;
    margin-left: auto;
    margin-right: auto;

}

/*
    TEXT CHANGER BIT
*/
#textchanger {
    position: absolute;
    width: 50px;
    top: 10px;
    left: 10px;
    background: #ffffff;
    border: 1px solid red;
    opacity: 0.8;
    padding: 0px;
}

/*
    THE CENTER COLUMN BIT
*/
#centercolumn {
    width: 720px;
    border-left: 2px solid red;
    border-right: 2px solid red;
    margin-top: 0px;
    text-indent: 2px;
    line-height: 25px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

/*
    THE HEADER BITS
*/
#header {
    height: 100px;
    position: relative;
    background: url('images/placeholdertitle.png');
}

/*
    MENU STUFF
*/
#menu {
    text-align: left;
    border-bottom: 2px solid red;
    padding-left: 20px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 5px;
    background: #eeeeee;
}

#menu a.menuitemselected {
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-top: 2px solid red;
    border-bottom: 2px solid white;
    background: #ffffff;
    margin-left: 0px;
    margin-right: -2px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu a.menuitemnotselected {
    border-left: 0px solid red;
    border-right: 0px solid red;
    border-top: 0px solid red;
    border-bottom: 2px solid red;
    margin-left: 0px;
    margin-right: -2px;
    margin-top: 10px;
    margin-bottom: 0px;    
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eeeeee;
}

a:link, a:visited, a:active {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a:hover {
    color: #555555;
}

/*
    SIDEBAR STUFF  
*/ 
#sidebar {
    position: absolute;
    width: 230px;
    right: 0px;
    top: 0px;
    padding: 10px;
    background: url('images/batman.png') #999999;
    color: white;
    border-left: 2px #888888 solid;
    overflow: auto;
    height: 100%;
}

/*
    MID SECTION BITS
*/
#midsection {
    position: relative;
    background: #ffffff;
    padding: 8px;
    padding-right: 260px;
}

/*
    FOOTER BITS
*/
#footer {
    position: relative;
    padding: 10px;
    text-indent: 2px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background: #ffffff;
    border-top: 2px solid #999999;
}

/*
    PHOTO ALBUM
*/
#photobig {
    height: 480px;
    margin-bottom: 10px;
    overflow: auto;
    background: url('photoalbum/photoalbumplaceholder.png') center;
}

#photosmalls {
    height: 150px;
    background: #eeeeee;
    overflow: scroll;
    vertical-align: middle;
}

#photosmalls a {
    vertical-align: middle;
}

/*
    GENERAL STUFF
*/
span.title {
    font-weight: bold;
    font-size: 16px;
}
