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

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

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

#header { padding-top: 20px; padding-bottom: 6px;}
#header h1 { margin: 0; padding: 0; margin-top: -8px;}
#header h1 img { display: block; margin: 0 auto;}

#nav-menu { margin-top: 12px; }
#nav-menu ul {
    margin: 0 auto; list-style: none;
    text-align: center;
}
#nav-menu li { float: left; position: relative; width: 130px; height: 50px; margin: 0; }
#nav-menu a {
    padding: 0; text-decoration: none; 
    font-size: 12px; 
    letter-spacing: 2px; text-transform: lowercase;
    color: #333; font-weight: normal;
    display: block; width: 130px; height: 50px;
}
#nav-menu a span {
    position: absolute; top: 54px; left: 0; width: 100%; display: block; 
}

#content { margin-top: 34px; }

.page { width: 500px; margin: 0 auto; }

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;}


.images { position: relative;}
.image-frame { text-align: center; width: 600px; height: 400px; margin: 0 auto; }
.image-frame img { cursor: pointer; }
.images .caption { text-align: center; width: 600px; margin: 0 auto; margin-top: 6px; color: #555;}
.image-next, .image-prev { 
    position: absolute; top: 200px; cursor: pointer; 
    width: 15px; height: 17px;
    text-indent: -2000px; 
}
.image-prev { left: 80px; background: url(../img/left.png) no-repeat; }
.image-next { right: 80px; background: url(../img/right.png) no-repeat; }
.image-prev:hover { background: url(../img/left_over.png) no-repeat !important; }
.image-next:hover { background: url(../img/right_over.png) no-repeat !important; }

.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 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; }
