/*****************************************************************************/
/* Common
/*****************************************************************************/

/* color: #2C4762; */
/* color: #0F4C81; */

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  font-size: 12pt;
  /* font-family: Verdana, arial, helvetica, clean, sans-serif; */
  /* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
  /* font-family: "Palatino Linotype", "Book Antiqua", serif; */
  font-family: arial, helvetica, clean, sans-serif;
  line-height: 1.5em;
}

pre {
  font-size: 0.9em;
  padding-top: 0.5em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  color: #666;
}

h1 {
  font-size: 1.3em;
  margin-bottom: 0.3em;
}


h2 {
  font-size: 1.1em;
  margin-bottom: 0.3em;
}

.post h1 {
  color: #0F4C81;
  margin-bottom: 0em;
}

. post h1.padded {
  margin-bottom: 1em;
}

.post h1 a {
  color: #0F4C81;
  text-decoration: none;
}
.post h1 a:hover {
  color: #666;
}

p {
  margin: 0 0 1.5em 0;
}

blockquote {
   margin: 20px 20px 20px 20px;
   padding: 0px 10px 0px 20px;
   border-left: 3px solid #eeeeee;
   color: #666;
}

a img { border: 0px; }
img.tl    { float: left;  margin: 0px 20px 20px 0px; }
img.l     { float: left;  margin: 20px 20px 20px 0px; }
img.tr    { float: right; margin: 0px 0px 20px 20px; }
img.r     { float: right; margin: 20px 0px 20px 20px; }

img#feed { padding-top: 6px; }

a {
  color: #0F4C81;
}

a:hover {
  color: blue;
}

/*
a:visited {
  color: #a0a;
}
*/

table {
  font-size: inherit;
  font: 100%;
}

/*****************************************************************************/
/* Home
/*****************************************************************************/
.post ul {
    margin-left: 20px;
}
.post ul li {
    margin-bottom: 20px; 
}

ul.posts, ul.archives, ul.linked-notes {
  list-style-type: none;
  margin: 0px 0px 2em 0px;
}

ul.linked-notes {
  list-style-type: square;
  list-style-position: outside;
}

.linked-notes {
  font-size: 1em;
  margin: 0px 0px 2em 0px;
  color: #999;
}
.linked-notes p {
  margin: 0px 0px 0.5em 0px;
}
.linked-notes li {
  margin-left: 18px;
}

ul.archives {
  padding-left: 0px;
}

ul.posts li, ul.archives li {
  clear: both;
  margin: 0.2em;
}

ul.posts li, ul.archives {
  line-height: 1.75em;
}

ul.posts li a, ul.archives li a {
  color: #0F4C81;
}
ul.posts li a:hover, ul.archives li a:hover {
  color: #00A;
  text-decoration: underline;
}

ul.posts span, ul.archives span {
  width: 95px;
  float: left;
  color: #666;
  padding-right: 10px;
}

/*****************************************************************************/
/* Site
/*****************************************************************************/

div.header {
  width: 100%;
  margin: 0px;
  font-size: 1.2em;
  padding: 1.5em 0px 1.5em 0px;
  text-align: center;
  height: 1.2em;
}

.title, .content, .footer {
    clear: left;

    text-align: left;
    width: 750px;
    margin: 0em auto 0em auto;
    padding: 0em;
}
    
  .title a {
    color: #0F4C81;
    text-decoration: none;
  }
  
  .title a:hover {
  }

  .title .name {
    font-weight: bold;
    float: left;
    color: #0F4C81;
    font-size: 1.4em;
    vertical-align: baseline;
  }

  .title .right {
    float: right;
    vertical-align: baseline;
  }

  .title a.right {
    color: #666;
    text-decoration: none;
    margin-left: 1em;
    font-size: 0.8em;
  }
  
  .title a.right:hover {
    color: #00A;
    text-decoration: underline;
  }

  .meta {
    color: #aaa;
    padding: 0px;
    margin: 0.2em 0em 1.5em 0em;
    font-size: 0.9em;
  }

.sites {
  font-size: 0.8em;
  color: #666;
  margin-top: 2em;
}

.site {
    padding: 0px 2px 10px; position: relative; float: left;
}

  .footer {
    text-align: center;
    padding-bottom: 5em;
  }
  
    .footer_content {
      color: #ccc;
      width: 100%;
      font-size: 0.8em;
    }
    
    .footer_content a {
      color: #ccc;
    }
    .footer_content span {
      padding: 0px 0px 0px 0px;
    }
    
    
/*****************************************************************************/
/* Posts
/*****************************************************************************/

.post {
  width: 750px;
  /* background-color: #fcfcfc; */
  color: #333;
  float: left;
  background-color: white;
  padding: 2em 0 0.5em 0;
  margin-bottom: 2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /*
  border: 1px solid #ccc;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
 
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  */
}

.post a[href*='//']::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }
  /* standard */
  
  .post pre {
    margin: 1em;
    padding: 0px;
  }
  
    .post pre code {
      border: none;
    }
    
  /* terminal */
  
  .post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
  }
  
  .post pre.terminal code {
    background-color: #333;
  }

.page-navigation {
  float: left;
  width: 100%;
  font-size: 1em;
  height: 1.5em;
  margin-bottom: 1.5em;
}

.page-navigation .left {
  float: left;
  padding-left: 0px;

}

.page-navigation .right {
  float: right;
  padding-right: 0px;
}

/* 
a.right {
  text-transform: lowercase;
}
*/

a.right.active {
  font-weight: bold;
}

.page-navigation .left a, .page-navigation .right a {
  color: #0F4C81;
  text-decoration: none;
}

.page-navigation .left a:hover, .page-navigation .right a:hover {
  color: #00A;
  text-decoration: underline;
}

#contact {
  margin: 1.5em 0em 0em 0em;
}

.block-left {
  text-align: left;
  width: 40%;
  float: left;
  padding-left: 0px;
}

.block-right {
  text-align: right;
  width: 40%;
  float: right;
  padding-right: 0px;
}

.twtr-widget {
  text-align: right;
}

.highlight {
  margin: 0em 0em 2em 0em;
}

#comment_count {
  width: 40%;
  font-size: 0.8em;
  float: right;
  font-size: 80%;
  margin-bottom: 1.5em;
  text-align: right;
}
#comment_count a {
  color: #0F4C81;
}
#comment_count a:hover {
  color: #00A;
}

#disqus_thread {
  font-size: 90%;
  width: 690px;
  float: left;
  /*
  background-color: #fcfcfc;
  */
  padding: 0em 2em 0em 2em;
}

#addthis {
  float: left;
  width: 40%;
  margin: 0em 0em 1.5em 0em;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding-right: 5px;
  fill: #999;
}
    vertical-align: text-top;
