/**
 * Archives
 *
 * Styles which integrate this theme with the Archives plugin.
 * This stylesheet is only enqueued if Archives is activated.
 * http://wordpress.org/plugins/archives-by-woothemes/
 */
/**
 * Mixins
 *
 * Includes vars, functions, mixins and other utilities used throughout this theme.
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    zoom: 1;
  }
}
#timeline {
  padding: 10px 0 0;
}
#timeline .archives_list {
  border-left: 1px solid #f2f2f2;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0 0 20px;
}
#timeline .archives_list:last-child:after {
  content: "";
  position: relative;
  top: 20px;
  left: -7px;
  display: block;
  width: 5px;
  height: 5px;
  border: 4px solid #f2f2f2;
  background: #333333;
}
#timeline .archives_list li {
  clear: left;
  padding: 10px 0 10px 10px;
  font-size: .9em;
  font-style: normal;
  list-style: none;
}
#timeline .archives_list .date {
  color: #6f6f6f;
  position: relative;
  width: 40%;
  font-style: italic;
  display: block;
  vertical-align: top;
}
#timeline .archives_list .date:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -10px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 2px solid #f2f2f2;
}
#timeline .archives_list .linked {
  padding-top: 2px;
  padding-right: 80px;
  width: auto;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2;
  vertical-align: top;
}
#timeline .archives_list .linked a {
  font-weight: bold;
}
#timeline .archives_list .comments {
  display: inline;
  margin-top: -15px;
  float: right;
  vertical-align: top;
}
#timeline .archives_list .comments a {
  display: block;
  position: relative;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  text-align: center;
  background: #333333;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 1.2em;
}
#timeline .archives_list .comments a:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -7px;
  border: 0.3em solid #dc3e29;
  border-color: transparent #333333 transparent transparent;
}
h3.archive_year {
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 15px;
  background: #fbfbfb;
  color: #555555;
  border: 1px solid #f2f2f2;
  display: inline;
  margin-top: 0;
}
