/* -------- Imports --------- */
/* =============== standards =============== */
.project {
  color: #ff6600 !important; }
  .project:focus {
    border: 1px #ff6600 solid !important; }

.person {
  color: #00b9db !important; }
  .person:focus {
    border: 1px #00b9db solid !important; }

.organization {
  color: #7bd900 !important; }
  .organization:focus {
    border: 1px #7bd900 solid !important; }

.event {
  color: #d200ff !important; }
  .event:focus {
    border: 1px #d200ff solid !important; }

.none {
  color: #BABABA !important; }
  .none:focus {
    border: 1px #BABABA solid !important; }

.project-border {
  border: 1px #ff6600 solid !important; }

.person-border {
  border: 1px #00b9db solid !important; }

.organization-border {
  border: 1px #7bd900 solid !important; }

.event-border {
  border: 1px #d200ff solid !important; }

.none-border {
  border: 1px #BABABA solid !important; }

.project-hover:hover {
  color: #e65c00 !important; }

.person-hover:hover {
  color: #00a3c2 !important; }

.organization-hover:hover {
  color: #6dc000 !important; }

.event-hover:hover {
  color: #bd00e6 !important; }

.none-hover:hover {
  color: #adadad !important; }

.contentWrapper {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 75%; }

.entryMast {
  background-position: 0 48px;
  background-repeat: repeat-x;
  margin: 20px auto 0 auto;
  padding: 0; }
  .entryMast .entry_title {
    cursor: pointer; }
  .entryMast .catBarContainer {
    background: black; }
  .entryMast .entry_dates {
    font-size: 16px;
    width: 990px;
    margin: 0 auto;
    margin-bottom: 5px; }

.notification-container {
  position: absolute;
  top: 10px;
  left: 80%; }
  .notification-container .notification {
    background: #252a2d;
    border: 1px #878787 solid;
    border-radius: 5px;
    display: none;
    font-size: 12px;
    margin-left: 10px;
    padding: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    width: 200px; }
    .notification-container .notification h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    .notification-container .notification .close {
      font-size: 16px;
      position: absolute;
      top: 5px;
      left: 92%;
      cursor: pointer; }
    .notification-container .notification.success {
      border: 1px #7bd900 solid !important; }
    .notification-container .notification.error {
      border: 1px #CD2626 solid !important; }

.nivo-lightbox-overlay .lightbox-item-details {
  float: right;
  position: relative;
  right: 70px;
  top: 20px; }

.timeline-container {
  width: 960px;
  margin: 0 auto; }

text {
  fill: #FFF;
  stoke: none; }

.axis path, .axis line {
  fill: none;
  stroke: #FFF;
  shape-rendering: crispEdges; }

ul.catBar {
  background-color: #0f0f0f;
  font-family: Gotham, Helvetica, sans-serif;
  left: -9px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 990px; }
  ul.catBar li {
    display: inline; }
    ul.catBar li a {
      float: left;
      font-size: 16px;
      padding: 6px 14px 3px 14px; }
  ul.catBar li.editEntry a {
    color: #525454;
    float: right;
    font-size: 12px;
    text-transform: none; }
    ul.catBar li.editEntry a:hover {
      color: #9dd4fe; }
  ul.catBar li.category.selected, ul.catBar li.category a, ul.catBar li.category a:hover {
    text-decoration: none; }
  ul.catBar li.category.selected a, ul.catBar li.category a:hover {
    color: white !important; }
  ul.catBar li.category.project a {
    color: #ff6600; }
  ul.catBar li.category.project.selected a, ul.catBar li.category.project a:hover {
    background-color: #ff6600 !important; }
  ul.catBar li.category.person a {
    color: #00b9db; }
  ul.catBar li.category.person.selected a, ul.catBar li.category.person a:hover {
    background-color: #00b9db !important; }
  ul.catBar li.category.organization a {
    color: #7bd900; }
  ul.catBar li.category.organization.selected a, ul.catBar li.category.organization a:hover {
    background-color: #7bd900 !important; }
  ul.catBar li.category.event a {
    color: #d200ff; }
  ul.catBar li.category.event.selected a, ul.catBar li.category.event a:hover {
    background-color: #d200ff !important; }

/* ----- tag lists ----- */
.tagLists {
  background-image: url("../img/shadeFlatBg.png");
  padding: 10px 0 0 0; }

.tagLists div {
  background-image: linear-gradient(bottom, #151515 0%, #1d1d1d 100%);
  background-image: -o-linear-gradient(bottom, #151515 0%, #1d1d1d 100%);
  background-image: -moz-linear-gradient(bottom, #151515 0%, #1d1d1d 100%);
  background-image: -webkit-linear-gradient(bottom, #151515 0%, #1d1d1d 100%);
  background-image: -ms-linear-gradient(bottom, #151515 0%, #1d1d1d 100%);
  border: 1px #1b222a solid;
  box-shadow: inset 0 0 1px 1.5px #0f0f0f;
  -moz-box-shadow: inset 0 0 1px 1.5px #0f0f0f;
  -webkit-box-shadow: inset 0 0 1px 1.5px #0f0f0f;
  clear: both !important;
  color: #9fd6ff;
  min-height: 100px;
  max-height: 150px;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  width: 970px; }
  .tagLists div ::-webkit-scrollbar {
    width: 12px; }
  .tagLists div ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .tagLists div ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.tagLists div ul {
  float: left;
  padding: 0;
  list-style-type: none; }

.tagLists div ul li {
  border: 1px #2a2f33 solid;
  border-radius: 5px;
  display: inline-block;
  background: #070809;
  width: 147px;
  padding: 5px; }
  .tagLists div ul li.all {
    color: #d6dff2; }

.tagLists div input {
  margin-right: 5px; }

.tile.story .story_video_image {
  width: 478px;
  height: 359px; }

.inline-story-text {
  color: black; }
  .inline-story-text .story-title {
    margin-bottom: 10px; }

.mosaicBody {
  background-image: url("../img/shadesBg.png");
  background-repeat: repeat-x;
  min-height: 400px; }

ul.mosaicContainer {
  margin: 0 auto 20px auto;
  padding: 10px 0;
  width: 990px; }

ul.mosaicContainer.loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

ul.mosaicContainer li.dynamic .filterList li {
  list-style: none;
  margin: 5px; }

ul.mosaicContainer li.dynamic .filterList li a {
  text-decoration: none;
  color: #e4e7fa;
  font-size: 15px; }

ul.mosaicContainer .tile, ul.mosaicContainer .dynamic {
  margin: 0px 5px 10px 5px;
  padding: 0;
  width: 233px;
  font-size: 20px;
  background-color: #222228;
  position: relative;
  overflow: hidden; }

ul.mosaicContainer li.tile.story-image, ul.mosaicContainer li.tile.story-image img {
  width: 233px; }

ul.mosaicContainer li.tile.story-image.double-size, ul.mosaicContainer li.tile.story-image.double-size img {
  width: 478px; }

ul.mosaicContainer li.tile.story-image img, ul.mosaicContainer li.tile.connection img {
  margin-bottom: -5px; }

ul.mosaicContainer li.tile.connection .container img {
  width: 233px; }

ul.mosaicContainer li.tile.story-video {
  width: 478px; }

ul.mosaicContainer li.tile .container {
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 0; }

ul.mosaicContainer li.tile.story {
  border: 1px solid #696969;
  box-shadow: 0 0 10px 0px #000; }

ul.mosaicContainer li.tile .container p {
  margin: 10px;
  font-size: 13px;
  line-height: 17px;
  color: #7c8993; }

ul.mosaicContainer li.dynamic {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  width: 478px;
  min-height: 150px; }

ul.mosaicContainer li.dynamic p {
  margin: 10px 10px;
  font-size: 13px;
  line-height: 17px;
  color: #fff; }

.tile .bottom-link {
  display: block;
  width: 100%;
  background-color: #333;
  text-decoration: none;
  color: #fff;
  overflow: hidden; }
  .tile .bottom-link span {
    line-height: 19px;
    padding: 7px 0 2px 0;
    margin-left: 8px;
    word-wrap: break-word;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Gotham, Helvetica, sans-serif;
    float: left;
    font-size: 14px;
    width: 80%; }
  .tile .bottom-link span.bottom-link-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tile .bottom-link span.story-type {
    float: right;
    margin-top: 5px;
    margin-right: 3px;
    height: 9px; }
    .tile .bottom-link span.story-type.story-type-icon-text {
      background: url("../img/richMedia_icons.png");
      background-position: 1px 0;
      background-repeat: no-repeat;
      width: 25px; }
    .tile .bottom-link span.story-type.story-type-icon-image {
      background: url("../img/richMedia_icons.png");
      background-position: -23px 0;
      background-repeat: no-repeat;
      width: 25px; }
    .tile .bottom-link span.story-type.story-type-icon-video {
      background: url("../img/richMedia_icons.png");
      background-position: -46px 0;
      background-repeat: no-repeat;
      width: 25px; }

.tile.connection .bottom-link span.triangle {
  width: 10px;
  float: right;
  position: relative;
  top: 10px;
  border-left: 6px solid #444;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  padding: 0; }

ul.mosaicContainer .person {
  border: 1px solid #00b9db !important; }

ul.mosaicContainer .person .bottom-link {
  background-color: #00b9db !important; }

ul.mosaicContainer .project {
  border: 1px solid #ff6600 !important; }

ul.mosaicContainer .project .bottom-link {
  background-color: #ff6600 !important; }

ul.mosaicContainer .organization {
  border: 1px solid #7bd900 !important; }

ul.mosaicContainer .organization .bottom-link {
  background-color: #7bd900 !important; }

ul.mosaicContainer .event {
  border: 1px solid #d200ff !important; }

ul.mosaicContainer .event .bottom-link {
  background-color: #d200ff !important; }

/**** isotope ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }
