.blog-header {
  text-align: center;
}

.blog-header a, .blog-header a:visited{
  color: #222222;
  font-family: Verdana, sans-serif;
  text-decoration: none;
}


body {
    line-height: 1.63em;

    font-size: 12px;
    font-family: Verdana, sans-serif;

    color: #222222;
    background-color: rgb(230,230,230);
}

div.post-container {
  margin: auto;
  max-width: 800px;
}

div.post { 
  margin: 20px auto;
  border: 1px solid rgb(156,156,156);
  border-radius: 7px;
  padding: 15px 40px 15px 40px;
  box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
  background-color: rgb(254,254,254);
}

.post h1 {
  font-size: 1.0em;
}

table.post-header { 
  width: 100%;
  font-size: 1em;
}

.comment-link {
  font-size: 12px;
}

.post .post-title a, 
.post .post-title a:visited {
  color: #222222;
  font-family: Verdana, sans-serif;
  text-decoration: none;
}

.post img {
    display: block;
    margin: auto;
    max-width: 100%;
}


.post-date {
  text-align: right;
  vertical-align: bottom;
  color: rgb(163, 163, 163);
  font-size: .9em;
}

p {
  -webkit-margin-before: 2.0em;
  -webkit-margin-after: 2.0em;
  
}


blockquote {
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: rgb(51, 102, 153);

  padding-left: 10px;

  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 20px;
  -webkit-margin-end: 20px;
}


a, a:visited {
    color:#6a8a6b;
    text-decoration: underline;
}

table { 
  -webkit-border-horizontal-spacing: 0;
  padding : 0 0 0 0;
}
