body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.36em;
  width: 800px;
  margin: 0 auto; }

* {
  box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  -webkit-box-sizing: "border-box"; }

header.main hgroup {
  height: 110px;
  margin-bottom: 35px; }
  header.main hgroup h1, header.main hgroup h2 {
    height: 110px;
    font-family: "Puritan";
    font-size: 26px; }
  header.main hgroup h1 {
    border-top: 10px solid #999;
    width: 185px;
    float: left;
    text-align: right;
    background: url(../images/sidebar-divider.png) bottom center no-repeat;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }
    header.main hgroup h1 a {
      display: block;
      padding-top: 30px;
      color: #007fff;
      text-decoration: none; }
      header.main hgroup h1 a:hover {
        color: #000; }
  header.main hgroup h2 {
    line-height: 100px;
    text-align: center;
    color: #999;
    font-style: italic;
    border-top: 10px solid #007fff;
    margin-left: 220px;
    background: url(../images/content-divider.png) bottom center no-repeat; }

aside {
  clear: left;
  float: left;
  width: 185px;
  text-align: right;
  line-height: 1.3em; }
  aside a {
    color: #999;
    font-size: 90%; }
    aside a:hover {
      color: #000; }
  aside h3 {
    font-family: 'Puritan';
    color: #007fff;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 17.5px; }
  aside form[role=search] {
    margin-top: 35px;
    white-space: nowrap; }
    aside form[role=search] label {
      display: none; }
    aside form[role=search] input[type=text] {
      width: 95px; }

section {
  margin-left: 220px; }
  section nav {
    padding-bottom: 35px; }
    section nav a {
      color: #999; }
      section nav a:hover {
        color: #333; }
      section nav a[rel=next] {
        float: right; }

article {
  color: #333333;
  background: url(../images/content-divider.png) bottom center no-repeat;
  padding-bottom: 35px;
  margin-bottom: 35px; }
  article header {
    font-size: 12px;
    color: #999;
    font-style: italic; }
    article header h2, article header h1 {
      font-family: "Puritan";
      font-size: 26px;
      color: #000;
      font-style: normal;
      padding: 0; }
      article header h2 a, article header h1 a {
        color: #000;
        text-decoration: none; }
        article header h2 a:hover, article header h1 a:hover {
          color: #007fff; }
        article header h2 a:visited, article header h1 a:visited {
          color: #003f80; }
    article header a {
      color: #999;
      text-decoration: none; }
      article header a:hover {
        color: #007fff; }
      article header a:visited {
        color: #AAA; }
  article a {
    color: #007fff; }
    article a:hover {
      color: #000; }
    article a:visited {
      color: #003f80; }
  article p, article ol, article ul, article h1, article h2, article h3, article h4, article h5, article h6 {
    padding: 0.5em 0; }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    font-family: "Puritan";
    font-weight: bold; }
  article h1 {
    color: #007fff; }
  article footer {
    color: #999;
    font-style: italic;
    padding: 1em 0;
    font-size: 12px; }
    article footer a {
      color: #999; }
      article footer a:hover {
        color: #333; }
      article footer a:visited {
        color: #BBB; }

section > h3 {
  font-family: "Puritan";
  font-size: 20px;
  color: #007fff;
  margin-bottom: 17.5px; }

.archive h1 {
  font-family: "Puritan";
  font-size: 18px;
  margin-bottom: 35px; }

article.comment header {
  font-size: 14px;
  font-style: normal;
  color: #000;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0.5em; }
  article.comment header img.avatar {
    float: left;
    margin-right: 0.5em; }
  article.comment header a {
    text-style: underline;
    color: #007fff; }

#respond h3 {
  font-family: "Puritan";
  font-size: 20px;
  color: #007fff;
  margin-bottom: 17.5px; }
#respond .required {
  color: red;
  font-weight: bold; }
#respond .comment-notes, #respond .logged-in-as {
  margin-bottom: 17.5px; }
#respond .form-allowed-tags {
  font-size: 85%;
  color: #999;
  font-style: italic; }
#respond label {
  color: #999;
  display: block; }
#respond textarea {
  min-width: 100%; }

body > footer {
  clear: both;
  visibility: hidden; }

/* Presentational classes generated by WordPress */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.wp-caption {
  border: 1px solid #999;
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 10px; }
