/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */

body {

  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;  
  background-color: #fefefe;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  line-height: 1.4;
}

a {
  color: blue;
  text-decoration: underline;
  }

a.post-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 600;
  color: black;
  margin-top: 10px;
  margin-bottom: 1px;
  text-decoration: none;
}

.post-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 1px;
  text-decoration: none;
}

.post-subhead {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  font-weight: bold;
  color: #111;
  margin-bottom: 30px;
}

.small-title {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}	

ul {
 list-style-type: square;
}

.justify {
 text-align: justify;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
margin-bottom: 15px; }

li {
  margin-bottom: 10px; }

.site-tag a {
    display: inline-block;
    margin-right: 12px;
}

.index-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

/**
 * Images
 */
img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 100%;
  vertical-align: middle; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 5px; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

/**
 * Links
 */

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 17px;
  letter-spacing: 0px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(868px - (10px * 2));
  max-width: calc(868px - (10px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 650px) {
    .wrapper {
      max-width: -webkit-calc(868px - (20px));
      max-width: calc(868px - (10px));
      padding-right: 30px;
      padding-left: 30px; } }

/**
 
/**
 * Header Wrapper
 */
.wrapper2 {
  max-width: -webkit-calc(868px - (10px * 2));
  max-width: calc(868px - (10px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 15px; }
  @media screen and (max-width: 650px) {
    .wrapper {
      max-width: -webkit-calc(760px - (10px));
      max-width: calc(760px - (10px));
      padding-right: 30px;
      padding-left: 30px; } }

.wrapper3 {
  max-width: -webkit-calc(868px - (10px * 2));
  max-width: calc(868px - (10px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }

.wrapper4 {
  margin-left: 868px;
  text-align: top;
  padding-right: 30px;
  padding-left: 30px; }  

/**

* Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-top: 3px solid #424242;
  border-bottom: 0px solid #e8e8e8;
  border-width: auto;
  min-height: 0px;
  position: relative; }

.site-title {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: -1px;
  text-decoration: none;
}

.site-nav {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  float: right;
  text-decoration: none;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
    .site-nav {
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 2px solid #e8e8e8;
  padding: 30px 0; }

.footer-contact {
      margin-top: -20px;
      margin-left: 5px;
      float: left;
      font-size: 14px;
    }

      .footer-contact a {
        color: #8085C1;
      }      
 
.footer-x {
      margin-top: -15px;
      margin-left: 5px;
      float: left;
    }
	
.footer-rss {
      margin-top: -30px;
      margin-right: 5px;
      float: right;
    }

      .footer-rss img {
        border: 0;
      }

  .footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.footer-text {
  font-size: 10px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 11px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 11px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 5px 0; }

.page-heading {
  font-size: 5px; }

.post-list {
  font-size: 18px;
  margin-left: 1; }
  .post-list > li {
    margin-bottom: 10px; }

.post-listdate {
  font-size: 8px;
  float: right;
  margin-right: 50; }
  .post-listdate > li {
   margin-top: 1px; 
   margin-bottom: 1px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-date {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px; 
  font-style: italic; }

.post-date-index {
  margin-top: 1px;
  margin-bottom: 8px;
  font-size: 14px; 
  color: #6E6D6D; } 

.post-date-archive {
  margin-top: 2px;
  margin-bottom: 8px;  
  font-size: 14px;
}

.post-index-readmore {
  margin-top: -25px;
  margin-bottom: 2px;
  text-align: center;
  font-size: 14px;
  color: #6E6D6D; 
}
