/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
article .field-image {
  float: left;
  margin-right: 10px;
}
article .field-body img {
  width: auto!important;
}

/* People Node --- */
body.node-type-person .field-title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
body.node-type-person .contact {
  behavior: url(/sites/all/themes/pitt/scripts/PIE.htc);
  -webkit-box-shadow: 1px 2px 5px 3px #adadad;
  -moz-box-shadow: 1px 2px 5px 3px #adadad;
  box-shadow: 1px 2px 5px 3px #adadad;
  border: 7px solid #fff;
  background: #eeeedd;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  width: 170px;
}
body.node-type-person .contact h4 {
  color: #333;
  margin: 5px 0!important;
  font-weight: bold;
  padding: 0!important;
}
body.node-type-person .contact .field-person-img {
  margin: 0;
  padding: 0;
}
body.node-type-person .contact .field-person-img img {
  border: none!important;
  box-shadow: none!important;
  margin: 0!important;
  padding: 0;
}

/* Publication & Research Node --- */
body.node-type-publication .field-publication-image, body.node-type-publication .field-research-img, body.node-type-research .field-publication-image, body.node-type-research .field-research-img {
  float: left;
  margin: 0 10px 0 0;
}

/* Photo Gallery Node --- */
body.node-type-photo-gallery .field-gallery-image {
  display: inline-block;
}

/* Event Node --- */
body.node-type-event .field-date {
  font-weight: bold;
}
body.node-type-event .field-series-of-events {
  background: #e8e8e8;
  padding: 20px 20px 10px 20px;
  margin: 0 0 10px 0;
}

/* Unpublished Nodes --- */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
.lt-ie8 .node-unpublished p.unpublished > * {
  position: relative;
}
