/* 
    Document   : css
    Created on : 16-May-2008, 11:20:45
    Author     : Alex
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
    background-color: #eeeeee;
    margin-top: 0;
    text-indent: 2px;
    line-height: 25px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: white;
    text-align: center;
}

/*
    Shadowy Bit
*/
#shadowybit {
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    background: transparent url('images/shadow.png');
}

/*
    Content frame is the BIG one encompassing in the middle
*/
#content {
    width: 730px;
    background: #CC6600 url('images/top.png') no-repeat top center;
    border-left-style: groove;
    border-left-width: 2px;
    border-right-width: 2px;
    border-right-style: groove;
    border-bottom-style: groove;
    border-bottom-width: 2px; 
    text-align: justify;
}

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

#content a:hover {
    color: #cccccc;
}

/*
    Top section is the bit at the top with the image
*/
#topsection {    
    padding: 10px;
    position: relative;
    text-align: right
}

#menuBit {
    text-align: right;
}

/*
    TEXT CHANGER BIT
*/
#textchanger {
    position: absolute;
    width: 30px;
    top: 10px;
    left: 10px;
    border: 1px solid orange;
    padding-left: 5px;
    padding-right: 8px;
}

#textchanger a {
    cursor: pointer;
}

/*
    midsection frame is the BIG one in the middle
*/
#midsection {
    padding: 10px;
    text-align: justify;
}

/*
    the sidebar is an invisible floating frame to the right top of midsextion
*/
div.sidebar { 
    width: 400px;
    padding: 10px;
    top: 0em;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    margin-left: -12px;
}

/*
    Images
*/
#osimage {
    background: url('images/operashorts.png') no-repeat;
    float: right;
    width: 200px;
    height: 166px;
}

#batmanimages {
    width: 200px;
    height: 450px;
    float: right;
}

#batmanimage1 {
    background: url('images/batman.png') no-repeat;
    width: 200px;
    height: 166px;
}

#batmanimage2 {
    background: url('images/batman2.png') no-repeat;
    width: 200px;
    height: 166px;
    margin-top: 50px;
    margin-right: -200px;
}

#middlebarimage {
    background: url('images/middlebar.png') no-repeat;
    float: right;
    width: 200px;
    height: 166px;
}

/*
    Footer is the bit at the bottom
*/
#footer {
    background-color: #FFCC66;
    padding: 3px;
    font-size: 12px;
    color: black;
    text-align: right;
}

/*
    Other
*/
.example {
    display: block;
    padding: 10px;
    background: #dd6611 url('images/topleft.png') no-repeat top left;
    margin-bottom: 10px;
    border: 1px solid #FF0C00;
}

.exampletext {
    padding-right: 220px;
}

/*
    VIDEOS
*/
.video {
    display: block;
    padding: 10px;
    background: #dd6611 url('images/topleft.png') no-repeat top left;
    margin-bottom: 10px;
    border: 1px solid #FF0C00;
    text-align: center;
    width: 445px;
    font-size: 10px;
    font-style: italic;
}

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

#photosmalls {
    height: 150px;
    background: #dd6611;
    overflow-X: auto;
    overflow-Y: hidden;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

#photosmalls a {
    vertical-align: middle;
    cursor: pointer;
}

/*
    THE FUN GAME DIVS
*/
#funGameSubMenu {
    position: relative;
    top: 0px;
    right: 0px;
    text-align: right;
}

.listBreak {
    font-weight: bold;
    margin-top: 10px;
}