  body { 
    color: #222; 
    font:normal 18px/22px 'Courier New', Courier, monospace; 
    background: #000 url(images/shirt.jpg) no-repeat fixed top center; 
    height: 100%; 
  }

  #content { 
    background: #fff;
    box-shadow: 0 0 8px #666;
    -moz-box-shadow: 0 0 8px #666;
    -webkit-box-shadow: 0 0 8px #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 18px auto 18px;
    padding: 20px; 
    width: 400px; 
  }

  #content p { 
    margin-bottom: 18px; 
  }

  #content p a { 
    color: #222; text-decoration: none; background: #eee; 
  }

  #content p a:hover { 
    color: #fff; 
    text-decoration: none; 
    background: #e44429; 
  }

  #overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 1;
    cursor: pointer;
    background: #000;
    opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=60); /* IE lt 8 */
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    -khtml-opacity: .60; /* Safari 1.x */
    -moz-opacity: .60; /* FF lt 1.5, Netscape */
  }

  body.work #portfolio,
  body.work #overlay {
    display: block;
  }

  #portfolio {
    display: none;
    width: 100%;
    line-height: 0;
  }

  #portfolio p {
    padding: 10px 12px;
    line-height: 14px;
    font-size: 12px;
    margin: 0;
  }

  #portfolio img {
    width: 500px;
  }

  body.work #portfolio {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }

  #portfolio-items {
    cursor: pointer;
    margin: 0 auto 20px;
    padding: 20px 0 40px;
    position: relative;
    width: 536px;
    z-index: 2;
  }

  .item {
    background:#fff;
    box-shadow: 0 0 8px #333;
    -moz-box-shadow: 0 0 8px #333;
    -webkit-box-shadow: 0 0 8px #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: auto;
    float: left;
    margin:20px 10px 0; 
    padding: 18px;
  }

  .single {
    width: 280px; 
  }

  .double {
    width: 580px; 
  }

  .close {
    color: #aaa;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    text-align: right;
    width: 100px;
    z-index: 3;
    font:normal 10px/18px arial,sans-serif;
    text-transform: uppercase;
  }

  .close span {
    background: #000;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .close:hover {
    color: #666;
  }

  .first {
    clear: left;
  }

  img.stacked {
    margin-bottom: 18px;
  }

