@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);

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

.grv-img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  margin: 0 0 20px;
}
p,
ul,
ol,
table,
pre,
dl {
  margin: 0 0 20px;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
  color: #393939;
}

h3,
h4,
h5,
h6 {
  color: #494949;
  font-weight: bold;
  font-size: 0.83em;
}

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;
}

code,
pre {
  font-family:
    Monaco,
    Bitstream Vera Sans Mono,
    Lucida Console,
    Terminal;
  color: #333;
  font-size: 12pt;
}

pre {
  padding: 8px 15px;
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}

dt {
  color: #444;
  font-weight: 700;
}

th {
  color: #444;
}

img {
  max-width: 100%;
}

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 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;
}

div[class="social"] a {
  background-repeat: no-repeat;
  background-position: 3px 6px;
  padding-left: 25px;
}

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 ul,
  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;
}
