* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  line-height: 1.5;
}
body {
  background: #eee;
  color: #334;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #334;
}
h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 2rem;
  margin: 10px 0 0 0;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
  margin: 15px 0 5px 0;
}
a {
  color: #e33258;
  text-decoration: none;
}
input {
  color: #334;
  font-size: 0.9rem;
  padding: 8px;
  border-radius: 3px;
  background: #fff;
  border: solid 1px #ccc;
}
p {
  margin: 5px 0 15px 0;
}
.center {
  text-align: center;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .col.two {
    width: 16.666666666666664%;
  }
  .col.three {
    width: 25%;
  }
  .col.four {
    width: 33.33333333333333%;
  }
  .col.six {
    width: 50%;
  }
  .col.eight {
    width: 66.66666666666666%;
  }
  .col.nine {
    width: 75%;
  }
  .col.ten {
    width: 83.33333333333334%;
  }
}
.Header {
  background: #000;
  color: #eee;
  padding: 20px 0 30px 0;
  text-align: center;
  border-bottom: solid 16px #e33258;
}
.Header a {
  color: #e33258;
  text-shadow: none;
  font-weight: 700;
}
.Header a:hover {
  text-decoration: underline;
}
.Header-logo {
  text-align: center;
  font-size: 4rem;
  line-height: 1.9;
  color: #e33258;
  text-shadow: 0 0 10px #e33258;
}
.Header-logo span {
  color: #eee;
}
.Header-avatar {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #334 url("images/avatar.jpg") center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border: solid 4px #eee;
  display: block;
  margin: 0 auto 20px auto;
}
.Header-contents {
  text-shadow: 0 1px 0px rgba(0,0,0,0.2);
}
.Header-actions {
  font-size: 0.9rem;
  text-align: center;
  text-shadow: 0 1px 0px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 800px) {
  .Header {
    text-align: left;
  }
  .Header-actions {
    text-align: right;
  }
  .Header-avatar {
    float: left;
    margin-right: 20px;
    position: relative;
    top: -15px;
  }
}
.Subscriber {
  padding-top: 10px;
  text-align: center;
}
.Subscriber label,
.Subscriber input,
.Subscriber button {
  width: 100%;
}
.Subscriber p {
  font-size: 0.9rem;
}
.Button {
  font-size: 0.9rem;
  padding: 8px 10px;
  border-radius: 3px;
  border: solid 1px #ccc;
  background: #eee;
  display: block;
  cursor: pointer;
  color: #666;
  font-weight: 700;
}
.Button-sub {
  font-size: 0.9rem;
  padding: 0;
  margin: 3px 0 3px 5px;
  font-weight: 500;
  color: #333;
}
.Recent {
  padding-top: 10px;
  text-align: center;
}
.Recent a {
  display: block;
  text-align: left;
  padding: 10px 10px 0 10px;
  margin: 10px 0 0 0;
  color: #e33258;
  border-top: dashed 1px #e33258;
}
.Recent a:hover {
  text-decoration: underline;
}
.Article {
  padding-bottom: 40px;
}
.Article-top {
  padding-top: 10px;
}
.Article-date {
  font-style: italic;
  text-align: left;
  font-size: 0.9rem;
}
.Article-list {
  padding-bottom: 40px;
}
.Article-contents code {
  padding: 10px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.Article-contents img {
  display: block;
  width: 100%;
}
.Article-thumb {
  width: 100%;
  background: #eee;
  margin-top: 30px;
  display: block;
  -webkit-box-shadow: 0px 10px 28px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 28px 3px rgba(0,0,0,0.3);
}
.Article-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #334 center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  margin: 10px 20px 10px 10px;
  position: relative;
  top: 3px;
}
.Article-header {
  display: inline-block;
  vertical-align: top;
}
.SmallHeader {
  background: #e33258;
  color: #eee;
  padding: 20px 0 0 0;
  border-bottom: solid 16px #fff;
}
.SmallHeader-logo {
  font-size: 3.2rem;
  line-height: 3.5rem;
  color: #fff;
}
.icon {
  width: 20px;
  height: 16px;
  display: inline-block;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}
.icon span {
  display: none;
}
.icon.twitter {
  background: url("images/icon-twitter.png") center center no-repeat;
  -webkit-background-size: 20px 16px;
  background-size: 20px 16px;
}
.icon.email {
  background: url("images/icon-email.png") center center no-repeat;
  -webkit-background-size: 20px 14px;
  background-size: 20px 14px;
}
