h2, h3, h4, h5 {
  margin: 1em 0 1em; }

html, body {
  height: 100%; }


body {
  background-color: #f1f1f1;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303030;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  padding: 0; }

blockquote {
  margin: 0;
  font-style: normal !important; }

header {
  text-align: center; }

footer {
  width: 100%;
  max-width: 768px;
  line-height: 2em;
  margin: auto;
  padding-bottom: 30px;
  text-align: center; }
  footer * {
    color: #797979; }

#container {
  width: 100%;
  max-width: 768px;
  background: #fff;
  margin: 40px auto 20px;
  border-radius: 7px;
  border: 1px solid #eee;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #container:before, #container:after {
    content: " ";
    display: table; }
  #container:after {
    clear: both; }

.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px; 
/*  border-width: 0;
  border-style: solid;*/
  padding: 20px 60px;
  margin: auto; }

  a { color: #4183c4; text-decoration: none; }
  a:hover { text-decoration: underline; }

hr {
  border: 0;
  border-bottom: 1px dotted #CCC;
  margin: 25px 0; }

img {
  max-width: 100%; }
  img.half {
    width: 50%; }

iframe {
  max-width: 100%; }

form {
  margin: 1em 0; }

ul, ol {
  padding: 0 0 0 30px; }

ul.posts, ul.posts li {
  margin: 0;
  padding: 0;
  list-style: none; }
ul.posts li {
  margin-bottom: 20px; }
ul.posts .datetime {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 130px;
  text-transform: uppercase;
  float: right;
  color: #999;
  font-size: 10px;
  text-align: right; }

section.post {
  margin: 0;
  text-align: left;
  border-top: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em; }
 
  section.post h2 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }

  section.post h1 {
    text-align: center;
    line-height: 1.5em;
    /*border-bottom: 1px solid #efefef;*/
    margin-bottom: 30px; }
    section.post h1 .date {
      color: #d0d0d0;
      font-size: 10px; }
  section.post img.gravatar {
    position: absolute;
    top: 140px;
    width: 120px;
    height: 120px;
    border: 1px solid #efefef;
    right: 80px;
    border-radius: 5px; }
  section.post em strong {
    background-color: #ffffee;
    padding: 0 2px; }
  section.post blockquote {
    padding: 0 1em;
    margin: 14px 0;
    border: 2px dashed #d0dfda;
    border-radius: 5px;
    color: #606060;
    background: #f9f9f9;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
    section.post blockquote:hover {
      color: #454545; }

pre {
  word-wrap: break-word;
  color: #eee;
  background: #29281e;
  padding: 1em;
  border-radius: 5px;
  width: 100%;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.signoff {
  margin-top: 30px; }
  .signoff img {
    width: 20px; }

.paging a {
  opacity: 0.25; }
.paging a:hover {
  opacity: 0.7;
  background: none; }
.paging .left, .paging .right {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 60px; }
.paging .left {
  margin-left: -424px; }
.paging .right {
  margin-left: 404px; }

iframe.sample {
  width: 100%;
  border: 1px solid #ccc; }

figure {
  margin: 2em 0;
  text-align: center; }
  figure figcaption {
    font-size: 16px;
    margin-top: 1em; }

