@charset "UTF-8";
#navigation {
  text-align: center; }

#navigation a {
  margin: 1em;
  display: inline-block; }

div.site-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px; }

body {
  font-family: 'Vollkorn', serif;
  color: #657b83;
  background-color: #fdf6e3;
  font-size: 18px; }

p, li {
  font-size: 1.3em;
  font-size: 18px;
  line-height: 1.5em; }

header,
main {
  padding: 0 20px; }

/*** wrapper div for both header and main ***/
.wrapper {
  margin-top: 10%; }

/*** anchor tags ***/
a:link,
a:visited,
a:hover,
a:active {
  color: #b58900;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/*** main content list ***/
.main-list-item {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0.8em 0; }

/* override the left margin added by font awesome for the main content list,
since it must be aligned with the content */
.fa-ul.main-list {
  margin-left: 0; }

/* list icons */
.main-list-item-icon {
  width: 36px;
  color: #657b83; }

/*** logo ***/
.logo-container {
  text-align: center; }

.logo {
  width: 96px;
  height: 96px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #fdf6e3;
  box-shadow: 0 0 0 3px #657b83; }

/*** author ***/
.author-container h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }

/*** tagline ***/
.tagline-container p {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2em; }

/******/
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, #657b83, transparent);
  background-image: -moz-linear-gradient(left, transparent, #657b83, transparent);
  background-image: -ms-linear-gradient(left, transparent, #657b83, transparent);
  background-image: -o-linear-gradient(left, transparent, #657b83, transparent); }

/*** footer ***/
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 20px; }

.poweredby {
  font-family: "Arial Narrow", Arial;
  font-size: 0.6em;
  line-height: 0.6em;
  padding: 0 5px;
  margin-top: 30px;
  text-align: center; }

/*** media queries ***/
/* X-Small devices (phones, 480px and up) */
@media (min-width: 480px) {
  /* wrapper stays 480px wide past 480px wide and is kept centered */
  .wrapper {
    width: 480px;
    margin: 5% auto 0 auto; }

  div.site-content {
    width: 480px; } }
/* All other devices (768px and up) */
@media (min-width: 768px) {
  /* past 768px the layout is changed and the wrapper has a fixed width of 680px
  to accomodate both the header column and the content column */
  .wrapper {
    width: 680px; }

  div.site-content {
    width: 680px; }

  /* the header column stays left and has a dynamic width with all contents
  aligned right */
  header {
    float: left;
    width: 30%;
    text-align: right; }

  .author-container h1,
  .logo-container,
  .tagline-container p {
    text-align: right; }

  main {
    width: 62%;
    margin-left: 43%;
    padding: 0; } }
/* This makes the icons float left in a small viewport (when left aligned) */
@media (max-width: 768px) {
  header ul span.fa {
    float: left;
    padding-top: 3px; } }
.social {
  text-align: center; }

.social li {
  display: inline-block;
  font-size: 1px;
  padding-left: 20px; }

#reddit-share {
  padding-left: 0px; }

/* BLOCKQUOTE STYLES */
/* https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

blockquote p {
  display: inline; }

table {
  border: collapse; }

th, td {
  padding: 5px; }

table, th, td {
  border: 1px solid #657b83; }
