/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  background-color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

h1 {
  margin-bottom: 1em; }

p {
  margin: 1em 0; }

a {
  color: #e72b17; }

a:hover {
  color: #e72b17; }

.container {
  width: 700px;
  margin: 0px auto; }

@media (max-width: 880px) {
  .container {
    width: 90%; }
    .container .site {
      padding: 1em 0; }

  ul.posts span {
    display: block; }

  .site .header {
    padding-bottom: 32px;
    margin-left: 0px !important;
    height: 3em; }
    .site .header .gravatar {
      position: absolute;
      left: 0px;
      top: 0px; }
    .site .header h1.title {
      position: absolute;
      left: 70px;
      top: 0px; }
    .site .header .menu {
      position: absolute;
      left: 73px;
      top: 3em; }
      .site .header .menu a.extra {
        margin-right: 0.3em; }
  .site .post {
    word-wrap: break-word; }
  .site .content .head img {
    width: 120%;
    margin-left: -10%;
    min-height: 80px;
    border: 0px; }
  .site .highlight pre {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px 20px; } }
/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
.home h1 {
  font-size: 1.5em; }
.home ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
  padding: 0px; }
.home ul.posts li {
  line-height: 1.75em; }
.home ul.posts span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
  font-size: 80%; }
.home a {
  color: #E72B17;
  text-decoration: none; }
  .home a:hover {
    text-decoration: underline; }

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/
.site {
  font-size: 115%;
  line-height: 1.5em;
  padding: 5em 0; }
  .site .header {
    position: relative;
    padding-bottom: 16px;
    margin-left: -75px; }
    .site .header a {
      font-weight: bold;
      text-decoration: none; }
    .site .header h1.title {
      display: inline-block;
      font-size: 3em;
      font-weight: bold;
      margin: 0em 0.5em 0em 0em;
      font-family: 'Open Sans', sans-serif;
      line-height: 1em;
      color: #2c3e50;
      text-transform: uppercase; }
      .site .header h1.title a {
        color: black; }
        .site .header h1.title a:hover {
          color: black; }
    .site .header .menu {
      display: inline-block; }
    .site .header .gravatar {
      float: left;
      width: 60px;
      height: 60px;
      margin-right: 12px;
      margin-top: -3px;
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg);
      transform: rotate(-2deg);
      -webkit-border-radius: 0.3em;
      -moz-border-radius: 0.3em;
      -ms-border-radius: 0.3em;
      -o-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-box-shadow: rgba(0, 0, 0, 0.55) 0 1px 4px;
      -moz-box-shadow: rgba(0, 0, 0, 0.55) 0 1px 4px;
      box-shadow: rgba(0, 0, 0, 0.55) 0 1px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px;
      line-height: 0em; }
    .site .header a.extra {
      color: #666;
      margin-right: 1em;
      font-weight: 100;
      font-family: 'DroidSans', sans-serif; }
    .site .header a.extra:hover {
      color: #000;
      text-decoration: underline; }
  .site .pagination {
    text-align: center; }
    .site .pagination a {
      color: black;
      text-decoration: none; }
      .site .pagination a:visited {
        color: black; }
      .site .pagination a:hover {
        color: #E72B17;
        text-decoration: underline; }

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
.content {
  margin-top: 1em; }
  .content .head {
    position: relative; }
    .content .head img {
      width: 840px;
      margin-left: -70px;
      min-height: 80px;
      border: 0px; }
    .content .head .headline {
      position: absolute;
      bottom: 70px; }
    .content .head .headline, .content .head .meta {
      text-shadow: 1px 1px 2px black, 0 0 0.1em black, 0 0 0.1em black;
      color: white; }
    .content .head .meta {
      position: absolute;
      bottom: 30px;
      margin-bottom: 10px; }
    .content .head .copyright {
      font-size: 12px;
      line-height: 12px; }
      .content .head .copyright p {
        margin: 0px; }
  .content .copyright {
    font-size: 10px; }
  .content h1.headline {
    font-size: 1.5em;
    line-height: 1.2em;
    -webkit-margin-after: 0em;
    margin-bottom: 0em; }
  .content .meta {
    margin-top: 0px;
    color: #aaa;
    font-family: 'DroidSans', sans-serif; }
  .content .share.shared {
    opacity: 1; }
  .content .share {
    border-top: 1px solid #d1d1d1;
    text-align: center;
    margin-top: 2em;
    padding: 2em; }
  .content .share p.shared {
    padding-top: 1em;
    margin: 0; }
  .content .post {
    text-align: justify; }
  .content .share .emoji,
  .content .post .emoji {
    border: 0px;
    -webkit-border: 0px;
    box-shadow: none;
    border-radius: 0px;
    height: 1em;
    display: inline;
    margin: 0px; }
  .content .share .highlight,
  .content .post .highlight {
    border-radius: 0.3em;
    padding-left: 0.3em;
    padding-right: 0.3em; }
  .content .share a,
  .content .post a {
    color: #E72B17;
    text-decoration: none; }
    .content .share a:hover,
    .content .post a:hover {
      text-decoration: underline; }
  .content .share pre,
  .content .post pre {
    overflow-x: auto; }
  .content .share ul, .content .share ol,
  .content .post ul,
  .content .post ol {
    margin-left: 1em; }
  .content .share code,
  .content .post code {
    background-color: #f5f5f5;
    padding: 5px; }
  .content .share .highlight,
  .content .post .highlight {
    padding: 0px; }
  .content .share .highlight pre,
  .content .post .highlight pre {
    background-color: #f5f5f5;
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px; }
    .content .share .highlight pre code,
    .content .post .highlight pre code {
      padding: 0px; }
  .content .share blockquote,
  .content .post blockquote {
    border-radius: 0.15em;
    padding: 0 .2em;
    background-color: #efefef;
    margin: 0px;
    padding: 0.2em 1em; }
  .content .share pre code,
  .content .post pre code {
    border: none; }
  .content .share pre.terminal,
  .content .post pre.terminal {
    border: 1px solid #000;
    color: #FFF; }
  .content .share img,
  .content .post img {
    max-width: 100%;
    display: block;
    margin: 0px auto; }
  .content .share table th,
  .content .post table th {
    background-color: #efefef;
    border: 1px solid #999;
    padding: 5px 10px; }
  .content .share table td,
  .content .post table td {
    border: 1px solid #999;
    text-align: center; }
