body {
    background: #555;
    margin: 0;
    padding: 0;
    font: 15px arial, helvetica, sans-serif;
    text-align: center;
}

body, a, #generic_header a:hover { 
    color: #fff;
}

a.active, a:hover, a.loud {
    color: #97FB34;
}

#base {
    text-align: left;
    width: 954px;
    margin: 27px auto;
}

#header h1 {
    height: 47px;
    margin-left: 45px;
}

#header {
    border-bottom: 1px solid #fff;
    height: 73px;
    margin-bottom: 27px;
}

.home #header {
    border: none;
    margin-bottom: none;
    height: 45px;
    margin-top: 200px;
    text-align: center;
}

.home #header #logo {
    margin: 0 auto;
}

h1#generic_header {
    padding: 13px 0 0 63px;
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
    background: url('/static/img/head-back.png') 0 0 no-repeat;
}

#header h1#generic_header span {
    display: inline;
    font-size: 16px;
    letter-spacing: 1px;
}


#header h1 span {
    display: none;
}

a {
    text-decoration: none;
}

#header_search {
    float: right;
    font-size: 13px;
    margin-top: 38px;
}

#header_links {
    float: right;
    text-align: right;
    margin-top: 16px;
    height: 32px;
}

#header_links a {
    text-transform: uppercase;
    font-size: 14px;
}

#header_links img {
    vertical-align: middle;
}

a img {
    border: none;
}

.artist_capsule {
    clear: left;
    height: 73px;
}

.artist_capsule p {
    line-height: 45px;
    padding-left: 60px;
}

.work_thumbnail {
    background: #eee;
    width: 45px;
    height: 45px;
    display: block;
    float: left;
}

.clr {
    clear: both;
    height: 1px;
}

#content {
    padding-bottom: 16px;
}

#footer {
    clear: both;
    border-top: 1px solid #97FB34;
    padding-top: 32px;
    text-align: center;
    font-size: 13px;
}

#footer a {
    text-transform: uppercase;
    margin: 0 20px;
    letter-spacing: 1px;
}

.column {
    float: left;
    width: 220px;
    font-size: 13px;
}

#column_a {
    margin-left: 45px;
}

#work_preview {
    float: left;
    width: 210px;
    margin-left: 45px;
    height: 512px;
    overflow: auto;
}

#work_preview img {
    float: left;
    margin: 0 17px 17px 0;
    border: 1px solid #555;
}

#work_preview .active img {
/*    border-color: #ed1b24;*/
    border-color: #fff;
}

table#work_detail_wrap {
    float: right;
    margin: 0 0 35px 0;
    border: 0;
    padding: 0;
}

table#work_detail_wrap td {
    margin: 0;
    padding: 0 15px;
}

table#work_detail_wrap td#gallery_detail {
    padding: 0;
}

#work_detail {
    float: right;
    margin: 0 0 35px 0;
}

#work_display, #work_info, #static_display {
    padding-top: 1px;
}

#work_detail, #work_display, #static_display {
    text-align: right;
}

#static_display {
    margin-left: 25px;
}

.static_info {
    padding-left: 25px;
}

#work_info {
    padding-top: 12px;
    font-size: 12px;
    text-align: right;
}

#work_info img {
    margin-left: 6px;
}

#text_content {
    margin: 50px 47px;
}

.video {
    margin: 50px 0;
}

.video_title {
    margin-top: 5px;
    font-style: italic;
}

.press {
    margin: 20px 0;
}

#text_content h1 {
    font-size: 15px;
    text-transform: uppercase;
}

.show p, .show h3 {
    padding: 0;
    margin: 0;
}

.show h3 {
    font-size: 16px;
    font-style: italic;
    padding-top: 5px;
}

.show p {
    margin-top: 5px;
}

.show + .show {
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

#text_content h2 {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
}

#text_content h2 span {
    display: block;
    margin: 3px 0 0;
    font-weight: normal;
    font-style: normal;
}

.reception {
    margin: 3px 0 15px;
}

.show_description {
    font-size: 14px;
}

#show_detail {
    float: right;
    margin: 0 0 50px 50px;
}

.show_thumbnail {
    float: right;
}

.detail_image {
    margin: 70px auto 0;
    padding: 40px 40px 15px;
    background: #555;
    border: 3px solid #fff;
}

#detail_images {
    position: absolute;
    background: url('/static/img/background.png');
    width: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    text-align: center;
    display: none;
}

#work_info #detail_images img {
    margin: 0;
}

#detail_image_info {
    text-align: center;
    padding-top: 10px;
}

#detail_image_info div {
    padding-top: 10px;
    text-align: right;
}

#detail_image_info div a {
    text-decoration: underline;
    font-size: 11px;
}

#footer #define {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 180px;
}

#search-table .submit td {
    text-align: right;
}

#search-table th, #search-table td {
    padding: 5px 10px;
    margin: 0;
    border: 0;
}

#search-table th {
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
}

select.gallery {
    width: 200px;
    height: 60px;
    border: 1px solid #ccc;
    background: #fff;
}

#contact_info {
    margin-top: 30px;
    line-height: 1.5em;
}

#footer #contact_info a {
    text-transform: lowercase;
}

div#arrow_cells {
    text-align: right;
    margin-top: 10px;
}

#footer-nav {
    margin-top: 5px;
}
