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

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

#wrap { height: 100%; width: 700px; position: relative;  margin: 0 auto; }

#header { text-align: center; margin-top: 100px; margin-bottom: 120px;}

#content { margin-top: 26px;}

#content h1 { margin-bottom: 10px; padding-left: 2px;}
#content p.line { 
    margin: 0; padding-top: 2px; padding-left: 2px;
    font-size: 16px; font-weight: bold; text-transform: uppercase; 
    height: 15px; overflow: hidden;
    vertical-align: baseline;
}
#content p a { display: block; }
#content ul { margin:0; list-style: none; }
p.black { background-color: #000; color: #fff; }
p.black a { color: #fff !important; }

#content a { color: #000; text-decoration: none; }
#content p img { display: block; }

.current, .upcoming, .past {
    margin-bottom: 60px;
}

#content ul li { margin-bottom: 15px; }

#footer { height: 100px; }

.module { margin: 10px 0; }
.menu-link { 
    font-weight: bold;
    text-decoration: underline !important; 
}
.exhibit-menu a:hover, .exhibit-menu a.hover { text-decoration: none !important; }
.images ul li { float: left; margin-right: 10px;}

.exhibit-menu { margin: 10px 0;}

.module a { color: #555 !important; text-decoration: underline !important; }

/* 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: #FFFFFF;
  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: #555 !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: #000;    
}
#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; }
