/******** SITE STYLES ********** */
body {
  height: 4000px; }

header#top {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: white;
  border-bottom: 2px solid #c7c7c7;
  padding: 4px 0px;
  z-index: 103; }

footer {
  background-color: #e8e8e8;
  position: relative;
  z-index: 10000; }

div#bs-logo {
  float: left;
  padding-left: 10px;
  border-right: 1px solid #ababab;
  background-color: white;
  position: relative;
  z-index: 10; }
  div#bs-logo img {
    margin-top: 2px;
    padding: 3px;
    margin-right: 10px; }

div#article-title {
  display: inline-block;
  font-family: "CTBoomerExtraCon", "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 1.1rem;
  margin-top: 4px;
  margin-left: 20px;
  color: #333333;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  position: relative;
  z-index: 9;
  left: -250px; }
  div#article-title.revealed {
    left: 0px; }

div#share-tools {
  float: right;
  margin-top: 4px;
  margin-right: 10px; }
  div#share-tools img {
    cursor: pointer;
    height: 20px;
    margin-left: 10px; }

div#title-window {
  margin-top: 40px;
  height: 500px;
  background-color: #e8e8e8;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  z-index: 100; }
  div#title-window header {
    width: 660px;
    border-bottom: 1px solid #c7c7c7;
    margin: 10px auto 10px auto;
    text-align: center; }
    div#title-window header h1 {
      font-size: 5.5rem;
      line-height: 100%;
      font-family: "MercuryBold", Serif;
      color: black; }

div#sun-investigates img {
  display: block;
  margin: 10px auto 0px auto;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px; }

div#subhead {
  width: 520px;
  margin: 0px auto;
  font-size: 1.4rem;
  color: #555555;
  font-family: "Mercury", Serif;
  line-height: 120%;
  text-align: center;
  margin-top: 30px; }

div#byline {
  width: 300px;
  margin: 15px auto;
  text-align: center;
  font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif;
  color: #9e9e9e; }

div#body-container {
  position: fixed;
  width: 100%;
  z-index: 102;
  background-color: white;
  padding-top: 1px; }
  div#body-container.unfixed {
    position: relative !important;
    top: 500px; }

div#body-content {
  width: 1000px;
  margin: 20px auto; }

nav {
  display: inline-block;
  float: left;
  z-index: 105;
  width: 150px;
  margin-top: 40px;
  padding: 40px 15px;
  border-right: 1px solid #c7c7c7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s; }
  nav.revealed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  nav ul li {
    font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif;
    font-size: 1rem;
    color: #ababab;
    cursor: pointer;
    transition: color 0.8s;
    -moz-transition: color 0.8s;
    -ms-transition: color 0.8s;
    -webkit-transition: color 0.8s;
    -o-transition: color 0.8s; }
    nav ul li.selected {
      color: #555555;
      font-weight: bold;
      cursor: default; }
    nav ul li:hover {
      color: #555555; }
    nav ul li#comments {
      margin-top: 20px;
      color: brown; }
      nav ul li#comments:after {
        content: "\e602";
        font-family: "icomoon"; }

article {
  float: left;
  width: 780px;
  margin-left: 39px;
  position: relative; }
  article.shifted {
    margin-left: 220px !important; }
  article p {
    width: 550px;
    font-family: "Times New Roman", Serif;
    color: #333333;
    font-size: 1.1rem;
    line-height: 150%; }
    article p.small-body {
      font-family: sans-serif;
      font-size: 0.9rem;
      color: darkgrey; }
  article header {
    font-family: "MercuryBold", Serif;
    font-size: 1.5rem;
    color: black;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    width: 550px;
    margin: 10px 0px; }

figure.right-image {
  float: right;
  margin-left: 20px;
  padding: 20px 0px 20px 20px;
  border-left: 1px solid #e8e8e8; }
  figure.right-image img {
    margin: 0px;
    display: block; }
  figure.right-image figcaption {
    width: 270px;
    padding: 10px 15px;
    margin: 0px;
    font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif;
    background-color: #e8e8e8; }
    figure.right-image figcaption div {
      margin-top: 5px;
      text-align: right;
      color: #888888;
      font-size: 0.8rem; }

div#cover-photo {
  position: fixed;
  width: 100%;
  height: 500px;
  top: 40px;
  background-size: cover; }

div#footer-content {
  width: 960px;
  margin: 0px auto;
  padding: 30px 0px 50px 0px; }

div#footer-logo {
  background-color: white;
  padding: 20px 0px; }
  div#footer-logo img {
    clear: both;
    display: block;
    margin: 0px auto; }

div.credit-block {
  float: left;
  width: 25%;
  font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif; }
  div.credit-block header {
    margin-left: 25%;
    color: #6c6b6b;
    font-size: 1.2rem; }
  div.credit-block div {
    margin-left: 25%;
    color: #919090; }

div#bio-container {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 65px;
  height: 400px;
  border: 1px solid white;
  background-color: white;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  z-index: 106;
  overflow: hidden; }
  div#bio-container.opened {
    width: 1000px;
    border: 1px solid #ababab; }

div#thumbnail-rail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 100%;
  border-right: 1px solid #c7c7c7; }
  div#thumbnail-rail img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 6px auto;
    cursor: pointer;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px; }

div#basic-info {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 230px;
  height: 100%; }
  div#basic-info img {
    width: 205px;
    height: 205px;
    display: block;
    margin: 35px auto 10px auto;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px; }
  div#basic-info div {
    text-align: center; }

