/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    /* font-weight: normal; */
    font-weight: 400;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr, hr a {
    border: 0;
    height: 1px;
    background-color: #F3F4F4;
    color: #686969;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    /* line-height: 0; */
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */
.inline { display: inline; }
.hidden { display: none; }


/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Ultra-Wide */

.layout-w #alpha {
    width: 940px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}
.layout-wtt #beta {
    left: 190px;
    width: 190px;
}
.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}
.layout-twt #beta {
    left: -560px;
    width: 190px;
}
.layout-twt #gamma {
    width: 190px;
}


/* Thin-Wide-Thinner */

.layout-twtr #alpha {
    left: 210px; /* 190px; */
    width: 590px; /* 560px; */
}
.layout-twtr #beta {
    left: -590px; /* -560px; */
    width: 190px; /* 190px; */
}
.layout-twtr #gamma {
    width: 140px; /* 190px; */
}


/* Thinner-Wide-Thin */

.layout-trwt #alpha {
    left: 150px; /* 190px; */
    width: 600px; /* 560px; */
}
.layout-trwt #beta {
    left: -600px; /* -560px; */
    width: 130px; /* 190px; */
}
.layout-trwt #gamma {
    width: 190px; /* 190px; */
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}
.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}
.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}
.layout-mw #beta {
    left: -610px;
    width: 330px;
}


/* Wide-Medium */

.layout-wm #alpha {
    width: 640px; /* 610px; */
}
.layout-wm #beta {
    width: 300px; /* 330px */
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */

.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}
#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}
#comment-submit {
    font-weight: bold;
}
.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}
.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}
.comment-content {
    clear: none;
    margin-bottom: 1em;
}
.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    /* line-height: 1.2; */
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
}
}




/* Modified Universal Black Theme ========================================== */


/* Default ---------------------------------------------------------------- */


/* Global */

body {
    /* font: normal 13px helvetica, arial, sans-serif; */
    font-family: "proxima-nova-1", "proxima-nova-2", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}


/* Header */

#header-inner { position: relative; }


/* Content */

.asset-content { margin: 5px 0; }

.content-nav {
    margin: 30px 0 10px; /* 5px 0 10px; */
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    /* font-weight: bold; */
    font-weight: 700;
}

.search-results-header {
    margin-bottom: .25em;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #747575;
    background-color: #F3F4F4;
}

a {
    color: #747575;
    text-decoration: none !important;
    border-bottom: 1px solid #D9DBDB;
}

a:hover {
    /* text-decoration: underline !important; */
    border-bottom: 1px solid #747575;
}


/* Layout ----------------------------------------------------------------- */

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 20px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header-content {
    width: 842px; 
    margin: 30px 20px;
}

#header-name, #header-name a {
    color: #686969;
    border-bottom: none;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: -20px;
    padding-bottom: 0;
    text-transform: uppercase;
}

#header-name img {
    margin-top: 2px;
    margin-bottom: 4px; /* 5px */
    border-bottom: none;
}

#header-description {
    margin-bottom: 0;
    color: #777;
    font-size: 15px;  
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation ul {
    margin: 0;
    padding: 0 20px 0 20px;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    margin-bottom: 15px;
    line-height: 1.35;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 0 0 4px 0; /* 0 0 5px 0 */
    margin: 0 15px 0 15px;
    border-bottom: 5px solid #F3F4F4;
}

#main-navigation ul li a:hover {
    text-decoration: none !important;
    border-bottom: 5px solid #E6E8E8;
}

#main-navigation ul li.on a {
    color: #747575;
    border-bottom: 5px solid #C0C2C2;
}
#main-navigation ul li.dim a {
    color: #747575;
    border-bottom: 5px solid #E6E8E8 !important;
}

#main-navigation ul li.first a {
    margin-left: 0;
}


