* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;

}
.post-title {
  border-bottom: 1px solid #E4684C;
  border-bottom-color: #eee;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.12;
  font-family: 'Arvo', Georgia, serif;
}
.post-title a {
  color: #333333;
  text-decoration: none;
}
.post-date {
  margin-top: 6px;
  display: block;
  float: right;
  color: #ccc;
  display: none;
}
.post-content {
  margin-top: 0.1cm;
  margin-left: 0.4cm;
  margin-right: 0.4cm;
  max-width: 720px;
  clear: both;
}

.post-content large {
  font-weight: normal;
font-family: 'Arvo', Georgia, serif;
  font-size: 2.2em;
  font-weight: bold;

}

.post-content viktigt {
  font-weight: normal;
font-family: 'Arvo', Georgia, serif;
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
}

.post-content left{
float:left;
width: 35%;
overflow:hidden;
}
.post-content right{


overflow:hidden;
} 

.post-content a {
  color: #555;
}
.post-content p {
  font-size: 16px;
}

.post-content h2 {
  font-size: 24px;
  font-family: 'Arvo', Georgia, serif;
  color: #465B62;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
.post-content blockquote {
  margin: 0;
  color: #aaa;
  font-style: italic;
  text-align: right;
}
.post-content blockquote cite {
  font-size: 14px;
  margin-top: -16px;
  display: block;
  color: #ccc;
}
.post-content blockquote cite:before {
  content: "— ";
}
.post-content figure.image {
  margin: 0;
  margin-left: -240px;
}
.post-content figure.image img {
  max-width: 960px;
}
.post-content figure.image figcaption {
  text-align: right;
  font-size: 13px;
  font-style: italic;
}
.comments-link {
  clear: both;
  text-align: right;
  color: #555;
  text-decoration: none;
  background-size: 16px 16px;
  float: right;
  padding-left: 20px;
  margin: 20px 0;
  font-size: 14px;
}
.footnotes {
  color: #888;
  font-size: 12px;
}
.footnotes p {
  font-size: 12px;
}
.footnotes a.reversefootnote {
  color: #555;
  text-decoration: none;
}
.post-meta,
.post-comments {
  clear: both;
}
.related,
.footer,
.pagination {
  clear: both;
}
.pagination {
  font-size: 14px;
  text-align: right;
  color: #888;
  text-transform: uppercase;
}
.footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 30px 0;
  color: #ccc;
  text-align: right;
}
.footer p {
  margin: 0;
  font-size: 12px;
}
.masthead {
  color: #a5a59f;
  font-size: 14px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.masthead a {
  text-decoration: none;
  font-weight: normal;
  text-transform: lowercase;
  font-family: 'Arvo', Georgia, serif;
  font-style: italic;
  color: #53534b;
  font-size: 18px;
}
.masthead small {
  font-weight: normal;
  font-size: 13px;
  font-style: italic;
}
@media all and (max-width: 959px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .post {
    padding: 0 20px;
  }
  .post-content h2 {
    margin-left: 0;
  }
  .post-content figure.image {
    margin-left: 0;
  }
  .post-content figure.image img {
    max-width: 100%;
  }
}
@media all and (max-width: 639px) {
  .masthead {
    text-align: left;
  }
  .container {
    margin-top: 100px;
  }
}
.nav {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 12px;
}
.nav a {
  text-decoration: none;
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
}
.lnk a {
color:#333;
text-decoration:none;
}
div.post-comments {
  border: 1px solid #ddd;
  padding: 50px;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}
div.post-comments a {
  color: #555;
}
@media print {
#print-button {
	display: none;
}
}
