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

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

h2 em { display:block; font-size: 12px !important; color: #999;}

#wrap { position: absolute; top: 0; left: 0;  padding: 65px 20px 65px 90px; z-index: 1;}
#fade { position: absolute; top:0; left: 0; width: 100%; height: 100%; z-index: 0;}

#header { margin-bottom: 60px; width: 870px;}
#header h1 { 
    margin: 0; padding: 0; 
    margin-right: 95px;
    width: 170px; 
    float: left;  text-align: right;
    font-size: 12px; color: #fff;
}
#header h1 a { color: #fff; }

#nav-menu ul {margin:0; list-style: none; height: 13px;}
#nav-menu ul li {float: left; margin:  0 24px 0 0;}
#nav-menu li a { display:block; text-decoration: none; text-transform: capitalize; 
    font-size: 12px; font-weight: normal; color: #fff;
}
#nav-menu li a:hover { color: #999; } 
#nav-menu li a.highlight { color: #000; }
#nav-menu li a.highlight2 { color: #999; }

#content { width: 800px; padding-bottom: 70px;}

.side-bar{ float: left; width: 170px; text-align: right;}
.exhibitions .side-bar h2 { margin-bottom: 60px; line-height: 16px; }
.exhibition .side-bar h2 { margin-bottom: 60px; }
.side-bar a { color: #999; text-decoration: none;}
.side-bar a:hover, .side-bar a.hover { color: #000; } 
.sub-nav { font-size: 12px; list-style: none; margin: 0; font-weight: normal; margin-bottom: 20px; }
.sub-nav li { margin-bottom: 4px; }
.sub-nav a { color: #999; text-decoration: none; text-transform: lowercase;}
.sub-nav a:hover, .sub-nav a.hover { color: #000; }


.artists, .past .exhibitions, .text, .news-posts, .news-post { 
    margin-left: 265px;
}

.artists table {
    width: 600px;
}
.artists table td { width: 33.33%; padding: 0 5px 1.4em 0; border: none;}
.artists table a { font-weight: normal; font-size: 12px; text-decoration: none;}

.exhibitions a { color: #999; text-decoration: none; font-weight: normal; font-size: 12px; display: block;}
.exhibitions a:hover { color: #000;}
.exhibitions table td { border: none; margin:0; }
.exhibitions table td.right {width: 170px; text-align: right; padding-right: 95px; padding-bottom: 20px;}
.exhibitions ul { list-style: none; margin: 0; }
.exhibitions ul li { margin-bottom: 14px; }
.exhibitions .past ul li { margin-bottom: 2px; }

.past ul.years { float: left; width: 170px; margin: 0; margin-right: 0px; text-align: right; list-style: none;}
.past ul.years a {font-size: 12px; font-weight: normal; text-decoration: none; color: #999;}
.past ul.years a:hover, .past ul.years a.hover  { color: #000; }

.news-posts ul { margin: 0; list-style: none; }
.news-posts ul li { margin-bottom: 50px; }

ul.image-list {
    margin: 0; 
    list-style: none;
}
ul.image-list li { 
    float: left;
    margin: 0 16px 20px 0;
    width: 150px; height: 150px;
    text-align: center;
}

.subnav-controls a { display: block; font-size: 10px; cursor: pointer; }
.image-frame a { cursor: pointer; }
#image-caption, .image-caption,
#video-caption { margin-top: 20px; font-size: 10px; }

.pdf-link { 
    text-decoration: none; 
    padding-right: 22px; padding-top: 2px;
    background: url(../img/pdf-link.png) no-repeat top right;
}

li.back, a.back { margin-top: 30px; display: block;}
li.back a, a.back {font-size: 10px !important; font-weight: normal; }
a.back { margin-top: 2px; }

.text { font-weight: normal; }
.module { }

.paging .disabled { display: none; }
.paging { text-align: right; margin-top: 20px;}
.paging .next { padding-left: 10px; }
.paging .prev { padding-right: 10px; }


.editions .side-bar ul { margin: 0; list-style: none; }
.editions .side-bar h2 { margin-bottom: 8px;}
.editions .side-bar ul li {margin-bottom: 24px;}
.editions .side-bar ul ul li { margin-bottom: 8px; }



/* Image Popup */
#fullscreenContainer {
  font: 16px Arial, Helvetica, sans-serif;
  color: #000;
  min-width: 300px;
  position: relative;
}
#fullscreenContainer a:link {color: #000;}
#fullscreenContainer a:visited {color: #000;}
#fullscreenContainer a:hover {color: #000;}
#fullscreenContainer a:active {color: #000;}
#fullscreenContainer a:focus {color: #000;}
#overlay {
  position: fixed;
  z-index:300;
  top: 0px;
  left: 0px;
  background-color: #DEEDFB;
  filter:alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  height:100%;
  width:100%;
}
* html #overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
 }

#fullscreenContainer {
  position: fixed;
  background: #ffffff;
  z-index: 302;
  color:#000000;
  border: 1px solid #888;
  text-align:left;
  top:50%;
  left:50%;
}
* html #fullscreenContainer {
    position: absolute;
 }
#fullscreenContainer img#fullscreenImage {
  display:block;
  margin: 15px 0 0 15px;  
}
#fullscreenCaption{
  line-height: 1.2em;
  padding-right: 22px;
  padding-top: 10px;
  margin: 10px 52px 10px 14px;
  font-size: 11px !important;
}
#fullscreenCaption p {
    margin: .6em 0 !important;
}
#fullscreenImageData {
    position: relative;
    padding-bottom: 14px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
#fullscreenImageData a { text-decoration: none; }
#TB_secondLine {
  position: absolute;
  top: 0px; right: 14px;
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#000;
}
#TB_imageCount { display: none; }
#fullscreenCloseButton {
  height:25px;
  font-weight:bold;
  position: absolute;
  bottom: 5px; right: 16px;
}
#fullscreenCloseButton:hover {
    color: #99C4F0 !important;
}
#fullscreenLoad{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:303;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#fullscreenControls {
    color: #000;
    position: absolute;
    right: 12px; top: 0px;
    font-size: 11px !important;
}
#fullscreenControls a {
    margin: 0px 1px;
    cursor: pointer;
    color: #666;
    text-transform: capitalize;
}
#fullscreenControls a:hover {
    color: #D90310;    
}
#fullscreenPrev, #fullscreenNext { font-size: 14px !important; }

#fullscreenTools { font-size: 11px; margin-left: 10px; margin-top: 20px; }
#fullscreenTools a { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #888 !important;}
#fullscreenTools a:hover { color: #000 !important; }



.top-border, .right-border, .bottom-border, .left-border
{
    position: fixed; background: #99C4F0; 
    z-index: 500;
}
.top-border, .bottom-border { width: 100%; height: 6px; }
.right-border, .left-border { height: 100%; width: 6px; }
.top-border { top:0; left: 0; }
.bottom-border { bottom: 0; left: 0; }
.left-border { top: 0; left: 0; }
.right-border { top: 0; right: 0; }

.error { color: red; }

.login td, .login th { border: none !important; }
.login input { border: solid 1px #99c4f0; background: #fff;}
