/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
*/


.node-unpublished p.unpublished,
.comment-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; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

#event-date, #event-location, #event-speakers{
  width: 30%;
  float: left;
  margin-right: 15px;
}


#event-date .title, #event-location .title, #event-speakers .title{
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  margin-bottom: 0.5em;
}
#event-date .field, #event-location .field, #event-speakers .field{

}
#event-date .title{
  background: #60C3DD;
}
#event-location .title{
  background: #004283;
}
#event-speakers .title{
  background: #B5D324;
}
.node-type-event .field-name-body{
  clear: both;
  padding-top: 10px;
}
