@import "reset.css";
@import "typography.css";

/* Site */
html, body { height: 101% !important; }
body {
    position: relative; min-width: 800px;
}

/* Main Blocks */
#wrap {
    margin: 0px auto;
    padding-top: 40px;
    width: 800px;
}
#header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    height: 80px;
    z-index: 200;
}
#header h1 {
    font-weight: normal;
    font-size: ;
    margin-bottom: 14px;
}
#header.has-submenu h1 {
    margin-bottom: 14px;
}
#content {
    padding-top: 14px;
    padding-bottom: 40px;
}

/* Main Nav Menu */
#main-menu {
    margin-bottom: 14px;
    /*word-spacing: 14px;*/
}
#main-menu a {
    font-size: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: #000;
    padding-bottom: 2px;
    margin: 0 7px;
}
#main-menu a:hover,
#main-menu a.hover {
    border-bottom: solid 1px #000;
}
#main-menu a.active {
    border-bottom: dashed 1px #000;
}

/* Collections / Exhibitions */
.collection-index,
.exhibition-index {
    list-style: none;
    margin: 0; margin-top: -20px;
}
.collection-index li,
.exhibition-index li {
    border-bottom: dashed 1px #000;
    padding: 20px 0 20px 0;
}
.collection table,
.exhibition table {
    margin: 0; padding: 0;
    width: 100%;
}
.collection td,
.exhibition td {
    margin: 0; padding: 0;
}
.collection .info,
.exhibition .info {
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.collection .info p, .collection .info h3,
.exhibition .info p, .exhibition .info h3 {
    margin-bottom: 12px;
}
.collection-index .collection .info,
.exhibition-index .exhibition .info {
    width: 180px;
}
.collection .images,
.exhibition .images {
    width: 600px;
    word-spacing: 20px;
    text-align: right;
}
.collection td.images,
.exhibition td.images {
    vertical-align: middle;
}
.collection td.images,
.exhibition td.images {
    line-height: 0;
}
div.collection .top-bar,
div.exhibition .top-bar {
    border-bottom: dashed 1px #000;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
}

.submenu {
    position: relative;
    width: 35em;
    margin: 0 auto;
}
.submenu a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
 }
.submenu a:hover,
.submenu a.hover,
.submenu a.active {
    border-bottom: solid 1px #000;
}


.dates-menu {
    width: 28em;
    margin: 0 auto;
    overflow: hidden;
}
.dates-menu table {
    margin: 0 auto;
}
.dates-menu td { margin: 0; padding: 0 15px 2px 0; }
.dates-menu a { font-size: 14px; }

.submenu .scroller-controls a {
    display: block;
    position: absolute; top: 3px;
    padding: 0 5px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border:none;
}
.submenu .scroller-prev {
    left: 0;
}
.submenu .scroller-next {
    right: 0;
}

.tags-menu { width: auto !important; /*word-spacing: 20px;*/ }
.tags-menu a { margin: 0 10px; }

/* Imags */
td.image-info {
    padding-right: 20px;
    padding-left: 5px;
}
td .main-image {
    text-align: right;
    position: relative;
}

.image-controls {
    word-spacing: 8px;
    margin-bottom: 20px;
    font-size: 12px;
}
.image-controls a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 2px;
}
.image-count { word-spacing: normal !important; }

.thumbnails {
    width: 560px;
    height: 110px;
    overflow: hidden;
    margin-left: 20px;
}
.thumbnails table {
    width: auto;
    margin-left: auto;
    margin-right: 0;
}
.thumbnails td {
    padding-right: 20px;
}

.images .scroller-controls a {
    display: block;
    position: absolute; top: 0;
    height: 60px;
    padding: 0 5px;
    padding-top: 50px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}
.scroller-controls a:hover {
    color: #ccc;
}
.scroller-controls a.disabled {
    color: #000;
    cursor: default;
}
.images .scroller-controls .scroller-prev {
    left: 195px;
}
.images .scroller-controls .scroller-next {
    right: -5px;
}

/* Image Audio */
.audio-controls {
    margin-bottom: 20px;
    word-spacing: .6em;
}
.audio-controls a {}
#AudioPlayer {
    position: absolute;
    left: -9999px;
}

/* Image Video */
.video-controls {
    margin-bottom: 20px;
}
.video-pane {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.video-pane a.close {
    font-size: 22px; 
    font-weight:bold;
    display: block;
    text-align: right;
    display: block;
    margin-bottom: 6px;
    margin-top: -10px;
}

/* Files */
.file-list {
    margin: 0;
    margin-top: 20px; padding-top: 20px;
    border-top: dashed 1px #000;
}
.file-list li {
    margin-left: 20px;
}

/* Texts */
.text-index {
    margin: 0; margin-top: -20px;  list-style: none;
}
.text-index li {
    padding: 20px 0;
    border-bottom: dashed 1px #000;
    font-size: 1.1em
}
.text .top-bar {
    border-bottom: dashed 1px #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text .top-bar table { margin: 0; width: 100%;}
.text .top-bar td { margin: 0; padding: 0; }
.text .top-bar .info {
    font-size: 1.1em;
}
.text .info h3 { margin-bottom: 10px; }

.text { padding-top: 20px; }
.text .links {
    text-align: right;
}
.text .links a {
    color: #000;
}
.text .links a.pdflink {
    display: block;
    line-height: 10px;
}
.texts-nav{ margin-bottom: 10px; }
.texts-nav a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding-left: 10px;
}

.link-index { margin-top: -20px; }
.link-index .link {
    padding-right: 20px;
}
.link-index table { margin: 0; width: 100%;}
.link-index td {
    margin: 0;
    padding: 20px 0;
    border-bottom: dashed 1px #000;
}
.link-index .link a { color: #000; text-decoration: underline;}

/* Blog */
.blog-index {
    margin: 0;
    margin-right: 210px;
    list-style: none;
}
.blog-entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #000;
}
div.blog-entry {
    margin-right: 210px;
}
.blog-entry h2 {
    text-transform: uppercase;
}


.sidebar {
    float: right;
    text-align: right;
    width: 140px;
    margin-left: 20px;
}
.sidebar h3 { margin-bottom: 10px; }
.sidebar ul {
    list-style: none;
    margin: 0 0 20px 0;
}
.sidebar li a {
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}
.sidebar li a:hover,
.sidebar li a.hover,
.sidebar li a.active {
    text-decoration: underline;
}

img.fullscreen {
    position: absolute;
    top: 0; left; 0;
    z-index: -1;
    width: 100%;
}

.page .pdflink {
    color: #000;
    display: block;
    float: right;
}

/* Other Classes */
.date {
    letter-spacing: .2ex;
}

