/* Change body background */
body {
  background-color: #f0f0f0;
  background-attachment: fixed; }

/* Change sitename style */
.hdr h1, .hdr h1 a {
  color: #29466B;
  font: bold 24pt/26pt Tahoma, sans-serif; }

/* Change default headlines */
.main .widget .headline {
  color: #555555;
  font: bold 13px/15px Tahoma, sans-serif; }

/* Change first line of headline */
.main .widget .headline:first-line,
.main .widget .headline::first-letter {
  color: #145A7C;
  font: bold 17px/18px Tahoma, sans-serif; }

/* Change splash headline */
.main .splash .widget .headline,
.main .splash .widget .headline:first-line,
.main .splash .widget .headline:first-letter {
  color: #145A7C;
  font: bold 26px/29px Tahoma, sans-serif; }

/* Change post headline */
.main .article-content h1,
.main .article-content h1 a {
  color: #145A7C;
  font: bold 36px/39px Tahoma, sans-serif; }

/* Change post body font */
.article-body,
.article-body p {
  color: #4D4D4D;
  font: bold 15px/21px Tahoma, sans-serif; }

/* Change Twitter header */
.author-head .user .name {
  color: #5C5C5C;
  font: 11px/10px Tahoma, sans-serif; }

.author-head .user .name .screen {
  color: #B9B9B9;
  font: 10px/12px Tahoma, sans-serif; }

.widget:hover .widget-details .widget-date, .widget:hover .user .name .screen {
  color: #505050; }

.widget-details .widget-date {
  color: #B9B9B9; }

body {
  background: #000; }
.subscribe-page {
    position: relative;
    top: 54px;
    }
.main {
  box-shadow: none;
  border-radius: 0px;
  border-color: #000;
  background-color: #000;
  background-image: url("https://s3.amazonaws.com/custom_style/inaworld/in_a_world_header.png");
  background-repeat: no-repeat; }
  .main .splash .widget .headline, .main .splash .widget .headline::first-letter, .main .splash .widget .headline::first-line {
    font-family: 'Futura Std', 'Helvetica', Arial, sans-serif;
    font-weight: 500;
    color: #fff; }
  .main .widget {
    background-color: #000;
    border-radius: 0px; }
    .main .widget .author-footer .name {
      color: #fff; }
    .main .widget .headline, .main .widget .headline::first-letter, .main .widget .headline::first-line {
      font-family: 'Futura Std', 'Helvetica', Arial, sans-serif;
      font-weight: 500;
      color: #fff; }
  .main .share-data, .main .widget, .main .about-site, .main .also-on-rm, .main .following,
  .main .share-frontpage, .main .also-on-rm .footer, .main .about-site .about, .main .site-footer, .main .network .network-footer {
    background-color: #000;
    box-shadow: none;
    border-color: #1d1d1d; }
  .main .about-site .user-bio, .main .about-site .follow {
    border-color: #1d1d1d; }
  .main .share-data::before, .main .about-site::before {
    border-bottom-color: #1d1d1d; }
  .main .share-data::after, .main .about-site::after {
    border-bottom-color: #000000;
    top: -4px; }
  .main .about-site::after {
    top: -7px; }
  .main .about-site, .main .also-on-rm, .main .following, .main .site-footer, .main #the-site-logo,
  .main #the-main-title {
    position: absolute;
    top: -9999px !important;
    left: -9999px !important; }
  .main .user .name a,
  .main .share-data .favicon {
    color: #fff; }
  .main #content {
    margin-top: 150px; }
    .nav-bar {
        top: 150px; }
