* {
  font-family: 'ars-maquette-web', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}

.wf-loading * {
  letter-spacing: 1px;
}

.wf-loading #introduction,
.wf-loading h4,
.wf-loading #sort p,
.wf-loading #navigation,
.wf-loading #footer p,
.wf-loading .writeup .content,
.wf-loading .writeup .particulars,
.wf-loading .asset-pair .caption,
.wf-loading .other-project h3,
.wf-loading .about .caption,
.wf-loading .tweet,
.wf-loading #contact-details h4,
.wf-loading #contact-details p,
.wf-loading #contact-details dl,
.wf-loading #contact-map .caption,
.wf-loading #contact-images .caption {
  visibility: hidden;
}

body {
  background: #edeae1;
}

/* Header */

#header-strip {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: url('../images/header-shadow.png') 0 100% repeat-x;
  overflow: hidden;
  pointer-events: none;
}

  #header-strip * {
    pointer-events: auto;
  }

  #header-strip-image {
    position: absolute;
    width: 100%;
    bottom: 36px;
    top: 0;
    overflow: hidden;
    background: #fff;
  }
  
    #header-strip-image img {
      position: absolute;
      top: 0;
      left: 0;
    }

#header {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  top: 0;
  bottom: 36px;
}


  #navigation {
    position: absolute;
    left: 30px;
    top: 40px;
    width: 344px;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px !important;
  }
  
    #navigation h4 {
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff;
      text-shadow: rgba(0, 0, 0, .8) 1px 1px;
      line-height: 15px !important;
      z-index: 2;
    }
    
    #navigation h4.shadow {
      position: absolute;
      top: 1px;
      left: 1px;
      color: #000;
      z-index: 1;
    }
    
    #navigation p {
      position: absolute;
      top: 0;
      left: 86px;
      z-index: 2 !important;
    }
    
      #navigation a {
        padding: 0 0 2px 0;
        color: #fff;
        text-shadow: rgba(0, 0, 0, .8) 1px 1px;
        background: url('../images/underline-shadow.png') 0 0 repeat-x;
      }
            
      #navigation span {
        font-size: 15px;
        padding: 0 14px;
        font-weight: normal;
        color: #e5e1e1;
        text-shadow: rgba(0, 0, 0, .8) 1px 1px;
      }
      
      body#work #header #navigation-work,
      body#about #header  #navigation-about,
      body#contact #header  #navigation-contact,
      body #header #navigation a:hover {
        color: #36a3e8 !important;
        text-shadow: rgba(0, 0, 0, .6) 1px 1px !important;
        background-position: 0 -40px !important;
      }
    
    #navigation p.shadow {
      position: absolute;
      top: 1px;
      left: 87px;
      z-index: 1 !important;
    }
    
      body #header #navigation p.shadow a,
      body #header #navigation p.shadow a:hover,
      body #header #navigation p.shadow span,
      body#work #header #navigation p.shadow #navigation-work,
      body#about #header #navigation p.shadow #navigation-about,
      body#contact #header #navigation p.shadow #navigation-contact {
        background: none !important;
        color: #000 !important;
      }
      
      
  #header h1 {
    width: 143px;
    height: 43px;
    position: absolute;
    top: 33px;
    right: 30px;
    background: url('../images/logo-small-white.png') 0 0 no-repeat;
  }
  
    #header h1 a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-indent: -5000px;
    }

  #introduction {
    position: absolute;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .8) 1px 1px;
    z-index: 2;
  }

    #introduction a {
      color: #333332;
      border-bottom: 1px solid #333332;
    }

    body#about #introduction a,
    body#contact #introduction a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
    }
  
  #introduction-shadow {
    position: absolute;
    color: #000;
    z-index: 1;
  }
  
  body#work h1 {
    background: url('../images/logo-small-white.png') 0 0 no-repeat;
  }
  
  #header.dark-mode {
    
  }
  
    #header.dark-mode h1 {
      background-image: url('../images/logo-small-black.gif');
    }
  
    #header.dark-mode #navigation a {
      color: #333 !important;
      text-shadow: none !important;
      background: none;
      border-bottom: 1px solid #949392;
      padding: 0;
    }
    
    body#home #header.dark-mode #navigation-work,
    #header.dark-mode #navigation a:hover {
      text-shadow: none !important;
      border-bottom: 1px solid #77BCE9 !important;
      color: #36a3e8 !important;
      
    }
    
    #header.dark-mode #introduction {
      color: #333332 !important;
      text-shadow: none !important;

    }
    
    
    #header.dark-mode #navigation h4 {
      color: #bbb;
      text-shadow: none;
    }
    
    #header.dark-mode #navigation p span {
      text-shadow: none !important;
      color: #333;
    }
    
    
