h1,
h2,
h3,
h4 {
  font-family: 'Kotta One', sans-serif;
  font-weight: normal;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
a {
  text-decoration: none;
  color: #2787d1;
}
a.special {
  color: #df284b;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial;
  font-size: 15px;
  color: #474747;
  padding-left: 30px;
  padding-bottom: 20px;
}
header {
  margin: 0px 20px 0px 0px;
  border-bottom: 1px solid #e0e0e0;
  height: 90px;
  background: url("/images/frostbolt.png") no-repeat left center;
}
header h1 {
  display: none;
}
header a.home {
  display: block;
  position: absolute;
  height: 90px;
  background: transparent;
  left: 20px;
  right: 20px;
}
article {
  width: 550px;
  text-align: justify-left;
  line-height: 1.4;
}
article h2,
article h3,
article h4 {
  text-align: left;
  margin-bottom: 10px;
}
article .article h3 {
  text-align: left;
}
article small {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cbcbcb;
}
article img {
  max-width: 550px;
}
footer {
  margin: 30px 20px 0px 0px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
footer strong,
footer a {
  color: #c5c5c5;
  margin-right: 20px;
}
ul.list {
  text-align: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
pre,
code {
  font-size: 12px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  padding: 10px;
  background-color: #fbfbfc;
  border: 1px solid #e1e1e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
p > code {
  padding: 3px 5px 3px 5px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #d14;
}
pre code {
  background: transparent;
  overflow: auto;
}
blockquote {
  margin-left: 0px;
  padding-left: 20px;
  border-left: 5px solid #2787d1;
}
