/*
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: #ffffef;
  border-color: #ffeeee;
  
  margin-bottom: 1.75em;
  font-size: 0.75em;
}
  code {
    background-color: #ffffef !important;
    word-break: break-all;
  }

main article iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
main article ol,
main article ul {
  margin-bottom: 1.5em;
}
  main > article {
    margin-bottom: 4em;
  }
  main.single article {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.25px;
  }
  main.single article.comment-body {
    margin-bottom: 0;
  }

.entry-content p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
  .entry-content p + pre,
  .entry-content p + iframe {
    margin-top: -1.25em;
  }

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 #4C6370;
    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: #4C6370;
}

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

.social-crumb:before {
  content: none !important;
}

  .social-crumb > * {
    vertical-align: top !important;
  }

  .twitter-share-button,
  .fb-share-button,
  .gp-share-button,
  .ln-share-button {
    display: inline-block;
    margin-right: 1em;
    height: 20px;
  }

.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: #4C6370;
      }
  
@media (max-width: 768px) {

  .social-crumb {
    display: none !important;
  }
  
  main.single article .entry-title {
    line-height: 32px;
    font-size: 32px;
  }
}

/*
-------------------------------------------------------------------------------
*/

/**
 * 11.4 - Comments
 */

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1em;
}

.comments-title {
  display: none;
}

.comment-reply-title {
  margin-top: 0;
}

.comments-title {
  margin-bottom: 1.2em;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border: 2px solid #fff;
  background-color: #f3f3f3;
  padding: 0.5em;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-author {
  color: #1a1a1a;
  font-size: 16px; 
}

.comment-author .avatar {
  float: left;
  height: 32px;
  width: 32px;
  margin: 5px 8px 8px 0;
  position: relative;
  background-color: #2a6496;
}

.comment-author .fn {
  font-weight: bold;
}
.comment-author .says {
  display: none;
}

.bypostauthor > article .fn:after {
  content: "Admin";
  position: relative;
  top: 0;
  left: 6px;

  font-weight: normal;
  font-size: 0.75em;
  color: #999;
}

.comment-metadata,
.pingback .edit-link {
  color: #4C6370;
  font-size: 12px;
  font-weight: normal;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #4C6370;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.5em;
}

.comment-content {
  margin-top: 0.5em;
  font-size: 0.75em;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-body .reply {
  height: 0.5em;
}
.comment-reply-link {
  color: #007acc;
  display: inline-block;

  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  float: right;
}
  .comment-reply-link:after {
    content: " »";
  }

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}

.comment-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
}

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #007acc;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  float: right;
  margin-top: 10px;
  font-size: 0.5em;
}

.comment-reply-title small a {
  color: #999;
}

#respond .comment-form-padder {
  padding: 0 !important;
}