/* Content */

#content-strip {
  background: #f5f4f1;
}

#content {
  margin: 0 auto;
}

/* Home */

body#home h1 {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#sort {
  height: 45px;
  position: relative;
}

  #sort h4 {
    font-size: 11px;
    font-weight: bold;
    color: #999996;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sort p {
    position: absolute;
    top: 0;
    left: 86px;
    font-size: 11px;
    line-height: 11px;
  }
  
    #sort .sort-option {
      color: #333;
      font-weight: bold;
      cursor: pointer;
      border-bottom: 1px solid #949392;
    }
    
      #sort .active {
        color: #36a3e8 !important;
        border-bottom: 1px solid #77bce9 !important;
      }
    
    #sort .slash {
      padding: 0 15px;
    }

#projects-container {
  margin: 0 0 0 0;
  position: relative;
}

#projects {
  overflow: hidden;
  position: relative;
  left: 85px;
  top: 30px;
}

  .project {
    float: left;
    position: relative;
    margin: 0 30px 30px 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    background: url('../images/spinner-small.gif') 50% 50% no-repeat #fff;
  }
    
    .project .thumb {
      overflow: hidden;
      cursor: pointer;
    }
    
      .project .thumb img {
        opacity: 0;
        -moz-opacity: 0;
        filter:alpha(opacity=0);
      }
    
    .project .caption {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: #fff;
      cursor: pointer;
      font-size: 14px;
      line-height: 20px;
      padding: 14px 16px;
      color: #333332;
    }

      .project .caption h2 {
        color: #36a3e8;
        font-weight: bold;
      }

        .project .caption h2 span {
          background: url('../images/footer-underline.gif') 0 -22px repeat-x;
          padding: 0 0 2px 0;
        }

    .project-large {
      width: 486px;
      height: 334px;
    }
    
      .project-large .thumb {
        width: 486px;
        height: 334px;
        position: absolute;
        top: 0;
        left: 0;
      }
      
        .project-large .thumb img {
          display: block;
          position: absolute;
          top: 0;
          left: -66px;
          width: 619px;
          height: 334px;
        }
              
      .project-large .caption {
        width: 486px;
        top: 334px;
      }

    .project-small {
      width: 228px;
      height: 152px;
    }
    
      .project-small .thumb {
        width: 228px;
        height: 152px;
        position: absolute;
        top: 0;
        left: 0;
      }
      
        .project-small .thumb img {
          display: block;
          position: absolute;
          top: 0;
          left: -58px;
          width: 343px;
          height: 152px;
        }
           
      .project-small .caption {
        width: 486px;
        top: 152px;
      }

        .project-small p {
          display: none;
        }

  .division {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #dcdbd8;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    padding: 28px 0 0 0;
    background: #f5f4f1;
    z-index: 5;
  }

  #vertical {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 54px;
    border-right: 1px solid #dcdbd8;
    z-index: 30;
  }

/* Tweets */

