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

/* Site */
html, body { height: 100% !important; }
body { position: relative; min-width: 860px; background: url(../img/background.gif);}

#wrap { height: 100%;  position: relative;  margin: 0;}

#header {width: 180px; height: 100%; position: absolute; top: 0; left; 0;}
#header h1 { margin: 0; padding: 0; }
#header h1 img { display: block; }
#nav-menu { margin-left: 30px; margin-top: -5px; font-family: 'Trebuchet MS', sans-serif;}
#nav-menu ul {margin: 0; list-style: none; }
#nav-menu ul li {margin:  16px 0 16px 0;}
#nav-menu li a { display:block; text-decoration: none; text-transform: uppercase; font-weight: bold;}
#nav-menu li a { display: inline-block; }
#nav-menu ul li ul { margin-left: 4px; margin-bottom: 20px;}
#nav-menu ul li ul li { margin: 6px 0 6px 0; }
#nav-menu ul li ul li a { font-weight: normal; }

#content { padding-top: 30px; padding-left: 180px; padding-bottom: 40px; }

.collection {}
.collection-layout {
    width: 700px;
}

.image-frame { position: relative; float: left; margin-right: 12px; margin-left: 12px; margin-top: 60px; }
.image-frame a.wrapper { position: relative; display: block; height: 360px; }
.image-frame .main-wrap { cursor: pointer; }
.image-frame .thumbnails { margin-bottom: 40px;  /*height: 460px;*/ }
.image-frame img.main-img { display: block; }
img.img-guard {width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.thumbnails { margin: 10px;  width: 246px;}
.thumbnails a {display: block; float: left; margin: 2px 10px; }
.caption { padding: 10px; width: 250px;}
.description { padding-top: 60px; }

.thumbnail-series { clear: both; }
.thumbnail-series h2 {
    margin: 2px 10px; padding-top: 20px;
}

.videos { padding-left: 20px; }
.video { margin-bottom: 30px; }
.video h2 { margin-bottom: 5px; }
.video-caption { margin-top: 5px; }

.page {padding-left: 10px; width: 680px; padding-top: 40px;} 

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

.paypal table td {
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}
.paypal p { margin-bottom: 5px; }


.press ul {list-style: disc; }
.press li {  margin-bottom: 20px;}
.press .caption {padding-bottom: 0; }

/* 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: #222;
  filter:alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  height:100%;
  width:100%;
}
#fullscreenContainer {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 1px solid #888;
  text-align:left;
  top:50%;
  left:50%;
}
#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: #D90310 !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 { font-size: 16px !important; }
