html, body {
  -webkit-text-size-adjust: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin: 10px;
}

h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 28px;
}

h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 26px;
}

h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 24px;
}

blockquote {
  margin: 0 2% 0 2%;
  color: #666666;
  padding-left: 2%;
  border-left: 1px solid #EEEEEE;
}

a {
  text-decoration: none;
  color: #4A4A4A;
}

hr {
  background: url(../media/separator.png) no-repeat top center;
  background-size: 291px 5px;
  background-position: center; 
  width: 100%;
  height: 5px;
  margin: 0 0 25px 0;
  border: none !important;
}

pre {
  overflow-x: scroll;
  background-color: #F8F8F8;
  border: none;
  padding: 6px 10px;
  border-radius: 3px;
}

code {
  font-size: 13px;
  line-height: 19px;
}

a, img {
  border: none;
}

img {
  max-width: 100%;
}

#container {
	width: 100%;
	margin: 0;
}

#navigation {
	margin: 35px 0 25px 0;
  padding: 0;
	text-align: center;
  list-style-type: none;
}

#navigation li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#navigation a.active {
  color: #000000;
}

#navigation img {
  width: 23px;
  opacity: 0;

  -webkit-animation: logo-animator 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
}

article header {
  margin-top: 35px;
  font-family: Helvetica, Arial, sans-serif;
}

article header h1 {
  margin: 52px 0 18px 0;
  font-size: 28px;
  line-height: 1em;
}

article header h1 a {
  color: #000000;
}

article header span {
  color: #D4D4D4;
  font-size: 16px;
  line-height: 2em;
  text-align: right;
}

.post-text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}

.post-text a {
  text-decoration: underline;
}

.summary-text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-style: italic;
  color: #A0A0A0;
  margin-bottom: 20px;
}













@-webkit-keyframes logo-animator {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}
