body
{
    background-color: #000000;
    color: #e0e0e0;
}

#container
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left-width: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-color: #550000;
    border-style: solid;
    background-image: url("images/black_back.png");
}

a
{
    text-decoration: none;
    color: #e0e0e0;
}

a:hover
{
    color: #ffffff;
}

/*------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------*/

#header
{
    height: 100px;
}

#title
{
    width: 100%;
    height: 50px;
    background-color: #550000;
    background-image: url("images/red_back.png");
    color: #000000;
    padding-top: 10px;
    font-family: arial;
    font-weight: bold;
    font-size: 40px;
}

#title a
{
    color: #ffffff;
    text-decoration: none;
}

#subtitle
{
    width: 100%;
    height: 25px;
    background-color: #550000;
    background-image: url("images/red_back.png");
    background-position: 0 -60;
    color: #888888;
    padding-bottom: 10px;
    font-family: arial;
    font-size: 20px;
}

#photo
{
    float: right;
    padding: 10px 10px 10px 10px;
}

#page_title
{
    clear: left;
    padding: 5px;
    font-family: arial;
    font-weight: bold;
    font-size: 24px;
}

/*------------------------------------------------------------------------------
  Site Menu
------------------------------------------------------------------------------*/

#menu
{
    width: 100%;
    clear: none;
    font-size: 15px;
}

#menu ul
{
    margin: 0px;
    padding: 0px;
    border-width: 0px 0px 1px 0px;
    border-color: #888888;
    border-style: solid;
}

#menu li
{
    margin: 0px;
    padding: 5px;
    font-family: arial;
    font-weight: bold;
    color: #888888;
    list-style-type: none;
    text-decoration: none;
    float:left;
    border-width: 1px 0px 0px 0px;
    border-color: #888888;
    border-style: solid;
}

#menu li a
{
    color: #888888;
    text-decoration: none;
}

#menu li a:hover
{
    color: #ffffff;
}

#menu li.current
{
    border-width: 0px 1px 1px 1px;
    border-color: #888888;
    border-style: solid;
    border-top: 1px #000000;
    background-color: #550000;
    color: #ffffff;
}

/*------------------------------------------------------------------------------
  Page Content
------------------------------------------------------------------------------*/

#content
{
    clear: both;
    padding: 5px;
    width: auto;
    background-position: 0 -120;
}

#content_inner
{
    font-family: arial;
}

#prop
{
    height: 600px;
    float: right;
    width: 1px;
}

#prop_clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*------------------------------------------------------------------------------
  Front page
------------------------------------------------------------------------------*/

#front_image
{
    width: 100%;
    text-align: center;
}

/*------------------------------------------------------------------------------
  Biography
------------------------------------------------------------------------------*/

.biog_para
{
    margin-top: 10px;
}

/*.biog_section_header
{
    margin-top: 10px;
    background-color: #550000;
    color: #888888;
    font-weight: bold;
    font-size: 15;
    border-width: 5px 0px;
    border-color: #000000;
    border-style: solid;
}*/

/*.biog_role
{
    margin-top: 5px;
    border-width: 0px 0px 1px 0px;
    border-color: #888888;
    border-style: solid;
}*/

/*------------------------------------------------------------------------------
  Recent Work
------------------------------------------------------------------------------*/

#recent_work_table td
{
    font-family: arial;
    /*font-weight: bold;*/
    font-size: 14;
}

#recent_work_table td.role_header
{
    vertical-align: top;
    border-width: 1px 1px 0px 0px;
    border-color: #888888;
    border-style: solid;
}

#recent_work_table td.oddrow
{
    background-color: #550000;
}

#recent_work_table td.section_header
{
    background-color: #550000;
    color: #888888;
    font-weight: bold;
    font-size: 15;
    border-width: 5px 0px;
    border-color: #000000;
    border-style: solid;
}

/*------------------------------------------------------------------------------
  Press
------------------------------------------------------------------------------*/

.press_para
{
    //text-align: center;
    margin: 0 0 10 0;
    width: 80%;
}

.press_show, .press_pub
{
    font-style: italic;
    text-align: right;
}

/*------------------------------------------------------------------------------
  Gallery Menu
------------------------------------------------------------------------------*/

.gallery_link
{
    position: relative;
    border-top: 1px solid #888888;
    margin: 5px;
    padding: 5px 0px 0px 0px;
}

.gallery_link.full
{
    clear: left;
    width: 100%;
}

.gallery_link.full + .gallery_link.half
{
    clear: left;
    width: 48%;
}

.gallery_link.half
{
    float: left;
    width: 48%;
}

.gallery_link a img
{
    border: 0px;
}

.gallery_thumb
{
    float: left;
    left: 10px;
    margin: 5px;
}

.gallery_thumb .image
{

}

.gallery_thumb .image_soon
{
    border: 1px solid #888888;
    width: 160px;
    height: 120px;
    font-size: 12px;
    text-align: center;
}

.gallery_thumb .caption
{
    clear:left;
    text-align: center;
}

.gallery_title
{
    font-size: 18px;
    font-weight: bold;
}

.gallery_detail
{
    font-size: 15px;
}

/*------------------------------------------------------------------------------
  Slideshow
------------------------------------------------------------------------------*/

#slideshow_container
{
    margin: 0 auto 0 auto;
    position: relative;
    width: 640px;
    border: 2px solid #550000;
    padding: 5px;
    background-color: #000000;
}

#slideshow_header
{
    text-align: center;
    background-color: #000000;
    padding: 5px;
    height: 1.2em;
}

#slideshow_parent
{
    margin: 0 auto 0 auto;
    position: relative;
    width: 640px;
}

#slideshow
{
    width: 640px;
    height: 480px;
}

.slide
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#slideshow_footer
{
    font-size: 12px;
    background-color: #000000;
    padding: 5px;
    height: 1.2em;
}

#image_index
{
    float: right;
}

#image_copyright
{
    float: left;
}

/*------------------------------------------------------------------------------
  CV
------------------------------------------------------------------------------*/

#cv_table td
{
    font-family: arial;
    /*font-weight: bold;*/
    font-size: 14;
}

#cv_table td.year_header
{
    vertical-align: top;
    border-width: 1px 1px 0px 0px;
    border-color: #888888;
    border-style: solid;
}

#cv_table td.role_header
{
    vertical-align: top;
    border-width: 1px 1px 0px 0px;
    border-color: #888888;
    border-style: solid;
}

#cv_table td.section_header
{
    background-color: #550000;
    color: #888888;
    font-weight: bold;
    font-size: 15;
    border-width: 5px 0px;
    border-color: #000000;
    border-style: solid;
}

#cv_table td.sub_section_header
{
    color: #888888;
    font-weight: bold;
    font-size: 15;
}

/*------------------------------------------------------------------------------
  Contact
------------------------------------------------------------------------------*/

#contact_address
{
    margin-bottom: 10px;
}

#contact_address a:link
{
    color: #e0e0e0;
}

#contact_address a:active
{
    color: #e0e0e0;
}

#contact_address a:visited
{
    color: #e0e0e0;
}

#contact_address a:hover
{
    color: #ffffff;
}
