/* 2017-04-14 Arnaud */

body {
  font-family: sans-serif;
  line-height: 1.2;
  font-weight: 200;
  background-color: #fdfdfd;
}

.site-header {
  background: white url('/images/background.jpeg') no-repeat center center;
  background-color: white;
  border-top: 5px solid #333;
  border-bottom: 1px solid #e8e8e8;
  min-height: 230px;
}

.site-title,
.site-title:hover,
.site-title:visited {
  display: block;
  color: #ffffff;
  font-size: 40px;
  padding-top: 20px;
  font-weight: bold;
  float: left;
  line-height: 56px;
  position: relative;
  z-index: 1;
}

.site-nav .page-link {
  color: #ffffff;
  font-weight: 400;
}

.post-header h1 {
  letter-spacing: -0px;
}

h1                 { font-size: 130%; font-weight: 450; }
h2, h3, h4, h5, h6 { font-size: 115%; font-weight: 350; }

.posts .post-link {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1;
}

.posts .post-date {
  display: block;
  font-size: 10px;
  color: #818181;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  letter-spacing: 0px;
}

.post-content h1 {
  font-size: 130%;
  font-weight: 450;
}

.post-content h2 {
  font-size: 120%;
  font-weight: 400;
}

.post-content h3 {
  font-size: 115%;
  font-weight: 350;
}

.post-content h4 {
  font-size: 110%;
  font-weight: 300;
}


table, th, td {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
}

.post-content table {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

th {
  font-weight: bold;
}

.post-content th, td {
  padding: 3px;
  text-align: right;
}

.post-content tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.commentform {
  width: 80%;
  margin-left: 0px;
  margin-right: auto;
}

.commentform td {
  text-align: left;
}

/* EOF */