/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}
.widget-search h3 {
    display: none;
}
#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}
#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #777;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#header .widget-sign-in .widget-header {
    display: none;
}
#header .widget-sign-in .widget-content {
    background-color: #F3F4F4;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}
#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #777;
}


/* Content ---------------------------------------------------------------- */

#content {
    line-height: 1.35;
}

.asset-footer {
    font-size: 13px;
    padding-top: 15px;
}

.entry-asset .asset-name {
    font-size: 24px;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}

.entry-asset .byline {
    float: left;
}

.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}

.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}

.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}

.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive-list-item {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title, h1#page-title a {
    font-size: 20px;
    color: #686969;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -2px;
}

/*
h1#page-title.live_art-title, h1#page-title.live_art-title a {
    text-transform: none;
}
*/

.entry-asset .asset-footer {
    display: none;
}

.mt-entry-archive .entry-asset .asset-footer {
    display: block;
}

#homepage-image {
    width: 905px;
    height: 170px;
    background: url(homepage-image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#alpha .trackbacks {
    border-top: 1px dotted #ccc;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    /* font-weight: bold; */
    font-weight: 700;
}

h2.comments-header, h2.comments-header a,
h2.comments-open-header, h2.comments-open-header a,
h2.trackbacks-header, h2.trackbacks-header a {
    background: url(header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #686969;
    /* font-weight: bold; */
    font-weight: 700;
    border: none;
    padding: 0 6px 0 6px; /* 0 6px 0 20px; */
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

ul.recent-comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.recent-comments-list li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

dl.widget-list {
    padding: 0 8px;
}

dl.widget-list dt {
    font-size: 18px;
}

dl.widget-list dd {
    margin-bottom: 3px;
}

dl.widget-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
}

.comment-header .commenter-profile {
    display: none;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}
.contact-form label {
    display: block;
}
.contact-form input.text {
    font-size: 13px;
}
.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header, .widget-header a {
    font-size: 12px;
    /* font-weight: normal; */
    font-weight: 400;
    color: #686969;
    border-bottom: none;
    margin-bottom: 8px;
    padding: 0 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget-header a:hover {
    text-decoration: underline !important;
}

.widget-content {
    /* margin-top: 5px; */
    margin-bottom: 30px;
}

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}


/* Footer ----------------------------------------------------------------- */

#footer, #footer a { 
    color: #C0C2C2;
    font-size: 9px;
    letter-spacing: 1px;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin: 20px 15px 20px 20px;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */


/* Bodies of Work & Disciplines List */

ul.bowds {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bowds li {
    position: relative;
    padding: 0 0 25px 630px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
ul.bowds h2, ul.bowds h2 a {
    color: #686969;
    border-bottom: none;
    /* font-weight: bold; */
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -10px;
    letter-spacing: 1px;
}
ul.bowds h2 a:hover {
    text-decoration: underline !important;
}
ul.bowds img {
    position: absolute;
    top: 0;
    left: 0;
}
ul.bowds p,
ul.bowds blockquote,
ul.bowds ul,
ul.bowds ol {
    margin-bottom: 0.8em;
}
ul.bowds ul {
    list-style: disc;
}
ul.bowds ul ul,
ul.bowds ol ol {
    margin-bottom: 0;
}


/* Works List */

ul.works {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.works li {
    position: relative;
    padding: 0 0 25px 330px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
ul.works h2, ul.works h2 a {
    margin-bottom: 0;
    color: #686969;
    border-bottom: none;
    letter-spacing: 1px;
    /* font-weight: bold; */
    font-weight: 600;
    font-size: 16px;
    /* margin-bottom: -10px; */
}
ul.works h2 a:hover {
    text-decoration: underline !important;
}
ul.works h2.subsubcategory, ul.works h2.subsubcategory a { /* experiment */
    margin-bottom: 0;
    color: #686969;
    border-bottom: none;
    /* font-style: italic; */
    letter-spacing: 1px;
    /* font-weight: normal; */
    /* font-weight: bold; */
    font-weight: 600;
    font-size: 16px;
    /* margin-bottom: -10px; */
}
ul.works h2.subsubcategory a:hover { /* experiment */
    text-decoration: underline !important;
}
ul.works h3, ul.works h3 a {
    color: #8D8F8F;
    border-bottom: none;
    margin-bottom: 0em;
    /* font-weight: normal; */
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}
ul.works h3 a:hover {
    text-decoration: underline !important;
}
ul.works img {
    position: absolute;
    top: 0;
    left: 0;
}
ul.works p,
ul.works blockquote,
ul.works ul,
ul.works ol {
    margin-bottom: 0.8em;
}
ul.works ul {
    list-style: disc;
}
ul.works ul ul,
ul.works ol ol {
    margin-bottom: 0;
}


/* Featured Works List */

ul.featured-works {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
}
ul.featured-works li {
    position: relative;
    padding: 0 0 15px 0;
}
ul.featured-works img {
    margin-top: 3px;
    margin-bottom: 6px;
}
ul.featured-works p,
ul.featured-works blockquote,
ul.featured-works ul,
ul.featured-works ol {
    margin-bottom: 0.8em;
}
ul.featured-works ul {
    list-style: disc;
}
ul.featured-works ul ul,
ul.featured-works ol ol {
    margin-bottom: 0;
}


/* Jump Works List */

ul.jump-works {
    list-style: none;
    margin: 0 0 -20px 0;
    padding: 0;
}
ul.jump-works li {
    position: relative;
    padding: 0 0 10px 0;
}
ul.jump-works li a {
    border-bottom: none;
}
ul.jump-works li a:hover {
    text-decoration: underline !important;
}
ul.jump-works img {
    margin-top: 3px;
    margin-bottom: 6px;
}
ul.jump-works p,
ul.jump-works blockquote,
ul.jump-works ul,
ul.jump-works ol {
    margin-bottom: 0.8em;
}
ul.jump-works ul {
    list-style: disc;
}
ul.jump-works ul ul,
ul.jump-works ol ol {
    margin-bottom: 0;
}


/* Work Page */

img.work-image {
    display: block;
    margin-bottom: 8px;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

div#work-description {
    width: 500px;
}

h1.entry-title {
    width: 450px;
}

span.work-title {
    /* font-weight: bold; */
    font-weight: 600;
    margin-right: 6px;
}
span.work-image-title {
    /* font-weight: normal; */
    font-weight: 400;
    font-style: italic;
    margin-right: 8px;
    font-size: 12px;
}

div.work-image-text {
    width: 500px;
    margin-bottom: 20px;
    font-size: 11px;
}

ul.image-nav {
    width: 500px;
    text-align: right;
    margin: -29px 0 12px 0;
    padding: 0;
}

ul.image-nav li {
    list-style: none;
    display: inline;
}

ul.image-nav li.image-next-nav {
    margin-left: 4px;
    }

ul.image-nav li a {
    background-color: transparent;
    text-decoration: none;
    border-bottom: none;
}

ul.image-nav li a:hover {
    background-color: #E6E8E8;
    text-decoration: none;
    border-bottom: none;
}


/* Work Image Icons */

ul#image-icons {
    list-style: none;
    margin: 34px 0 0 0;
    padding: 0;
}
ul#image-icons li {
    position: relative;
    padding: 0 0 10px 0;
}
ul#image-icons li a {
    display: block;
    text-decoration: none;
    border-bottom: none;
}
ul#image-icons li a:hover {
    border-bottom: none;
}
ul#image-icons li a:hover img {
    border-right: 5px solid #E6E8E8;
}
ul#image-icons li.on a img {
    border-right: 5px solid #C0C2C2;
}
ul#image-icons li.dim a img {
    border-right: 5px solid #E6E8E8 !important;
}
ul#image-icons li.image-icon-on a img {
    border-right: 5px solid #C0C2C2;
}
ul#image-icons li.image-icon-dim a img {
    border-right: 5px solid #E6E8E8 !important;
}
ul#image-icons img {
    margin-top: 3px;
    margin-bottom: 6px;
    padding-right: 8px;
    border-right: 5px solid #F3F4F4;
    /* width: 75px; */
    /* height: 75px; */
}
ul#image-icons img.video-badge {
    display: block;
    margin-top: -3px;
    margin-bottom: -4px;
    padding-right: 0;
    border-right: none;
}


