body {
  font: normal 16px 'PT Serif', serif;
  background: #000;
  color: #1d1d2c; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  letter-spacing: -1px; }

h1 {
  font-size: 2em; }

.article h1 {
  font-size: 2.5em; }

a {
  text-decoration: none;
  color: #ff3100; }

a:hover {
  color: #ff3100;
  text-decoration: underline;
  background: transparent; }

#main {
  background: #fff; }

#main p {
  line-height: 1.6;
  margin-bottom: 1.8em; }

#side {
  font: normal 14px 'PT Sans', sans-serif;
  color: #fff;
  background: #1d1d2c; }

#side a {
  color: #76defa; }

.navbar {
  margin-bottom: 0; }

.navbar-inner {
  font: normal 14px 'PT Sans', sans-serif;
  background: #c6d7c1;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px; }

.navbar .nav > li > a {
  color: #444;
  text-shadow: none; }

#main .inner {
  padding: 30px 50px 40px 40px; }

#side .inner {
  padding: 15px; }

hr {
  display: none; }

#footer {
  font-size: smaller;
  color: #666;
  background: #c6d7c1;
  padding: 15px;
  text-align: center; }

table.article-list tbody > tr > td.pub-date {
  width: 25%; }

table.article-list thead > tr > th {
  font-weight: normal; }

#main .article-meta {
  font-family: 'PT Sans', sans-serif;
  color: #aaa;
  margin-bottom: 1em; }

#header {
  /* original photo @ http://flickr.com/photos/joshsjackson/307340951/ */
  background: url(../img/header-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 176px;
  position: relative; }

#header a {
  font: normal 3em 'PT Sans', sans-serif;
  letter-spacing: -2px;
  color: #fff;
  position: absolute;
  top: 33%;
  left: 55%; }

#header a:hover {
  text-decoration: none; }

#side hr {
  display: block;
  border-top: 1px solid #2d2d3c;
  border-bottom: none; }

.post p.dateline,
.post p.byline {
  color: #999;
  font-size: .786em;
  margin-bottom: 0.9em;
  line-height: 0.9;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

.article-meta .permalink {
  color: #999; }

.article-meta .permalink:hover {
  text-decoration: none; }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #header {
    height: 120px; }

  #header a {
    font-size: 2.25em; }

  .article h1 {
    font-size: 2.25em; }

  #main .inner {
    padding: 15px; } }
/* Landscape phones and down */
@media (max-width: 480px) {
  #header {
    height: 80px; }

  #header a {
    font-size: 2em;
    left: 20px;
    top: 20px; }

  #main .inner {
    padding: 10px; }

  #side .inner {
    padding: 10px; }

  .article h1 {
    font-size: 2em; }

  table.article-list {
    font-size: smaller; }

  table.article-list tr > th:nth-child(2),
  table.article-list tr > td:nth-child(2) {
    display: none; } }
.colony-book .book-title-and-author {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2em; }
  .colony-book .book-title-and-author div {
    margin-bottom: 0.5em; }
  .colony-book .book-title-and-author .book-title {
    font-style: italic;
    font-size: 24px; }
.colony-book .book-jacket {
  text-align: center;
  float: none;
  margin: 1.5em 0 2.5em 0; }
  @media (min-width: 769px) {
    .colony-book .book-jacket {
      float: left;
      margin: 0 1em 2.5em 0;
      max-width: 50%; } }
  .colony-book .book-jacket img {
    max-height: 400px; }
.colony-book .book-lead {
  font-size: larger; }
