/**
 * @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;
}

#content {
  /* Page content node */
}
#content article {
  /*Image with a caption */
  /*No Caption */
}
#content article .caption {
  margin: 10px 15px;
}
#content article .caption img {
  margin-bottom: -1px;
}
#content article .caption p {
  color: #999999;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 10px 10px!important;
}
#content article img {
  margin: 10px;
}

/* 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 .field-person-img {
  float: right;
}
body.node-type-person .contact {
  margin: 0 0 15px 0;
}
body.node-type-person .field-label {
  font-size: 20px!important;
  font-size: 2rem!important;
}

#tab-section {
  margin: 20px 0;
}
#tab-section .tabNavigation {
  margin-top: 0!important;
  padding: 0!important;
  display: block;
  min-height: 30px;
  background: #fff;
}
#tab-section .tabNavigation li {
  float: left;
  background: #80B3D2;
  list-style: none;
  height: 30px;
  line-height: 30px;
  padding: 0 25px 0 15px;
  border-right: 1px solid #fff;
}
#tab-section .tabNavigation li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}
#tab-section .tabNavigation li a span {
  color: #B3C555;
  font-weight: bold;
}
#tab-section .tabNavigation li.selected {
  background: #c0d9e9;
  border-right: 1px solid #fff;
}
#tab-section .tabNavigation li.selected a {
  color: #49474d;
}
#tab-section .tabNavigation li:hover {
  background: #c0d9e9;
}
#tab-section .tabNavigation li:hover a {
  color: #49474d;
  text-decoration: none;
}
#tab-section div {
  background: #EAEFCF;
  overflow: hidden;
  padding-bottom: 20px;
}
#tab-section div.tabs {
  padding-left: 0;
  clear: left;
}
#tab-section div.tabs div {
  padding: 0 20px;
}

/* 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: right;
}

/* 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: #F1F6D6;
  color: #333333;
  padding: 10px 10px 2px;
  margin: 0 0 10px 0;
}
body.node-type-event .field-series-of-events h5 {
  color: #fff;
  background: #CDDE7D;
  text-transform: uppercase;
  font-family: verdana, sans-serif!important;
  padding: 10px!important;
  margin: -10px -10px 10px -10px !important;
}

.node-type-landing-page #content .field-section-overview {
  clear: both;
  min-height: 100px;
  margin-bottom: 30px;
}
.node-type-landing-page #content .field-section-overview .field-section-image {
  float: left;
  width: 24%;
  margin-right: 2.5%;
}
.node-type-landing-page #content .field-section-overview .field-section-image img {
  margin: 0!important;
}
.node-type-landing-page #content .field-section-overview .field-group-format {
  float: left;
  width: 73%;
}
.node-type-landing-page #content .field-section-overview .field-group-format .field-section-title {
  margin: 0 0 10px 0!important;
}
.node-type-landing-page #content .field-section-overview .field-group-format p:last-child {
  margin: 0 0 25px 0!important;
}

/* 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;
}
