/*
Theme Name: P1BOOT
Theme URI: http://upplex.de/bootstrap-3-wordpress-theme-framework/
Author: upplex/mfoss
Author URI: http://upplex.de
Description: P1BOOT is based on upBootWP, which is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3. Feel free to edit it. 
Version: 0.1
License: GNU General Public License
License URI: license.txt
Text Domain: upbootwp
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

upBootWP is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3 

*/

pre {
  background-color: #fff;
}

main article {
  margin-bottom: 64px;
}
main article iframe {
  display: block;
  margin: 0 auto;
  margin-top: -1.5em;
}
main article ol,
main article ul {
  margin-bottom: 1.5em;
}

  main.single article {
    font-size: 1.5em;
    font-weight: 300;
  }

.entry-content p {
  line-height: 1.5em;
  margin-bottom: 1.75em;
}

main article img {
  display: block;
  margin: 16px auto;
  
  max-width: 100%;
  height: auto;
}
  img.alignleft {
    margin-top: 0.25em;
    margin-right: 1em;
    float: left;
  }
  img.alignright {
    margin-top: 0.25em;
    margin-left: 1em;
    float: right;
  }

main article table {
  margin: 1em 0;
}
  main article table tr {
    border-top: 1px solid #ccc;
    background-color: #fff;
  }
  main article table tr:nth-child(even) {
    background-color: #f3f3f3;
  }
    main article table th,
    main article table td {
      border: 1px solid #ddd;
      padding: 0.5em 1em;
    }

.entry-title {
  margin-top: 0;
}
  main.single article .entry-title {
    margin-bottom: 24px;
    
    line-height: 48px;
    font-size: 48px;
  }

.text-muted {
  text-transform: uppercase;
  font-size: 11px;
  color: #ccc;
}

.text-muted a {
  color: inherit !important;
  font-weight: bolder;
}

.authors {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.single article .authors {
  font-size: 12pt;
}

  .authors li {
    margin-top: 1em;
    padding-top: 1em;
    
    border-top: 1px solid #eee;
  }
    .authors li img {
      float: left;
      margin: 0 10px 10px 0;
      
      width: 40px !important;
      height: 40px !important;
      
      border-radius: 3px;
    }
      .authors li .details a.fullname {
        line-height: 1em;
        font-size: 1.5em;
        color: #5e5e5e;
      }
      .authors li .details p,
      .authors li .details a.twitter {
        color: #999;
      }