div.more.project {
  width: 460px; }

.project {
  margin: 0 auto;
  clear: left;
  width: 760px; }
  .project.preview {
    width: 600px; }
    .project.preview.more {
      margin-bottom: 1em; }
    .project.preview h2 {
      height: 80px;
      font-size: 36px;
      line-height: 36px; }
    .project.preview .artist {
      width: 80px;
      font-size: 10px;
      line-height: 12px; }
      .project.preview .artist cite {
        display: block;
        height: 36px; }
    .project.preview .copy {
      width: 440px;
      top: -36px; }
  .project h2 {
    text-align: center;
    color: #000;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    height: 100px;
    font-size: 50px;
    line-height: 50px; }
    .project h2 a {
      color: #000;
      text-decoration: none; }
      .project h2 a:hover {
        text-decoration: underline; }
  .project .by-line {
    text-align: center;
    font-size: 20px; }
  .project .artist {
    width: 160px;
    text-align: center;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px; }
    .project .artist cite {
      display: block;
      height: 42px; }
    .project .artist img {
      display: block;
      margin-bottom: 0.5em; }
    .project .artist a {
      text-decoration: none; }
  .project .artist.artist-1 {
    float: left; }
  .project .artist.artist-2 {
    float: right; }
  .project .copy {
    position: relative;
    clear: both;
    text-align: center;
    top: -42px; }
    .project .copy .introduction {
      width: 440px;
      text-align: center;
      margin: 0 auto 20px auto; }
  .project .text {
    text-align: left; }
    .project .text .artist {
      margin: 0 auto; }
    .project .text table tbody tr td {
      padding: 10px 20px; }
  .project .credits {
    text-align: center; }