#tweets {
  margin: 30px 0 0 0;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 86px;
  font-size: 12px;
  line-height: 17px;
}

  #tweets h4 {
    color: #999996;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  
  .tweet {
    float: left;
    color: #333;
  }
    
    .tweet a {
      color: #333;
      border-bottom: 1px solid #949392;
    }
  
    .tweet .datetime {
      color: #999996 !important;
    }

  .tweet.loading {
    color: #999996 !important;
  }

/* Project */

#project-container {
  position: relative;
  overflow: hidden;
}

.writeup {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

  .writeup .outline a {
    color: #333;
    border-bottom: 1px solid #949392;
  }
  
  .writeup .outline a:hover {
    color: #36a3e8 !important;
    border-bottom: 1px solid #77bce9 !important;
  }

  .writeup h4 {
    font-weight: bold;
  }
  
  .writeup dt {
    font-weight: bold;
  }
  
  .particulars {
  }
  
    .particulars a {
      font-weight: bold;
      color: #333;
      border-bottom: 1px solid #949392;
    }

    .particulars a:hover {
      color: #36a3e8 !important;
      border-bottom: 1px solid #77bce9 !important;
    }
    

#project-previous,
#project-next {
  display: block;
  position: absolute;
  width: 86px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 1px;
  padding: 10px 0 0 0;
}

  #project-previous {
    text-align: left;
    left: 0;
    background: url('../images/previous-white.png') 0 10px no-repeat;
  }

    #project-previous span {
      margin: 0 0 0 30px;
    }
  
  #project-next {
    text-align: right;
    right: 0;
    background: url('../images/next-white.png') 100% 10px no-repeat;
  }
  
    #project-next span {
      margin: 0 30px 0 0;
    }

  #project-next span,
  #project-previous span {
    display: none;
    background: url('../images/underline-shadow.png') 0 -4px repeat-x;
    padding: 0 0 5px 0;
  }
  
  #project-next:hover span,
  #project-previous:hover span {
    display: inline;
  }

body#work #header-strip-image {
  background: url('../images/trans.gif') 0 0 repeat;
}

body#work #header {
  
}

.other-projects {
  overflow: hidden;
  position: relative;
  height: 158px;
}

  .other-projects h4 {
    position: absolute;
    top: 28px;
    left: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #333;
  }

  .other-projects-inner {
    display: block;
    width: 2000px;
    position: absolute;
    top: 30px;
  }

  .other-project {
    display: block;
    float: left;
    width: 142px;
    margin: 0 30px 0 0;
  }

    .other-project .thumb {
      width: 142px;
      height: 96px;
      overflow: hidden;
      position: relative;
    }

      .other-project .thumb img {
        display: block;
        width: 142px;
        height: 96px;
        position: absolute;
        top: 0;
        left: 0;
      }

    .other-project h3 {
      color: #333332;
      font-size: 12px;
      font-weight: bold;
      margin: 13px 0 0 0;
    }

      .other-project h3 span {
        border-bottom: 1px solid #949392;
      }

      .other-project:hover h3 span,
      .current-project h3 span {
        color: #36a3e8 !important;
        border-bottom: 1px solid #77bce9 !important;
      }
      
.assets {
}

 .asset-pair {
 }

   .asset-pair .asset {

   }

    .asset-pair .asset-loader {
      background: url('../images/spinner.gif') 50% 50% no-repeat #fff;
    }
    
    .asset-pair img {
      opacity: 0;
      -moz-opacity: 0;
      filter:alpha(opacity=0);
      display: block;
    }
    
  .asset-pair .caption {
    
  }
  
    .asset-pair .caption a {
      color: #333;
      border-bottom: 1px solid #949392;
    }

    .asset-pair .caption a:hover {
      color: #36a3e8 !important;
      border-bottom: 1px solid #77bce9 !important;  
    }

/* About */

