/*
Theme Name: Simple Simon
Author: Your Name
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  


p {
  line-height: 1.5rem; }

em {
  font-style: italic; }

article {
  padding-bottom: 0.7rem; }

.site-header {
  padding-bottom: 2rem;
  color: #57A07F; }

.site-header a {
  text-decoration: none;
}
.site-header p {
  padding-top: 0.2rem;
  }

.article-header {
  padding-bottom: 1rem;
  font-size: 2rem; }
  .article-header a {
    text-decoration: none; }

.page-footer {
  color: #656565; 
    clear: both;
}
  
.wrapper img {
  max-width: 100%;
  max-height: 95vh;
  display: block;
  margin: auto;
}

.article-footer {
  color: #F37C33;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem; 
  font-size: 0.7rem;
}
.meta a {
  color: #F37C33;
  text-decoration: none; }

nav {
  padding-top: .5rem; }

nav a {
  padding-right: 15px;
  font-size: 1rem;
  font-style: normal; }

nav a.active {
  text-decoration: underline; }

.tags {
  list-style: none;
  padding: 0;
  display: inline;
  margin: 0; }

.tags li {
  display: inline;
  text-decoration: none;
  padding: 0;
  margin: 0; }

.tags li a {
  text-decoration: none;
  color: #8da8b0;
  display: inline;
  padding: 0; }

.tags li + li:before {
  content: ", "; }

body {
  background-color: #F9F7EB;
  font-family: merriweather, serif;
  font-size: 1rem;
  line-height: 1.5em;
  color: #323232;
  padding: 3em; }

hr {
  color: black;
  margin-top: 1rem; }

p {
  margin-bottom: 0.6rem;
  margin-top: 0.5rem; }
  p a, p a:visited, p a:active, p a:hover {
    text-decoration-color: black;
    color: #5F8AC7; }
    
.excerpt p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9rem;	
}

.front-title, .front-title a, .front-title a:visited, .front-title a:active, .front-title a:hover {
	margin-top: 1rem;
	color: #F37C33;
}

h1, h1 a, h1 a:visited, h1 a:active, h1 a:hover {
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
  color: #57A07F; }

h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover {
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  padding-top: 1rem;
  text-decoration: none;
  color: #F37C33; }

h3 {
  font-weight: bold;
  text-decoration: none; 
  font-size: 1rem;
  color: #5F8AC7;
}

.wrapper {
  margin: 0 auto;
  width: 70%;
  max-width: 700px;
}

@media screen and (max-width: 800px) {
  .wrapper {
    width: 100%;
    /* The width is 100%, when the viewport is 700px or smaller */
    padding-left: 0.1rem; }
  body {
    padding: 1.5em; } }
    .wrapper img {
  max-width: 100%;
  max-height: 95vh;
  display: block;
  margin: auto;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 15px;
  border-left: 2px solid #656565; }

a, a:hover, a:visited {
  color: #5F8AC7;
  text-decoration: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem; }

.page-footer a {
  color: #656565;
  text-decoration: none; }

h3 a, h3 a:active, h3 a:hover, h3 a:visited {
  text-decoration: none;
  color: #5F8AC7; }

.article-footer, .article-footer a, .article-footer a:visited, .article-footer a:active, .article-footer a:hover {
  padding-bottom: 1rem;
  font-size: 0.9rem;
  padding-top: 0.3rem;
  text-decoration: none;
  color: #57A07F; }
  
.front-footer {
font-size: 0.9rem;
  text-decoration: none;
  color: #57A07F; }
}

span.nobr {
  white-space: nowrap; }

.recent {
  margin-bottom: 20px; }

.pagination {
  list-style: none;
  padding: 0; }

.pagination > li {
  display: inline; }

/*
img {
  width: 100%;
  height: auto; }
*/

ul {
 list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.navigation {
	padding-top: 1rem;
	font-size: 0.9rem;
}

.navigation ul {
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}

.navigation ul li {
	display: inline;
	padding-right: 1rem;
}

.previous {
	float: left;
}

.next {
	float: right;
}

.taxonomy-description {
	color: #5F8AC7;
	font-size: 0.8;
}

.taxonomy-description p {
	font-size: 0.9rem;
}

 