body {
  padding: 50px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13pt;
  font-optical-sizing: auto;
  color: #333;
}

p,
ul,
ol,
pre,
dl {
  margin: 0 0 20px;
}

a {
  color: #c4a;
  text-decoration: none;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
}

blockquote {
  border-left: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
}

pre {
  padding: 8px 15px;
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
}
code,
pre {
  font-size: 11pt;
}

code {
  color: #338;
}

header {
  width: 270px;
  float: left;
  position: fixed;
}

header ul {
  list-style: none;
  height: 30px;
  padding: 0;
  width: 270px;
}

header li {
  width: 90px;
  float: left;
  height: 30px;
}

header p.view {
  margin-top: 10px;
}

header ul a {
  line-height: 1;
  font-size: 11px;
  color: #999;
  display: block;
  padding-top: 6px;
  height: 30px;
}

strong {
  color: #222;
  font-weight: 700;
}

header .title {
  font-size: 42px;
  font-family: "Shadows Into Light", cursive;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 8px;
}

section {
  width: 630px;
  float: right;
  padding-bottom: 50px;
}

hr {
  border: 0;
  background: #e5e5e5;
  height: 1px;
  margin: 0 0 20px;
}

footer {
  width: 270px;
  float: left;
  position: fixed;
  bottom: 10px;
  font-size: 12px;
}

@media print, screen and (max-width: 960px) {
  div.wrapper {
    width: auto;
    margin: 0;
  }

  header,
  section,
  footer {
    float: none;
    position: static;
    width: auto;
  }

  header {
    padding-right: 320px;
  }

  section {
    border: none;
    padding: 20px 0;
    margin: 0 0 20px;
  }

  header ul {
    position: absolute;
    right: 50px;
    top: 52px;
  }
}

@media print, screen and (max-width: 720px) {
  body {
    word-wrap: break-word;
  }

  header {
    padding: 0;
  }

  header p.view {
    position: static;
  }

  pre,
  code {
    word-wrap: normal;
  }
}

@media print, screen and (max-width: 480px) {
  body {
    padding: 15px;
  }

  header ul {
    padding-bottom: 10px;
  }
}

@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444;
  }
}

.front-title {
  color: #39c;
  font-weight: 400;
  text-decoration: none;
  font-size: 26px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sub-title {
  font-family: "Coming Soon", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 15pt;
}

.article-title {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-size: 28px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paginator {
  float: right;
  font-size: 14px;
}

a:hover > img {
  box-shadow: 0px 0px 35px #dddd33;
}
a:hover {
  text-shadow: 0 0 9px #cc7777;
}
