
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    background: url('../layout/back.jpg') repeat-x top center #262626;
    color: #666;
    
    font: 0.8em Verdana, sans-serif;
    line-height: 1.8;
    text-align: justify;
}

div{ width: 100%;}

#margins{
    width: 760px;
    margin: 0 auto 0 auto;
}

img{ padding: 0; margin: 0; line-height: 0;}

/***************************************
 *              LAYOUT
 */
#top{ height: 290px; width: 100%; }

#top_top{
    top: 0px;
    height: 20px;
    background: url('../layout/top.png') no-repeat top left transparent;
    color: #666;
}

#top_left{
    float: left;
    height: 200px;
    width: 20px;
    background: url('../layout/top_left.png') no-repeat top left transparent;
}

#top_middle{
    float: left;
    height: 200px;
    width: 720px;
    background: url('../layout/top_middle.jpg') no-repeat top left transparent;
}

#top_right{
    float: left;
    height: 200px;
    width: 20px;
    background: url('../layout/top_right.png') no-repeat top left transparent;
}

#menu_left{
    float: left;
    width: 20px;
    height: 40px;
    background: url('../layout/menu_left.png') no-repeat top left transparent;
}

#menu_right{
    float: left;
    width: 20px;
    height: 40px;
    background: url('../layout/menu_right.png') no-repeat top left transparent;
}

#menu_middle{
    float: left;
    width: 720px;
    height: 40px;
}

#menu_middle div.menu_item {
    float: left;
    left: 1px;
    width: auto;
    height: 40px;
    line-height: 0;
    margin: 0;
    padding: 0;
}
#menu_middle div.menu_item a img{
    float: left;
    height: 40px;
    border: 0;
    line-height: 0;
    padding: 0;
    
}

#menu_under{
    float: left;
    height: 30px;
    background: url('../layout/menu_under.png') no-repeat top left transparent;
}

#bottom{
    float: left;
    background: url('../layout/bottom.png')  top left no-repeat transparent;
    height: 20px;
}

#copyright{
    background: transparent;
    color: #DDD;
}

#middle{
    float: left;
    background: url('../layout/body.png')  top left repeat-y transparent;
    height: auto;
}


/*************************************
 *          TEXT AREAS
 */

#content_left{
    float: left;
    width: 60%;
    height: auto;
}

#content_right{
    float: right;
    margin-top: 7px;
    margin-left: 0px;
    padding: 5px;
    width: 37%;
    border-left: 1px solid #DDDDDD;
    height: auto;
}
#bodyCover{
    position: absolute;
    top: 0px; left: 0px;
    padding: 0px; margin: 0px;
    width: 100% !important;
    height: 100% !important;
    background-color: #111111;
    /*background: url('../layout/back.jpg') repeat-x top center #262626;*/
    z-index: 999;
    overflow: hidden;
    visibility: hidden;
    
    
    opacity: 0.95;
        /*-moz-opacity: 0.95;*/
    
    
}

#bodyCover_close{
    position: relative;
    float: right;
    width: auto;
    height: 20px;
    /*border: solid 1px #F00;*/
    color: #FF4444;
}

div.bodyCover_leftMenu{
    position: relative;
    top: 20px;
    float: left;
    margin-left: 5px;
    height: 550px;
    width: 120px;
    border: solid 0px #DDD;
}

div.bodyCover_leftMenu div.cell{
    float: left;
    margin: 10px 10px 0px 10px;
    height: 100px;
    width: 100px;
    border: solid 1px #444;
}

#bodyCover_topSpacer, #bodyCover_photo, #bodyCover_bottomMenu {
    float: left;
    margin-left: 40px;
    width: 640px;
    height: 20px;
    border: solid 0px #0FF;
}

#bodyCover_photo{
    height: 480px;
    border: solid 0px #DDD;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
    background-color: transparent;
}

#bodyCover_bottomMenu{
    height: 50px;
    border: solid 0px #DDD;
}

img.clickable{
    cursor: pointer;
    border: solid 0px;
}/*************************************
 *          TEXT STYLING
 */


/*Good for single page layouts with thick margin*/
div.innerMargin{
    width: 650px;
    margin: auto;
}

#middle p{
    margin: 0px 30px 0px 30px;
    /*text-indent: 1cm;*/
}

#middle p.first:first-letter {
    line-height: normal;
    font-weight: bold;
    font-size: 1.8em;
    vertical-align: text-top;
    color: #A4ABAD;
}

#middle p.none{
    text-indent: 0px;
    margin: 0px 30px 0px 30px;
    padding: 0px;
}

#middle p.noMargin{
    text-indent: 0px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

a.link{
    cursor: pointer;
    color: #AA4444;
    text-decoration: none;
}

a.link img{
    border: none;
}

span.center{
    display: block;
    text-align: center;
}

.comment{
    text-align: justify;
    font-size: 0.80em;
}

.subscript{
    text-align: justify;
    font-size: 0.7em;
}

.tiny{    
    font-size: 0.7em;
    letter-spacing: 3px;
}

.underline{
    text-decoration: underline;
}

.large{
    font-size: 1.0em;
}

.bold{
    font-weight: bold;
}

.smallcaps{
    font-variant: small-caps;
}

.strong{
    font-weight: bold;
}

.center{
    text-align: center;
}

.red{
    color: #DD0000;
}

div.hr{
  background: url('../layout/hr2.png') no-repeat transparent;
  color: #FFF;
  border: 0;
  height: 10px;
  width: 200px;
  margin: 0px;
}

br.clear{
    clear: both;
    line-height: 0;
}/*************************************
 *          PHOTO BOX
 */
table.photobox{
    padding: 0px;
    margin: 0;
}

table.photobox td{
    /*otherwise padding*/
    line-height: 0px;
}

td.photobox_top_left{
    background: url('../layout/photobox/top_left.png') no-repeat bottom right;
    width: 15px;
    height: 15px;
}

td.photobox_top_middle{
    background: url('../layout/photobox/top_middle.png') repeat-x bottom center;
    height: 15px;
    width: auto;
}

td.photobox_top_right{
    background: url('../layout/photobox/top_right.png') no-repeat bottom left;
    height: 15px;
    width: 15px;
}
    
td.photobox_left_middle{
    background: url('../layout/photobox/left_middle.png') repeat-y top right;
    height: auto;
    width: 15px;
}

td.photobox_photo{
    padding: 5px;
    margin: 0;
    background: #FFF;
    color: #000;
}
    
td.photobox_right_middle{
    background: url('../layout/photobox/right_middle.png') repeat-y top left;
    height: auto;
    width: 15px;
}

td.photobox_bottom_left{
    background: url('../layout/photobox/bottom_left.png') no-repeat top right;
    width: 15px;
    height: 15px;
}

td.photobox_bottom_middle{
    background: url('../layout/photobox/bottom_middle.png') repeat-x top center;
    height: 15px;
    width: auto;
}

td.photobox_bottom_right{
    background: url('../layout/photobox/bottom_right.png') no-repeat top left;
    height: 15px;
    width: 15px;
}

/************************************
 *          PHOTO BOX CONTENT
 */
table.photobox p{
    /*margin: 0px 30px 0px 30px;*/
    margin: 0;
    text-indent: 1cm;
}

td p.first:first-letter {
    line-height: 1;
    font-weight: bold;
    font-size: 1.8em;
    text-indent: 1cm;
    vertical-align: text-top;
    color: #A4ABAD;
}

table.photobox p.none{
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}/*************************************
 *          SHOW STYLING
 */

ul.shows{
    list-style: none;
    font-size: x-small;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}