#about-container {
  position: relative;
  overflow: hidden;
}

  #abouts {
    overflow: hidden;
    position: relative;
    left: 85px;
    top: 30px;
  }

    .about {
      float: left;
      position: relative;
      margin: 0 30px 30px 0;
      overflow: hidden;
      cursor: pointer;
      z-index: 10;
    }
    
      .about .embed {
        display: block;
        overflow: hidden;
        background: url('../images/spinner-small.gif') 50% 50% no-repeat #fff;
        margin: 0 0 16px 0;
      }
      
        .about .embed iframe {
          width: 100%;
          height: 100%;
        }
      
      .about .image {
        background: url('../images/spinner-small.gif') 50% 50% no-repeat #fff;
        margin: 0 0 16px 0;
      }

      .about img {
        display: block;
        opacity: 0;
        -moz-opacity: 0;
        filter:alpha(opacity=0);
      }
    
      .about .caption {
        color: #333;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        border-bottom: 1px solid #949392;
      }
      
      .about:hover .caption {
        color: #36a3e8 !important;
        border-bottom: 1px solid #77bce9 !important;
      }
    
    .about-large {
      width: 486px;
      height: 396px;
    }
    
      .about-large img, 
      .about-large .embed,
      .about-large .image {
        width: 486px;
        height: 364px;
      }
  
    .about-small {
      width: 228px;
      height: 183px;
    }
    
      .about-small img,
      .about-small .embed,
      .about-small .image {
        width: 228px;
        height: 152px;
      }

/* Footer */

#footer-strip {
  background: url('../images/footer-shadow.gif') 0 0 repeat-x #edeae1;
}

  #footer {
    font-size: 11px;
    line-height: 11px;
    position: relative;
    margin: 0 auto;
  }
  
    #footer h4 {
      color: #999996;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
    }

    #footer p {
      color: #333332;
      position: absolute;
      top: 0;
      left: 86px;
    }
    
    #footer a {
      color: #333332;
      font-weight: bold;
      border-bottom: 1px solid #949392;
    }
    
    #footer a:hover {
      color: #36a3e8;
      border-bottom: 1px solid #77bce9 !important;
    }
  
    #credits {
      position: relative;
    } 
    
    #updates {
      position: relative;
    }
  
      #updates p.signup {
        top: -4px !important;
      }
      
      #updates p.thanks {
        display: none;
      }

      #footer input {
        font-size: 11px !important;
        line-height: 11px !important;
        border: 1px solid #b3b3b3;
        padding: 2px 3px 4px 5px;
        vertical-align: baseline;
        margin: 0 2px 0 3px;
        width: 128px;
        background: url('../images/signup-text.gif') 0 0 no-repeat;
      }
      
      #updates span {
        font-size: 11px;
        line-height: 11px;
        cursor: pointer;
      }
      
      #footer img {
        vertical-align: bottom;
      }
      
#tracer {
  height: 0;
  width: 0;
}

/* Contact */

#contact-details {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

  #contact-details a {
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #949392;
  }
  
  #contact-details a:hover {
    color: #36a3e8 !important;
    border-bottom: 1px solid #77bce9 !important;
  }
  
  #contact-details dt,
  #contact-details h4 {
    font-weight: bold;
  }
  
#contact-map {
  
}

  #contact-map .caption {
    color: #333;
    font-size: 12px;
    line-height: 18px;
  }
  
  #contact-map h4 {
    font-weight: bold;
    margin: 0 0 18px 0;
  }
  
  #contact-map map {
    background: url('../images/spinner-small.gif') 50% 50% no-repeat #fff;
  }
  
#contact-images {
  
}

  #contact-images .caption {
    color: #333;
    font-size: 12px;
    line-height: 18px;
  }
  
  #contact-images .caption p {
    margin: 0 0 18px 0;
  }
  
  #contact-images h4 {
    font-weight: bold;
    margin: 0 0 18px 0;
  }

  #contact-images a {
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #949392;
  }
  
  #contact-images a:hover {
    color: #36a3e8 !important;
    border-bottom: 1px solid #77bce9 !important;
  }
  
  #contact-images img {
    background: url('../images/spinner-small.gif') 50% 50% no-repeat #fff;
  }