#tracer {
  width: 1px;
}

/* Header */

#header-strip {
  height: 366px;
}

#header {
  height: 330px;
  width: 1148px;
}

  #introduction {
    left: 116px;
    top: 225px;
    font-size: 20px;
    line-height: 30px;
  }
  
  #introduction-shadow {
    left: 117px;
    top: 226px;
    font-size: 20px;
    line-height: 30px;
  }

/* Content */

#content-strip {
  margin: 330px 0 0 0;
}

#content {
  width: 1088px;
  padding: 40px 0;
}

/* Home */

body#home #header {
  background: url('../images/logo-large.gif') 115px 109px no-repeat;
}

/* Tweets */

.tweet {
  width: 400px;
}

.tweet.first {
  margin: 0 202px 0 0;
}


/* Project */

#project-previous,
#project-next {
  top: 284px; 
}

.writeup {
  overflow: hidden;
  padding: 0 0 30px 0;
}

  .outline {
    width: 586px;
    float: left;
    clear: none;
  }
  
    .outline h4 {
      float: left;
      clear: none;
      width: 76px;
      top: 0;
      left: 0;
    }
    
    .outline .content {
      margin: 0 0 0 86px;
    }

  .particulars {
    width: 314px;
    margin: 0 0 0 774px;
  }

    .particulars dt {
      width: 76px;
      float: left;
    }
    
    .particulars dd {
      margin: 0 0 0 86px;
    }
    
.assets {
  border-top: 1px solid #dcdbd8;
}

  .asset-pair {
    overflow: hidden;
    border-bottom: 1px solid #dcdbd8;
  }
  
    .asset-pair .asset {
      width: 800px;
      float: right;
      padding: 29px 0 29px 29px;
      border-left: 1px solid #dcdbd8;
    } 
    
    .asset-pair .caption {
      width: 228px;
      padding: 29px 0 0 0;
      font-size: 12px;
      line-height: 18px;
      color: #333;
    }
    
      .asset-pair .caption h4 {
        font-weight: bold;
        margin: 0 0 18px 0;
      }
      
    .asset-pair iframe {
      width: 800px;
      height: 476px;
    }

.other-projects {
  width: 1088px;
}

  .other-projects-inner {
    left: 258px;
  }

/* Contact */

#contact-details {
  padding: 0 0 30px 0;
}

  #contact-details dl {
    width: 314px;
    float: left;
  }
  
  #contact-details dt {
    width: 76px;
    float: left;
  }
  
  #contact-details dd {
    margin: 0 0 0 86px;
  }
  
  #folios {
    margin: 0 0 0 516px;
    position: relative;
  }
  
    #folios h4 {
      float: left;
      clear: none;
      width: 76px;
      top: 0;
      left: 0;
    }
    
    #folios p {
      margin: 0 0 0 86px;
    }

#contact-map {
  border-top: 1px solid #DCDBD8;
  border-bottom: 1px solid #DCDBD8;
  overflow: hidden;
}

  #contact-map .caption {
    padding: 29px 0 0 0;
    width: 228px;
  }
  
  #map-container {
    float: right;
    padding: 29px 0 29px 29px;
    width: 800px;
    border-left: 1px solid #DCDBD8;
  }
  
    #map iframe {
      width: 800px;
      height: 450px;
    }

#contact-images {
  overflow: hidden;
  border-bottom: 1px solid #DCDBD8;
}

  #contact-images .caption {
    padding: 29px 0 0 0;
    width: 228px;
  }

  #contact-images .images {
    float: right;
    padding: 29px 0 0 29px;
    width: 800px;
    border-left: 1px solid #DCDBD8;
  }
  
    #contact-images img {
      display: block;
      margin: 0 0 30px 0;
    }

/* Footer */

#footer {
  width: 1148px;
  overflow: hidden;
  height: 113px;
}

  #credits {
    top: 50px;
    left: 30px;
  }
  
  #updates {
    top: 50px;
    left: 718px;
  }
  
    #updates p {
      left: 102px;
    }