/* Work Zoom Icons */

ul.zoom-icons {
    list-style: none;
    margin: 0 0 0 0; /* 0 0 10px 0 */
    padding: 0;
}
ul.zoom-icons li {
    display: inline;
    padding: 0 10px 0 0;
}
ul.zoom-icons li a {
    text-decoration: none;
    border-bottom: none;
}
ul.zoom-icons li a:hover {
    border-bottom: none;
}
ul.zoom-icons li a:hover img {
    border-bottom: 5px solid #E6E8E8;
}
ul.zoom-icons li.on a img {
    border-bottom: 5px solid #C0C2C2;
}
ul.zoom-icons li.zoom-icon-on a img {
    border-bottom: 5px solid #C0C2C2;
}
ul.zoom-icons img {
    margin-top: 3px;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 5px solid #F3F4F4;
    /* width: 50px; */
    /* height: 50px; */
}


/* Subnav */

ul.subnav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.subnav li {
    position: relative;
    padding: 0 0 0 0;
}
ul.subnav li a {
    display: block;
    text-decoration: none !important;
    border-bottom: none;
}
ul.subnav li a h3 {
    padding-left: 5px;
    border-left: 5px solid #F3F4F4;
}
ul.subnav li a:hover h3 {
    border-left: 5px solid #E6E8E8;
}
ul.subnav li.on a h3 {
    border-left: 5px solid #C0C2C2;
}
ul.subnav li.dim a h3 {
    border-left: 5px solid #E6E8E8 !important;
}

