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

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

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

#header {
    position: fixed;
    top: 0; left:0; z-index: 10;
    width: 190px; height: 100%;
    padding: 0 25px;
    background: #000;
    color: #fff;
}
#header h1 {
    position: relative;
    width: 119px; height: 119px;
    margin: 60px auto; 
    margin-bottom: 25px;
}
#header h1 a {
    display: block; color:#fff; text-decoration: none;
    width: 100%; height: 100%;
    background: url(../img/ado.gif);
    text-indent: -1000px;
    cursor: pointer;
}
#header h1 a:hover,
#header h1 a.hover {
    background: url(../img/ado_over.gif);
}

#content {
    min-height: 100%;
    margin-left: 240px; 
    padding-left: 60px;
    background: #fff;
}

#homepage-overlay {
    position: absolute;
    top:0; left:0; width: 100%; height: 100%;
    background: #000;
    z-index: 1;
}

/* Collection Menu */
#collection-menu { }
#collection-menu ul { margin:0 auto; width: 110px; list-style: none;}
#collection-menu li {
    margin:0; float: left;
}
#collection-menu a {
    display: block;
    width: 22px; height: 22px;
    text-indent: -1000px;
    background-image: url(../img/shapes.png);
    background-repeat: no-repeat;
}
#collection-menu a:hover,
#collection-menu a.hover {
    background-image: url(../img/shapes_over.png);
}
#collection-menu a.web {
    background-position: 0 0;
}
#collection-menu a.print {
    background-position:  0 -22px;
}
#collection-menu a.other {
    background-position: 0 -44px;
}
#collection-menu a.identity {
    background-position: 0 -66px;    
}

.collection-filters {
    width: 100px; margin: 0 auto;
    margin-top: 40px;
}
.collection-filters dl { margin: 0; }
.collection-filters dd { margin: 0; margin-left: -5px;}
.collection-filters a {
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
}
.collection-filters a.hover { color: yellow; }
.collection-filters dt {
    margin-bottom: 3px;
}
.collection-filters dt a:hover { color: yellow; }
.collection-filters dd a { 
    padding: 6px 0 0 24px; 
    height: 17px;
    margin-bottom: 0;
    background-image: url(../img/shapes.png);
    background-repeat: no-repeat;

}
.collection-filters dd a.hover {
    background-image: url(../img/shapes_over.png);
}
.collection-filters a.filter-web { background-position: 0 0; }
.collection-filters a.filter-print { background-position: 0 -22px; }
.collection-filters a.filter-other { background-position: 0 -44px; }
.collection-filters a.filter-identity { background-position: 0 -66px;}
.collection-filters a.filter-all { background-position: 0 -88px;}


/* Collections */
.collections {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 550px;
}
.collection-list {
    margin: 0;
    list-style: none;
}
.collection-list img {
    display: block;
    margin-bottom: 10px;
}
.collection { 
    position: relative;
    margin-bottom: 0px; padding-bottom: 60px; 
    border-top: #888 dashed 1px; 
}
.collection.border img,
a.border img { border: solid 1px #aaa; }
.collection .description { }

.collection-anchor { display: block; text-decoration: none; margin-top: -60px; margin-bottom: 60px;}

.images {
    width: 100%; 
}
.image-nav {
    margin: 0; 
    line-height: 2.5em;
    position: absolute;
    top: 8px; right: 0;
}
.image-nav a {
    margin-left: 20px;
}
.nav-arrows { margin-left: 10px;}
.nav-arrows a {padding: 10px 10px 10px 6px; margin-left: 5px; background: #fff;}
.image-nav a { 
    font-size: 12px;
    text-decoration: none; 
    cursor: pointer;
    color: #000;
}
.image-nav a:hover, .image-nav a.hover { font-weight: bold; }
.image-caption {
    margin-top: 4px;
    height: 4em;
    overflow: hidden;
}

.image-nav ::-moz-selection { background: #fff; }
.image-nav ::selection { background: #fff; }


/* Text Pages */
.pages {
    padding-top: 162px; padding-bottom:60px;
    width: 550px;
}
.pages-menu { margin:0; margin-bottom: 30px; list-style:none; }
.pages-menu li {
    display: block;
    float: left;
}
.pages-menu a {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    text-decoration: none; color: #000;
    padding-right: 14px;
    text-transform: uppercase;
    display: block;
}
.pages-menu a:hover,
.pages-menu a.hover {
    font-weight: bold;
}

.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:300;
  top: 0px;
  left: 0px;
  background-color: #000;
  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;
  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;
  border: solid 1px #aaa; 
}
#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;
  font-size: 16px;
  position: absolute;
  bottom: 0px; 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: #000;
    text-transform: capitalize;
    display: block;
    position: absolute;
    top: 2px;
    text-indent: -9999px;
    width: 7px; height: 11px;
}
#fullscreenControls span {
    display: block; margin-right: 32px;
}
#fullscreenControls a:hover {
    color: #aaa;    
}
#fullscreenPrev, #fullscreenNext { 
    font-size: 14px !important;
}
#fullscreenPrev {
    right: 14px;
    background: url('../img/leftarrow.png') no-repeat;
}
#fullscreenNext {
    right: 0;
    background: url('../img/rightarrow.png') no-repeat;
}
#fullscreenNext:hover { background: url('../img/rightarrow_over.png') no-repeat; }
#fullscreenPrev:hover { background: url('../img/leftarrow_over.png') no-repeat; }
