nav#thumbnails {
  overflow: hidden;
  display: inline-block;
  width: 900px;
  margin-left: -50px;
  padding: 0; }
  nav#thumbnails {
    display: block; }
  nav#thumbnails a.js {
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 45px 0 0 0;
    text-indent: -2000px;
    visibility: hidden;
    float: left; }
    nav#thumbnails a.js#right {
      background: url(../images/right_arrow.png); }
    nav#thumbnails a.js#left {
      background: url(../images/left_arrow.png); }
    nav#thumbnails a.js:active, nav#thumbnails a.js:focus {
      outline: 0; }
  nav#thumbnails #thumbnail_container {
    display: block;
    width: 832px;
    overflow: hidden;
    float: left;
    margin: -10px 3px;
    padding: 0; }
    nav#thumbnails #thumbnail_container ul {
      position: relative;
      overflow: hidden;
      display: inline-block;
      list-style: none;
      width: 832px;
      padding: 0; }
      nav#thumbnails #thumbnail_container ul {
        display: block; }
      nav#thumbnails #thumbnail_container ul li {
        width: 72px;
        height: 72px;
        float: left;
        margin: 16px;
        padding: 0; }

a#position_items {
  margin-right: 20px; }

article#item {
  border: 0px solid gray; }
  article#item #image {
    width: 800px;
    height: 441px;
    background: url(../images/image_default.png); }
  article#item h2#project-title {
    overflow: hidden;
    display: inline-block;
    float: left;
    color: #333841;
    margin: 0;
    padding: 20px 0px;
    font-size: 20px; }
    article#item h2#project-title {
      display: block; }
  article#item p#project-links {
    overflow: hidden;
    display: inline-block; }
    article#item p#project-links {
      display: block; }
    article#item p#project-links a {
      color: #565656;
      float: right;
      margin: 16px 0px 0px 10px;
      background: url(../images/link_button.png);
      width: 128px;
      height: 36px;
      line-height: 28px;
      text-align: center;
      font-size: 15px; }
    article#item p#project-links a:hover {
      color: #676767;
      background-position: 0 -35px; }
    article#item p#project-links a:active {
      color: #565656;
      background-position: 0 -71px;
      line-height: 35px; }
  article#item p#project-description {
    clear: both;
    margin: 0px 0px 0px 0px;
    line-height: 24px;
    color: #333841;
    font-size: 15px; }

body.edit h1, body.new h1 {
  font-size: 30px;
  padding: 20px 0px 10px 0px; }
body.edit .field, body.new .field {
  margin: 0px;
  line-height: 30px;
  font-weight: bold; }
body.edit label, body.new label {
  display: block; }
body.edit #description_area, body.new #description_area {
  width: 800px; }
body.edit #links_area, body.new #links_area {
  width: 800px;
  height: 50px; }
body.edit #featured_title, body.new #featured_title {
  margin: 0px; }
body.edit #save, body.new #save {
  margin: 0px 0px 10px 0px; }
