#tracer {
  width: 2px;
}

/* Header */

#header-strip {
  height: 306px;
}

#header {
  height: 270px;
  width: 890px;
}

  #introduction {
    left: 116px;
    top: 178px;
    font-size: 18px;
    line-height: 27px;
  }
  
  #introduction-shadow {
    left: 117px;
    top: 179px;
    font-size: 18px;
    line-height: 27px;
  }
  
/* Content */

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

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

/* Home */

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

/* Tweets */

.tweet {
  width: 400px;
  float: none;
}

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

/* Project */

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

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

  .outline {
    width: 400px;
    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 516px;
  }

    .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: 628px;
      float: right;
      padding: 29px 0 29px 29px;
      border-left: 1px solid #dcdbd8;
    } 
    
    .asset-pair iframe {
      width: 628px;
      height: 343px;
    }
    
      .asset object,
      .asset embed,
      .asset iframe {
        max-width: 628px;
      }
    
    .asset-pair .caption {
      width: 142px;
      padding: 29px 0 0 0;
      font-size: 12px;
      line-height: 18px;
      color: #333332;
    }
    
      .asset-pair .caption h4 {
        font-weight: bold;
        margin: 0 0 18px 0;
      }
      
.other-projects {
  width: 830px;
}

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

/* 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 {
    position: relative;
    width: 400px;
    margin: 0 0 0 433px;
  }

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

  #map-container {
    float: right;
    padding: 29px 0 29px 29px;
    width: 628px;
    border-left: 1px solid #DCDBD8;
  }

    #map iframe {
      width: 628px;
      height: 374px;
    }

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

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

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

/* Footer */

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

  #credits {
    top: 50px;
    left: 30px;
  }
  
  #updates {
    top: 50px;
    left: 467px;
  }