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

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

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

#header { 
    border-bottom: solid 1px #908E8F; 
    padding-top: 30px; padding-bottom: 6px;
}
#header h1 { float: left; margin: 0; padding: 0; margin-top: -6px;}
#header h1 img { display: block; }

#nav-menu { float: right; }
#nav-menu ul {margin:0; list-style: none; height: 13px;}
#nav-menu ul li {float: left; margin:  0 0 0 18px;}
#nav-menu li a { 
    display:block; text-decoration: none; text-transform: uppercase; 
    font-size: 14px; font-weight: bold;
}
#nav-menu li a img { display: block; }
#nav-menu .submenu {
    position: absolute; z-index: 100;
    top: 56px !important; left: 0 !important;
    display: none;
    background: url(/img/trans_fff.png);
    padding: 6px 0;
    height: auto;
    width: 800px;    
}
#nav-menu .submenu li { 
    float: none;
    margin: 0; margin-bottom: 4px;
}
#nav-menu .submenu a { font-size: 12px; }

#content { }

.page { margin-top: 6px; }

ul.collection-list { list-style: none; margin: 0;}
ul.collection-list li { float: left; margin-right: 48px; margin-bottom: 20px;}
ul.collection-list li a{ width: 250px; height: 174px; display: block; background: #eee;}

.sub-nav { margin-bottom: 30px;  }
.sub-nav h2 { margin: 0; float: left;}
.sub-nav a { 
    display: block;  margin-left: 18px;
    float: left; text-transform: uppercase;
    font-size: 12px; text-decoration: none; font-weight: bold;    
    cursor: pointer;
}

.top-bar { 
    border-bottom: solid 1px #908E8F; 
    margin-top: 10px; margin-bottom: 12px; padding-bottom: 12px;
    position: relative;
}
.top-bar img.floater { float: right; margin-left: 60px; margin-bottom: 10px;}
.top-bar .collection-text { }
.top-bar .images { width: 800px; overflow: hidden; }
.thumbnail-nav { margin: 0; }
.thumbnail-nav td { border: none; margin: 0; padding: 0; padding-right: 10px; }
.thumbnail-nav td a { display: block; }
.thumbnail-nav img { display: block; }
.top-bar .scroller-next,
.top-bar .scroller-prev {   
    display: none;
}

table.image { width: 800px; }
table.image td { border: none; vertical-align: top; padding: 0; margin: 0;}
.image-frame { text-align: left; }
#main-image { cursor: pointer; }
.image-info {
    position: relative;
    overflow: hidden;
    width: 140px;
    padding-left: 10px;
}
.image-caption { 
    text-align: right;
    padding-top: 10px;
}
.image-caption p { margin: 0; }
.image-next, .image-prev { display: none; }


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


/* 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:100;
  top: 0px;
  left: 0px;
  background-color: #eee;
  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: 102;
  color:#000000;
  display:none;
  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;  
  cursor: pointer;
}
#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: #aaa !important;
}
#fullscreenLoad{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  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 span { display: none; }
#fullscreenControls a {
    margin: 0px 1px;
    cursor: pointer;
    color: #666;
    text-transform: capitalize;
}
#fullscreenControls a:hover {
    color: #D90310;    
}
#fullscreenPrev, #fullscreenNext { 
}
#fullscreenPrev {
}
#fullscreenNext {
}
#fullscreenNext:hover { background: url('/img/rightarrow_over.png') no-repeat; }
#fullscreenPrev:hover { background: url('/img/leftarrow_over.png') no-repeat; }
