
/* add some print settings for those insane people
   who want to read my blog posts on paper... */
@media print {
  body {
    display:table;
    table-layout:fixed;
    padding-top:2.5cm;
    padding-bottom:2.5cm;
    height:auto;
  }
  header, #disqus_thread {
    display: none;
  }
}

@media screen {
  body {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('../img/bg.png') repeat-x top;
    margin: 0 auto;
    width: 55%;
  }
  .container {
    text-align: center;
  }
  img {
    width: 100%;
  }
  .present-box {
    margin: 20px 0 20px 0;
    padding: 20px 0 20px 0;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
  }
  h1 {
    font-family: 'Cambo', serif;
    font-weight: normal;
    text-transform: uppercase;
  }
  h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', serif;
    font-weight: normal;
  }
  h2 {
    font-size: 21px
  }
  h3 {
    font-size: 17px;
    padding: 5px 0 10px 0;
  }
  h4 {
    padding-bottom: 7px;
  }
  h5 {
    font-style: italic;
    color: #ababab;
    /*padding: 20px 0 20px 0;*/
  }
  header, footer, article {
    text-align: center;
  }
  header, .main, footer {
    margin: 0;
  }
  header.span6 {
    margin: 0;
    padding: 0;
  }
  nav {
    padding: 65px 0 0px 0;
  }
  nav ul {
    margin-left: 19%;
  }
  nav ul li {
    position: relative;
    float: left;
    width: auto;
    margin: 0 5% 0 5%;
    list-style: none;
  }
  a {
    font-family: 'Cambo', serif;
    color: #ababab;
  }
  a:hover {
    color: #f20505;
  }
  article p a, article p a:link, article ol li a, article ul li a {
    color: #f28705;
  }
  h2 a {
    color: #333333;
  }
  nav ul li a {
    font-family: 'Cambo', serif;
    font-size: 19px;
    color: #333333;
  }
  nav ul li a:hover {
    color: #f20505;
  }
  article {
    padding-bottom: 0px;
  }
  article h2 {
    padding: 25px 0 35px 0;
  }
  article p, article ul li, article ol li, aside p, code, pre, details p {
    text-align: left;
  }
  article p, article ul li, article ol li, aside p {
    line-height: 21px;
  }
  article ul li, article ol li {
    list-style: square;
    font-size: 14px;
  }
  article time {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    position: relative;
    top: 8px;
    color: #f28705;
  }
  article h5 {
    border-bottom: 1px solid #f28705;
    margin: 45px 0 20px 0;
  }
  article p code {
    background-color: #f2f2f2;
    color: #333;
    padding: 1px;
  }
  blockquote {
    border-left: none;
    text-align: left;
    margin: 10px 0 30px 20px;
    padding: 10px 0 0 0;
  }
  blockquote::before {
    content: "“";
    font-size: 50px;
    margin-left: -15px;
    font-family: georgia,serif;
    color: #EEE;
  }
  blockquote p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-top: -25px;
    font-style: italic;
  }
  article a.comments {
    position: relative;
    font-style: italic;
    top: 20px;
  }
  #disqus_thread {
    text-align: left;
  }
  aside {
    padding-top: 15px;
  }
  summary h6 {
    font-weight: bold;
    color: #f20505;
  }
  summary h6 em {
    color: #888;
    font-weight: normal;
  }
  details p {
    padding: 15px 0 15px 0;
  }
  .lift-in-action, .my-face {
    width: 150px;
    padding: 0 10px 0 0;
    margin-left: 0;
  }
  footer p {
    border-top: 1px solid #f28705;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 13px;
  }
  p {
    font-size: 14px;
  }
}