html {
    background-color: black;
}

body {
    width: 800px;
    background: white;
    color: #333;
    margin: auto;

    border-left: 3px solid white;
    border-right: 3px solid white;

    font-family: Georgia, serif;
}

a {
    color: #333;
}

a:visited {
    color: #660066;
}

a:hover {
    color: #990099; /*background*/
}

#nav {
    position: absolute;

    bottom: 0;
    left: 0;
    width: 100%;
}

#nav ul {
    margin: 0;
    padding: 0;

    float: right;
}

#nav li {
    list-style-type: none;
    float: left;
    text-align: center;
}

#nav li a {
    text-decoration: none;
    color: inherit;
    font-size: x-large;
    display: block;
    padding: 0.75em;
}

#nav li:hover {
}

#nav li:hover a {
    color: #990099; /*background*/
}

#header {
    position: relative;
    width: 100%;
    text-align: right;
    height: 260px;
    color: black;
}

#header_wrapper {
    background: #ffbfff /*header*/ url(/public/images/banner.png) no-repeat scroll;
    height: 100%;
    width: 100%;
}

#headshot {
    border: 0;
}

#footer {
    text-align: center;
    clear: both;
    font-size: small;
    font-family: Verdana, sans-serif;
}

#header h1 {
    text-align: right;
    font-family: Georgia, Times, serif;
    font-size: 72px;
    font-style: italic;
    font-weight: normal;

    margin: 0 10px;
}

#header a {
    text-decoration: none;
    color: black;
}

#header h2 {
    text-align: right;
    font-family: Georgia, Times, serif;
    font-weight: normal;

    font-size: xx-large;
    font-style: italic;
    margin: 0 10px;
    
    clear: right;
}

#header img {
    float: left;
    height: 250px;
}

#content {
    padding: 20px 10px;
}

#content h2 {
    text-align: right;
    font-style: italic;
    font-size: xx-large;

    border-bottom: 1px solid black;
    margin: 10px 1em 1em 0;
}

#content #front_page_img {
}

#pull_quote {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.main {
    min-height: 800px;
}

.main_2column {
    width: 66%;
    margin: 0 1%;
    float: left;
}

.main_1column {
    width: 100%;
    margin: 0;
}

.side_2column {
    float: right;
    width: 27%;
}

.side_1column {
    display: none;
}

.box {
    padding: 0.25em;
    font-size: small;
    margin-bottom: 2.5em;
}

.box h3 {
    margin: 0;
    font-family: Verdana, serif;
    font-size: small;
    font-style: italic;
}

/* PHOTOS */

.gallery, .photo {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    font-size: small;
    padding: 0;
}

.gallery {
    width: 33%;
    text-align: center;
}

.photo {
    width: 49%;
}

.imgholder {
    height: 200px;
    line-height: 200px;
}

.gallery a, .photo a {
    text-decoration: none;
    font-size: normal;
}

.gallery .photo_count {
    font-size: x-small;
    font-style: normal;
}

.gallery img, .photo img {
    max-width: 100%;
    border: 1px solid black;

    vertical-align: middle;
}

.photo .title, .gallery .title {
    bottom: 0;
    width: 100%;
    margin-top: 0;
    display: block;
    text-align: center;

    font-family: Verdana, sans-serif;
    font-style: italic;
    font-size: normal;
}

/* ENGAGEMENTS */

.engagement_list {
    margin-left: 2em;
}

.engagement_list h3 {
    font-size: x-large;
}

.engagement {
    margin-left: 2em;
}

.engagement h4 {
    margin-bottom: 0;
    font-style: italic;
    font-size: large;
    color: #990099;
}

.engagement p {
    margin-top: 0;
}

.engagement .venue {
    margin-left: 2em;
}

/*

table#engagements {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
}

#engagements .disclose { width: 4%; }
#engagements .role { width: 19%; }
#engagements .title { width: 29%; }
#engagements .company { width: 29%; }
#engagements .date_text { width: 19%; }

#engagements .disclose a {
    text-decoration: none;
    color: black;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
 }

tr.engagement td p {
    display: inline;
}

tr.engagement td {
    background-color: white;
    color: black;
}

tr.engagement.odd td, tr.performance_list.odd td {
    background-color: #ffbfff;
    color: black;
}

tr.clickable td:hover {
    border: 1px;
}

tr.engagement.expanded {
    border: 1px solid black;
    border-bottom: 0;
    padding: 2px;
}

tr.engagement.upcoming {
    font-weight: bold;
}

.role_type {
    font-size: x-large;
    text-align: left;
    padding-top: 1em;
    font-variant: small-caps;
    border-bottom: 2px double black;
}

tr.performance_list {
}

tr.performance_list td {
    padding-left: 1em;
}

tr.performance_list ul {
    list-style-type: none;
}
*/

/* PRESS */

.press {
    padding: 0.5em;
    margin: 1em 0.25em;
}

/*
.press p:first-letter {
    font-size: 350%;
    font-style: italic;
    float: left;
    vertical-align: bottom;
    padding: 0.1em;
}
*/

hr.review_separator {
    width: 75%;
    visibility: hidden;
}

.press h3 {
    margin: 0;
}

.press .press_source {
    text-align: right;
    font-size: small;
    font-family: Verdana, sans-serif;
}

a.thumb_link img {
    border: 0;
}

/* CONTACT */

.email_failure {
    color: red;
}

.email_success {
    text-align: center;
    font-style: italic;
}

.side_photo {
    text-align: left;
    font-size: x-small;

    width: 100%;
}

.side_photo a {
    text-decoration: none;
}

.performance_list h5 {
    margin: 1em;
    font-size: x-small;

    font-style: italic;
    font-weight: bold;
}

/* FRONT PAGE */

#front_headshot {
    float: right;
    width: 300px;
}

#front_headshot p {
    text-align: center;
}

#short_bio {
    float: left;
    width: 450px;
    text-align: justify;
    line-height: 1.25em;
}

#short_bio p {
    margin-top: 0;
}

#frontpage_main_left {
    margin: 10px;
}

#side_headshot {
    width: 100%;
}

/* BIO */

#bio {
    line-height: 1.25em;
}

/* PHOTOS */

h3#select_gallery {
    text-align: center;
    font-size: x-large;
    font-style: italic;
    font-family: Verdana, sans-serif;
    font-weight: normal;

    margin: 0;
    padding: 0;
}

#gallery_wrapper {
    width: 100%;
    text-align: center;
}

/* AUDIO */

#coming_soon {
    text-align: center;
    font-style: italic;
    text-decoration: none;

    margin-top: 50px;
}

#coming_soon h3 {
    font-size: 250%;
    border-bottom: 0;
    margin: 0;
    padding: 0;

    text-align: center;

    font-family: Times, serif;
}
