/*=========================================
Post List
=========================================== */
#post-list,
#archive-list {
  margin-top: 100px;
}

#post-list li,
#archive-list li {
  list-style-type: none;
}

#post-list li:last-child {
  margin-bottom: 0;
}

#post-list li + li {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

#post-list a {
  color: #333;
  display: block;
  font: bold 19px/1.7 "Helvetica Neue", helvetica, Arial, sans-serif;
}

#post-list .dates {
  float: right;
  position: relative;
  top: 1px;
  font: 300 17px/1.8 "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #bbb;
}

#post-list-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 100px;
}

#archive-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 10px 6px;
  box-shadow: 0 0 0 1px hsla(207, 83%, 80%, 1);
}

#archive-link:hover {
  background: #4576c0;
  color: #fff;
  box-shadow: 0 0 0 1px #4576c0;
}

#archive-link span {
  position: relative;
  top: 0;
  font-size: 17px;
}

/* Post Page */
.post {
  margin: 80px 0 0 0;
}

#post-meta {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  border-top: 1px solid #eee;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  color: #444;
  border-bottom: 1px solid #eee;
}

#post-meta div span {
  color: #aaa;
  font-weight: 500;
  display: block;
}

#post-meta div span.dark {
  color: #1e2025;
}

#post-meta div {
  margin: 0 25px 0 0;
  float: left;
}

#sharing {
  float: right;
  margin: -2px;
}

#sharing a {
  font-size: 20px;
  font-size: 23px;
  margin-left: 1px;
  margin-top: 4px;
  color: #d4d4d4;
  display: inline-block;
  vertical-align: middle;
}

#sharing a:hover {
  /*color: #444;*/
  opacity: 0.8;
}

/* Post Navigation */
#post-nav {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 40px;
}

#post-nav span {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
}

#post-nav span.prev {
  float: left;
}

#post-nav span.next {
  float: right;
}

#post-nav span .arrow {
  position: relative;
  padding: 1px;
}

#post-nav span.prev:hover .arrow {
  left: -4px;
}

#post-nav span.next:hover .arrow {
  right: -4px;
}

#post-nav span.prev:hover {
  left: -3px;
}

#post-nav span.next:hover {
  right: -3px;
}

/* Archive */
h1.archive {
  margin-bottom: 0px;
}

h2.month {
  width: 100%;
  font: bold 13px/1 "Helvetica Neue", helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#archive-list li:last-child {
  margin-bottom: 0;
}

#archive-list a {
  display: block;
  font: bold 17px/1.7 "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #333;
}

#archive-list .dates {
  float: right;
  position: relative;
  top: 1px;
  font: 300 17px/1.7 "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #bbb;
}

#archive-list li a:hover,
#archive-list li:hover .dates {
  color: #4576c0;
}

#post-meta img.avatar {
  height: 36px;
  width: 36px;
  float: left;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 20px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}

#post-list.archive.readmore h3 {
  font: 400 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}

#post-list.archive.readmore a {
  font: 400 16px/1.6 "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #4576c0;
}

#post-list.archive.readmore a:hover {
  opacity: 0.8;
}

#post-list.archive.readmore .dates {
  font: 300 16px/1.6 "Helvetica Neue", helvetica, Arial, sans-serif;
}
#sharing a.facebook {
  background: #4361b3;
}
#sharing a.twitter {
  background: #4fafed;
}

#sharing a {
  font-size: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 2px;
}

p > code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

figure > figcaption {
  font-size: 0.7em;
}

.addy-note {
-webkit-font-smoothing: antialiased;
text-size-adjust: 100%;
-webkit-box-direction: normal;
box-sizing: inherit;
display: block;
background: #e1f5fe;
color: #01579b;
margin: 16px -40px;
padding: 16px 40px;
padding-left: 76px;
border-radius: 3px;
}

.addy-note:before {
  content: "📘";
  float: left;
  margin-left: -36px;
}

@media only screen and (max-width: 1200px) {
  .addy-note { 
    margin: 16px 0px;
  }
}