/* Fat's blog styles */

html,
body {
  overflow: auto;
}

h1 a {
  margin: 0;
  font-family: "Mistral", helvetica;
  font-size: 48px;
  color: #f600ff;
}

h1 a:hover {
  color: #f600ff;
  text-decoration: none;
}

body > article,
body > header,
body > section,
body > footer {
  width: 525px;
  padding: 0 50px;
}

header h1 {
  margin-bottom: 0;
}

body > header {
  padding-top: 50px;
}

body > footer {
  padding-bottom: 20px;
}

body > footer,
body > section {
  overflow: hidden;
}

article header {
  margin-bottom: 15px;
}

footer {
  margin-top: 0;
  border: 0;
}

a,
a:hover {
  color: #000;
}

p a {
  text-decoration: underline;
}

p {
  color: #555;
}

.post {
  margin: 30px 0;
}

section .post img {
  float: left;
  width: 250px;
  margin-right: 25px;
  margin-bottom: 0;
}

.post img {
  width: 500px;
  margin-bottom: -25px;
}

.post::after {
  display: block;
  width: auto;
  height: 8px;
  margin: 0 auto;
  margin-top: 31px;
  background-color: #000;
  content: '';
}

.avatar {
  position: relative;
  float: left;
  margin-right: 25px;
}

.avatar img {
  position: relative;
  display: block;
  width: 189px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.avatar img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  content: " ";
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
       -o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

article p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}

pre code {
  background: transparent;
}