*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  background-color: #f1ecdb;
  color: #303030;
  font-family: "arial", serif;
  font-size: 1rem; }
  @media screen and (min-width: 800px) {
    html {
      font-size: 1.125rem; } }

.post-title
{
	font-family: 'Stint Ultra Expanded', arial;
	letter-spacing: 5px;
	font-size: 40px;
}

.prev, .next
{
	font-size: 20px;
    font-family: arial;
}

.next td
{
	text-align: right;
}

.post-date, .main-dates
{
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #c0bcaf;
}

.main-years
{
	font-family: 'Stint Ultra Expanded', arial;
	letter-spacing: 15px;
	font-size: 40px;
}

.main-posts
{
	letter-spacing: 1px;
	position: relative;
    top: -4px;
}

.main-footer
{
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b0b0b0;
	text-align:center;
	margin-bottom: 40px;
}

.sm-links
{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	text-align:center;
	background: #000;
	font-weight: bold;
}

.sm-links a
{
	color: #fff;
}

.nav-bottom
{
  font-family: 'Stint Ultra Expanded', arial;
  letter-spacing: 5px;
  font-weight: bold;
}
  
.divider
{
	height:3px;
	color: #e5dfce;
	background-color: #e5dfce;
	border: none;
	margin-top: -20px;
	margin-bottom: 5px;
}

.titledivider
{
	height:3px;
	color: #e5dfce;
	background-color: #e5dfce;
	border: none;
	float: left;
	margin-top: -30px;
	width: 32%;
}

.image600
{
	width: 600px;	
	background-color: #f00;
}

body {
  line-height: 1.6; }

html,
body {
  margin: 0; }

h1,
p,
figure,
pre,
blockquote {
  margin: 0 0 1rem; }





hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #686868; }

figure .representation {
  display: block;
  margin: 0 0 .5rem; }

figcaption {
  padding: 0 .5rem .5rem;
  font-size: .8125rem;
  text-align: right; }
  figcaption .original::before {
    content: ' ';
    display: block; }

img {
  max-width: 100%; }


  
blockquote {
  padding: 1rem;
  border-left: 5px solid #e5e5e5;
  color: #686868;
  font-style: italic; }
  blockquote p {
    margin: 0; }
  blockquote cite {
    display: block;
    margin: 1rem 0 0;
    font-size: .875rem;
    text-align: right; }

a {
  color: #cb6400;
  text-decoration: none; }
  a:hover {
    color: #ffac0d;	
	text-decoration: none;}

ol,
ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
  list-style-position: outside; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0; }

li {
  margin: 0; }
  li:not(last-of-type) {
    margin-bottom: .4rem; }

abbr {
  border-bottom: 1px dashed currentColor;
  text-decoration: none;
  cursor: help; }

kbd,
code,
pre {
  font-family: '"Source Code Pro"', monospace; }

pre {
  max-width: 100%; }

kbd,
code {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #e5e5e5; }

article,
section {
  display: block;
  margin-bottom: 1rem; }

h1 {
  font-size: 2.0rem; }

h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
  font-family: 'Stint Ultra Expanded', arial;
  letter-spacing: 2px;
  color: #a29e91; }

h2 {
  font-size: 2rem;
  }

h3{
  font-size: 1.7rem;
  font-family: "arial", serif;
  letter-spacing: 0px;
  }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

h1,h2,h3,h4
{
        margin-top: 40px;
        margin-bottom: 0px;
}

.container {
  width: 100%;
  max-width: 38rem;
  margin: 0 auto;
  padding: 1rem; }
  @media screen and (min-width: 800px) {
    .container {
      padding: 1rem 0; } }

.site-header,
.site-nav {
  margin-bottom: 2rem;
  font-family: 'Stint Ultra Expanded', arial;
  letter-spacing: 5px;
  font-weight: bold;  }
  .site-header h1,
  .site-nav h1 {
    margin-bottom: .5rem; }

.site-nav a::before {
  content: '\2190';
  margin-right: .25rem; }

.site-footer {
  margin: 3rem 0 0;
  font-size: .8125rem; }
  .site-footer [itemprop="sameAs"] + [itemprop="sameAs"] {
    margin-left: .4rem; }
  @media screen and (min-width: 800px) {
    .site-footer {
      margin-bottom: .5rem; } }

.posts ol {
  margin-left: 0;
  list-style: none; }
.posts li {
  margin-bottom: .5rem; }
  @media screen and (min-width: 800px) {
    .posts li {
      display: flex;
      flex-direction: row; } }
.posts time {
  display: block; }
  @media screen and (min-width: 800px) {
    .posts time {
      flex: 0 0 5rem; } }
  .posts time + a {
    margin-left: 1rem; }
    @media screen and (min-width: 800px) {
      .posts time + a {
        margin-left: 2rem; } }

.post .post-header {
  margin-bottom: 2rem; }
.post .post-date  {
  display: block;
  margin: 0 0 1rem;
  text-align: right; }

  
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  
  padding: 15px;
  width: 30%;
  font-size: 16px;
}