/* #######################################################################

	4.	Typography

####################################################################### */
body,
input,
button,
textarea {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.flexslider .flex-next, .flexslider .flex-prev {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
}

a {
  color: #e47171;
  text-decoration: none;
  transition: color 0.25s ease-in;
}

a:hover,
.sidebar li.current_page_item a {
  text-decoration: none;
  transition: all 0.25s ease-in;
}

.read-more, .read-more:hover {
  text-decoration: none;
  transition: all 0.25s ease-in;
}

.announce {
  text-align: center;
}

.announce a:hover, .meta a:hover, .sidebar a:hover, .pagination a:hover, #literary-footer a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

#literary-footer a.credit {
  display: inline-block;
  margin-top: 0.5em;
}

#literary-footer .social-links a, #literary-footer .social-links a:hover {
  border: none;
}

p {
  margin-bottom: 1.5em;
}

.announce p:last-of-type {
  margin-bottom: 0;
}

p, .announce, .meta, .widget {
  line-height: 1.7;
}

h1, .archive-content h2, .archive-content h2 a {
  margin: 0.5em 0;
  line-height: 1.3;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0.5em 0 10px 0;
}

.home .archive-content h2 a:hover, .archive-content span.source a:hover {
  opacity: 0.7;
}

.archive-content .post-content, #literary-footer {
  text-align: center;
}

header nav ul ul {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.navigation a:hover {
  opacity: 0.7;
}

.home .the-content ul, .home .the-content ol {
  text-align: left;
}
.home .the-content tbody {
  color: #363f48;
}

