/*
Theme Name: Martin
Theme URI: http://martinottenwaelter.fr
Description: martinottenwaelter.fr theme
Version: 1.0
Author: Martin Ottenwaelter
*/

body {
  background-color: #fff;
  font: 300 14px/19px Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

#header,
#sidebar {
  float: left;
  clear: left;
}

#sidebar p,
#header h1 {
  text-align: right;
}

#header h1 {
  width: 300px;
  margin: 0;
  font-size: 35px;
  line-height: 1;
}

#sidebar p {
  width: 250px;
  margin: 30px 0 0 50px;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 17px;
}

h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 30px;
}

h1 a,
h2 a,
h3 a {
  color: #000;
}

a {
  color: #3b5998;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #434343;
}

#content {
  margin-left: 370px;
  max-width: 640px;
}

#content .post {
  list-style: none;
  margin-bottom: 130px;
}

#comments textarea {
  width: 100%;
}

.entry {
  color: #434343;
}

.post p img {
  margin: 0 auto;
  display: block;
}

.post video {
  margin: 0 auto;
  display: block;
  border: 1px solid #d4d4d4;
}

pre,
code {
  border: 1px solid #d4d4d4;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-size: 13px;
  color: #7a7a7a;
}

pre {
  padding: 13px;
  overflow: auto;
}

code {
  padding: 2px;
  background-color: #f5f5f5;
}

#footer {
  margin: 30px;
  text-align: right;
}

.tags {
  font-size: 11px;
  margin: -20px 0 20px 0;
  color: #7a7a7a;
}

.tags a {
  color: #fff;
  background: #919191;
  text-decoration: none;
  font-weight: normal;
  padding: 1px 8px;
  margin-right: 3px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.tags a:hover {
  background-color: #434343;
}

ol.commentlist {
  list-style: none;
  padding: 0;
}

.comment-body {
  margin: 1em 0;
  padding: 0.5em;
}

.comment-author img {
  float: left;
  margin-right: 0.5em;
}

.commentmetadata a {
  font-size: 11px;
  font-weight: normal;
}

