body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font: 1em 'Merriweather',arial,sans-serif;
  font-weight: 300;
  color: #444;
  background-color: #fafafa;
}

h1, h2 {
  line-height: 1.2;
  margin: 0 0 12px 0;
}

h3, h4 {
  line-height: 1.2;
  margin: 0 0 6px 0;
}

p {
  margin-top: 3px;
}

hr {
  border: 0;
  height: 25px;
}

input[type=text], input[type=submit], input[type=password], input[type=button], select, button, textarea {
  margin-top: 5px;
  padding: 5px;
  font-family: monospace;
}

a {
  text-decoration: underline;
  color: inherit;
}

header {
  margin-bottom: 70px;
}

footer {
  margin-top: 70px;
  margin-bottom: 25px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.8em;
}

pre code {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}

code {
  font-size: 1.2em;
}

#page {
  height:100%;
  min-height: 100%;
  margin: 25px auto;
  max-width: 1000px;
  padding: 0 10px;
}

#site-name {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.85em;
  text-transform: uppercase;
}

#site-name a {
  text-decoration: none;
}

#nav-list {
  margin: 25px 0 25px 0;
  padding: 0;
}

#nav-list a {
  text-decoration: none;
}

#nav-list li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.post-title a {
  text-decoration: none;
}

.post-content {
  margin-top: 30px;
}

.page-content img {
  max-width: 100%;
}

.post-content img {
  max-width: 100%
}

.post-content a {
  color: #2980b9;
}

.danger {
  color: #e74c3c;
}

.success {
  color: #27ae60;
}

.error {
  color: #e74c3c;
  font-size: small;
}

.big {
  font-size: large;
}

.small {
  font-size: small;
}

.long-text {
  width: 500px;
}

.very-long-text {
  width: 80%;
}

textarea.long-text {
  width: 80%;
  height: 400px;
}

ul.additional {
  margin: 0px;
  padding: 0px;
}

.additional li {
  display: inline;
  padding-right: 0.5em;
}

.box {
  margin-top: 20px;
  margin-bottom: 20px;
}

a.hover-only {
  text-decoration: none;
}

a:hover.hover-only {
  text-decoration: underline;
}