/**
 * Full site
 */

body {
  background: #F0F0F0;
  color: #222;
  
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.15em;
  font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica;

  margin: 0;
  padding: 0;
}

.page-content {
    margin-left: 2%;
    margin-right: 1%;
}

.site-header {
  background-color: lightgray;
  text-align: center;
  border-bottom: white 2px solid;
}

.site-title {
  font-size: 1.5em;
  line-height: 1.8em;
  font-family: "Trebuchet MS",Georgia,Arial,Helvetica;
    
  color: #444;
}

.site-name {
  font-weight: bold;
  font-size: 1.2em;
    
  text-decoration: none;
  text-shadow: 2px 1px 2px #b8b8b8;
  color: black;
}

.site-sub {
    white-space: nowrap;
}

.site-nav {
  background-color: darkgrey;
  margin-top: 2px;
  margin-bottom: 2px;

}

.nav-link {
  text-decoration: none;
  color: white;
  
  font-size: 1.2em;
  line-height: 1.25em;	     
  
  border-left: white 1px solid;
  border-right: white 1px solid;

  padding-right: 0.2em;
  padding-left: 0.2em;
  /*margin-right: -0.2em;*/
  margin-left: -0.2em;
}

.site-footer {
  background-color: lightgray;
  text-align: center;
  border-top: white 2px solid;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.site-footer > .wrapper {
    margin-top: 5px; 
}

.footer-heading {
    font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.15em;
}

.rss-subscribe,
.footer-contact {
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

/**
 * Front page
 */

.grid {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}

.bold-title {
    font-weight: 800;
}

.article {
  display: inline-table;
  width: 26em;
  
  margin-right: 1em;
  padding-right: 2px;
}

.article-img {
  float: right;
  display: block;
  position: relative;
}

.article-img > img {
  float: right;

  max-width: 65px;
  margin-top: 1em;
  margin-left: 1.0em;
  margin-bottom: 0.5em;
}

.article-title {
  /*line-height: 15px;*/
  margin-bottom: 6px;
}

.article-title > a {
  font-size: 1.1em;
  line-height: 1.11em;
  font-family: "Trebuchet MS",Georgia,Arial,Helvetica;

  text-decoration: none;
  text-shadow: 2px 1px 2px #b8b8b8;
  color: #444;
}

.article-date {
  font-size: 0.8em;
  margin-top: 2px;
  margin-bottom: 3px;
}

.snippet {
    /*
  font-size: 0.9rem;
  line-height: 0.9rem;
  */
  font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica;
    
  margin-top: 5px;
  margin-right: 10px;
  text-align: justify;
}

.right-separator {
  float: right;
  height: 7em;
  width: 1px;
  border-right: 1px solid #b8b8b8;
  margin-top: 10%;
  margin-left: 1em;
}

.bottom-separator {
  border-top: 1px solid #b8b8b8;
  width: 80%;
  margin-left: 10%;
}

/**
 * Post
 */

.post-title {
  font-size: 2em;
  line-height: 2.3em;
  font-family: "Trebuchet MS",Georgia,Arial,Helvetica;
    
  text-decoration: none;
  text-shadow: 2px 1px 2px #b8b8b8;
  color: #444;
}

.post-date {
  font-size: 0.8em;
    
  margin-top: 2px;
  margin-bottom: 3px;
  color: #444;
}

.post-content a,
.post-content a:visited {
    color:#8C7503;
    border:0;
    text-decoration:underline;
}

.post-content a:hover {
    color:#000;
}

div.highlight {
    background-color: white;
    margin: 1em;
}

figure.highlight {
    margin: 1em;
}

pre.highlight {
    margin: 0.1em;
    padding: 0.5em;
}

figure pre {
    margin: 0.1em;
    padding: 0.5em;
}

/**
 * Tag and category index
 */

.tagIndex {
  column-width: 25em;
  column-gap: 3em;
  column-rule: thin solid black;

/*  
  -moz-column-width: 25em;
  -moz-column-gap: 3em;
  -moz-column-rule: thin solid black;
*/
}

.tagBox {
  display: block;
  box-sizing: border-box;

  /*
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
 */
  
  break-inside: avoid;
  page-break-inside: avoid;
}

.tagDate {
  display: inline-block;
}