.tg-subnav {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #747575;
    margin-bottom: 8px;
}


/* Discipline Links */

ul.disciplines {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.disciplines li, ul.disciplines li a {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #8D8F8F;
    border-bottom: none;
    /* font-weight: normal; */
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}
ul.disciplines li a:hover {
    text-decoration: underline !important;
}


/* General */

.tg-content {
    padding: 0;
    margin: 0 0 30px 0;
}
.tg-content h2 {
    color: #686969;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 2.5em;
    margin-bottom: 1.0em;
}
.tg-content > h2:first-child {
    margin-top: 1.0em;
}
.tg-content > p:first-child {
    margin-top: 1.0em;
}
.tg-content h3 {
    color: #686969;
    /* font-weight: normal; */
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}
.tg-content h4 {
    color: #686969;
    /* font-weight: normal; */
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
}
.tg-content .tg-header,
.tg-content .tg-header a {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #686969;
    /* font-weight: normal; */
    font-weight: 400;
    font-style: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* Contact Forms */

form span.label,
form span.spacer,
form span.multiple span {
    width: 120px;
    float: left;
}

form span.multiple {
    float: left;
}

form span.button {
    padding-left: 120px;
}

form div.clear {
    clear: both;
    padding-top: 5px;
}

#image-1-1, #image-1-2,
#image-2-0, #image-2-1, #image-2-2,
#image-3-0, #image-3-1, #image-3-2,
#image-4-0, #image-4-1, #image-4-2,
#image-5-0, #image-5-1, #image-5-2,
#image-6-0, #image-6-1, #image-6-2,
#image-7-0, #image-7-1, #image-7-2,
#image-8-0, #image-8-1, #image-8-2,
#image-9-0, #image-9-1, #image-9-2,
#image-10-0, #image-10-1, #image-10-2,
#image-11-0, #image-11-1, #image-11-2,
#image-12-0, #image-12-1, #image-12-2 {
    display: none;
}