div#bio-name {
  font-family: "CTBoomerExtraCon", "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 10px;
  color: #333333; }

div#bio-age, div#bio-town {
  font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  color: #a5a5a5;
  margin-bottom: 5px; }

div.bio-story {
  position: absolute;
  top: 0px;
  left: 350px;
  width: 570px;
  height: 350px; }
  div.bio-story p {
    font-family: "Lato";
    font-size: 0.9rem;
    margin: 10px; }

div#bio-story-2 {
  display: none; }

div#bio-pagination {
  position: absolute;
  bottom: 0px;
  left: 350px;
  width: 570px;
  height: 50px; }
  div#bio-pagination div {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    font-size: 1rem;
    margin: 5px;
    color: #ababab;
    cursor: pointer; }
    div#bio-pagination div:hover {
      background-color: #c7c7c7;
      color: #333333; }
    div#bio-pagination div.selected {
      background-color: #c7c7c7;
      color: #333333;
      cursor: default; }

div#bio-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 100%;
  cursor: pointer;
  background-color: white;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s; }
  div#bio-close.opened {
    border-left: 1px solid #ababab;
    background-color: #e8e8e8; }
  div#bio-close div#arrow {
    font-size: 1.4rem;
    font-family: "icomoon";
    position: absolute;
    top: 190px;
    left: 18px; }
    div#bio-close div#arrow.closed:before {
      content: "\e601"; }
    div#bio-close div#arrow.opened:before {
      content: "\e600"; }

div#bio-teaser {
  width: 120px;
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 107; }
  div#bio-teaser.hidden {
    visibility: hidden; }

div#teaser-part-1 {
  margin-top: 5px;
  font-family: "CTBoomerExtraCon", "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 1.5rem; }

div#teaser-part-2 {
  font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 1.2rem; }

section#comments {
  padding-top: 10px;
  background-color: white;
  position: relative;
  z-index: 110; }
  section#comments header {
    font-family: "CTBoomerCon", "HelveticaNeue", "Helvetica", sans-serif;
    font-size: 1.5rem;
    color: #555555;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center; }
    section#comments header:after {
      content: "\e602";
      font-family: "icomoon"; }

div.fb-comments {
  display: block;
  margin: 20px auto;
  width: 550px; }

.dropcap {
  float: left;
  font-size: 100px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px; }

.clear {
  clear: both; }

html.os-iPad body {
  height: auto; }
  html.os-iPad body div#cover-photo {
    display: none; }
  html.os-iPad body div#body-container {
    position: relative; }
  html.os-iPad body div#body-container.unfixed {
    top: 0px; }

/******** MEDIA QUERIES ******** */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1000px) {
  nav {
    display: none; }

  div#bio-teaser {
    visibility: hidden !important; }

  div#bio-container {
    visibility: hidden !important; }

  div#body-content {
    width: 100%; }

  article {
    float: none;
    width: 100%;
    margin-left: 0px; }
    article.shifted {
      margin-left: 0px !important; }
    article p {
      width: 90%;
      margin-left: 5%;
      font-size: 1.1rem;
      line-height: 150%; }
    article header {
      font-size: 1.5rem;
      width: 90%;
      margin: 10px 5%; }

  figure.right-image {
    margin-right: 15px; }

  iframe {
    width: 780px;
    display: block;
    margin: 20px auto; }

  div#footer-content {
    width: 100%;
    padding: 10px 0px; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 550px) {
  div.fb-comments {
    width: 100%; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) {
  figure.right-image {
    float: none;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 15px;
    padding: 20px 0px;
    border-left: 0px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
    figure.right-image img {
      width: 100%; }
    figure.right-image figcaption {
      width: auto; }

  div.credit-block {
    float: none;
    width: 100%;
    text-align: center; }
    div.credit-block header {
      margin-left: 0%; }
    div.credit-block div {
      margin-left: 0%; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div#mobile-credit-break {
    clear: both; }

  div.credit-block {
    width: 50%; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {
  div#bs-logo {
    border-right: 0px; }

  div#article-title {
    display: none; }

  div#title-window {
    height: auto;
    background-color: #e8e8e8; }
    div#title-window header {
      width: 90%;
      margin: 10px auto 10px auto; }
      div#title-window header h1 {
        font-size: 2.5rem; }

  div#subhead {
    width: 90%;
    font-size: 1rem; }

  div#byline {
    width: 90%; }

  div#cover-photo {
    display: none; }

  div#body-container {
    position: relative; }
    div#body-container.unfixed {
      top: 0px; }

  div#body-content {
    width: 100%; }

  nav {
    display: none; }

  article {
    float: none;
    width: 100%;
    margin-left: 0px; }
    article.shifted {
      margin-left: 0px !important; }
    article p {
      width: 90%;
      margin-left: 5%;
      font-size: 1.1rem;
      line-height: 150%; }
    article header {
      font-size: 1.5rem;
      width: 90%;
      margin: 10px 5%; }

  div.credit-block {
    padding: 15px 0px; }

  iframe {
    width: 100%; }

  div#footer-content {
    width: 100%;
    padding: 10px 0px; }

  div#sun-investigates {
    display: none; }

  div#bio-teaser {
    visibility: hidden !important; }

  div#bio-container {
    visibility: hidden !important; } }
