h4 small
{
    display: block;
    font-size: 60%;
    color: #888;
}

.mainContent, footer.container {
    max-width: 1100px;
}

footer.container {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dashed #aaa;
}

@media (max-width: 767px) {
    .sidebar {
        padding-top: 30px;
    }
}
@media (min-width: 980px) {
    body {
        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
        padding-bottom: 40px;
    }
}

pre .literal {
  color: blue;
}

/**
 * Navigation
 */
.navbar-inverse .navbar-inner {
    background: #01908d;
    background-image: -webkit-linear-gradient(top, #229f9c,#01908d);
    background-image: -moz-linear-gradient(top, #229f9c,#01908d);
    background-image: -o-linear-gradient(top, #229f9c,#01908d);
    background-image: linear-gradient(top, #229f9c,#01908d);
    border-color: #09827F;
}
.navbar-inverse .brand, .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav > li > a {
    color: #fff;
}
.navbar-inverse .btn-navbar {
    background: #09827F;
}

header.internal .navbar-inner {
  background: #CF2726;
  border-color: #CF2726;
}

/**
 * headers etc
 */
h1 {
  color: #026B68;
}
h2, h2 a, h3, h4, h5, h6   {
  color: #026B68;
}

h2 a {
  color: #026B68;
}

h2 a:hover {
  color: #026B68;
}

h2.internal a {
  color: #CF2726;
}

h2.internal span {
  font-size: 14px;
  font-weight: normal;
  color: black;
}

a {
  color: #01908d;
}

a:hover {
  color: #09827F;
}

/**
 * Avatar styling
 */
.avatar {
    width: 75px;
    height: 75px;
    border-radius: 150px;
    background: no-repeat;
    display: none;
}

.avatar42 {
    width: 42px;
    height: 42px;
    border-radius: 150px;
    background: no-repeat;
}

/**
 * Post
 */
article, .blog-post {
    font-size: 16px;
    line-height: 1.42;
}
.blog-post h2 {
    margin-top: 20px;
}

.post-sidebar {
    text-align: center;
    position: fixed;
}

@media (max-width: 767px) {
  .post-sidebar {
    position: inherit;
  }
}

.authors {
    font-size: 10px;
    margin-top: 10px;
}

.post-date {
  background: #00aba8;
  background: #026B68;

  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 14px;
  color: #fff;
  font-family: Courier;
  width: 42px;
  font-weight: bold;
}

.post-date .day {
  font-size: 30px;
  padding-top: 10px;
}
.post-date .month-year {
    font-size: 8px;
}

.page-quote blockquote p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.image-left {
  float: left;
  padding: 10px 10px 10px 0;
}

.image-right {
  float: right;
  padding: 10px 0 10px 10px;
}

.image-center {
  text-align: center;
}

@media (max-width: 767px) {
    .post-sidebar {
        padding-top: 0;
        clear: both;
    }
    .author {
        padding: 10px;
        float: right;
    }
    .post-date {
        margin: 10px;
        float: right;
    }
    h1 {
        font-size: 30px;

    }
}

@media (min-width: 980px) {
    .avatar42 {
        display: none;
    }
    .avatar {
        display: block;
    }
    .authors {
        font-size: 14px;
        margin-top: 0;
    }
    .author {
        margin-top: 20px;
    }
    .post-date {
        width: 75px;
    }
    .post-date .day {
        font-size: 50px;
      font-weight: normal;
        padding-bottom: 10px;
    }
    .post-date .month-year {
        font-size: 12px;
      font-weight: normal;
    }
    .author .name {
        width: 75px; 
        display: inline-block;
    }
}

a.previous { 
    white-space: nowrap;
}
a.next { 
    float: right; 
    white-space: nowrap;
}

.twitter-share-button {
    margin: 10px 0 10px 0;
}

/**
 * Youtube
 */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * About
 */
h4.title-author {
    margin-top: 42px;
    margin-bottom: 21px;
}

.about-author {
    float: left;
    text-align: center;
    padding: 10px;
}

.about-overview-avatar {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    background: no-repeat;
}

.about-avatar {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 125px;
    height: 125px;
    border-radius: 150px;
    background: no-repeat;
}

.title-nick {
    color: #999;
    font-size: 20px;
}

.author-posts .date {
  background: #00aba8;
  background: #026B68;

  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 6px;
  color: #fff;
  font-family: Courier;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: top;
  padding: 5px;

}

.author-posts a {
    font-size: 26px;
}

.author-post {
    margin-top: 10px;
}

.author-social {
    margin-top: 20px;
}

.author-social a {
    padding: 5px;
}

/**
 * Code
 */
pre code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

p code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  color: #333;
  border: 0;
  font-size: 14px;
  background-color: rgba(0,0,0,0.04);
}

/**
 * Footer
 */
.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

body {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .footer {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/**
 * Let's get social
 */
.twitter-tweet.twitter-tweet-rendered {
    width: 100%;
}

#disqus_thread {
    margin-top: 40px;
}

/**
 * hire
 */
a.hiring {
  color: #026B68;
}
a.hiring:hover {
  color: #01908d;
}

.blog-post .hiring {
  text-align: center;
  border: 1px solid #CCC;
  border-left: 5px solid #09827F;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 5px 20px;
}

/**
 * Index
 */
.index-snippet img {
  margin-bottom: 10px;
}
article .published_on {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

th, td {
  border: solid 1px #DDD;
  padding: 5px;
}
