#articles.layout-left aside,
#articles.layout-right aside,
#articles.layout-top aside {
  float: left;
  width: 70px;
  margin-right: 10px;
}
#articles.layout-left aside > div,
#articles.layout-right aside > div,
#articles.layout-top aside > div {
  display: block;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: .75em 0 0;
  text-align: center;
  width: 60px;
  margin-top: .7em;
}
#articles.layout-left aside > div span.day,
#articles.layout-right aside > div span.day,
#articles.layout-top aside > div span.day {
  font-size: 2em;
  line-height: 40px;
  display: block;
  padding-bottom: 5px;
  background-color: #F4F4F4;
  color:#0088cc;
  font-weight:600;
  border-radius: .225em .225em 0 0;
}
#articles.layout-left aside > div span.year,
#articles.layout-right aside > div span.year,
#articles.layout-top aside > div span.year {
  color:#fff;
  display: block;
  font-size: .75em;
  line-height: 2.5;
  background-color: #0088cc;
  border-radius: 0 0 .225em .225em;
}
#articles.layout-left section,
#articles.layout-right section,
#articles.layout-top section {
  overflow: hidden;
  position: relative;
}
#articles.layout-left section > .header,
#articles.layout-right section > .header,
#articles.layout-top section > .header {
  display: block;
  margin-bottom: 1.6em;
}
#articles.layout-left section .title,
#articles.layout-right section .title,
#articles.layout-top section .title {
  display: inline-block;
  float: left;
  width: 100%;
}
#articles.layout-left section h3,
#articles.layout-right section h3,
#articles.layout-top section h3 {
  display: inline-block;
  font-size: 1.8em;
  line-height: 100%;
  margin: .85em 0 0;
  padding: 0 0 .85em;
  font-weight: 300
}
#articles.layout-left section .divided.list,
#articles.layout-right section .divided.list,
#articles.layout-top section .divided.list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  width: 100%
}
#articles.layout-left section .description,
#articles.layout-right section .description,
#articles.layout-top section .description {
  line-height: 1.6em;
}
#articles.layout-left figure,
#articles.layout-right figure,
article#article figure {
  background-color: #fff;
  border: 1px solid #ddd;
  padding:.325em;
  border-radius:.325em;
}
#articles.layout-left figure img,
#articles.layout-right figure img,
article#article figure img {
  border-radius:.225em;
}
/* == Item Rating/Voting == */  
.wojo.rating-read b,
.wojo.rating-vote b {
  font-family: Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 1em;
  color: #445c6a;
  cursor: pointer
}
.wojo.rating-read b {
  cursor: default
}
.wojo.rating-read b:before,
.wojo.rating-vote b:before {
  content: "\f005";
  padding-right: 4px;
  color: #445c6a
}
.wojo.rating-read b.rated:before,
.wojo.rating-vote b:hover:before,
.wojo.rating-vote b.rated:before {
  content: "\f005";
  color: #0088cc;
  transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s
}
.wojo.rating-vote b.rated:hover:before {
  color: #0088cc
}
.wojo.rating-read i,
.wojo.rating-vote i {
  padding-left: 5px;
  font-size: 12px!important
}
.wojo.rating-vote {
  display: block;
}
.wojo.rating-vote b,
.wojo.rating-vote.small b {
  font-size: 1.8em;
  margin-right: 0.3em
}
.wojo.rating-vote.small b {
  font-size: 1.2em;
}
.wojo.voting {
  display: inline-block;
  background: #445c6a;
  border-radius: 4px;
}
.wojo.voting b {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding-left: 5px
}
.wojo.voting a {
  display: inline-block;
  padding: 7px 15px;
}
.wojo.voting i {
  font-size: 1em!important;
  color: #0088cc
}
.wojo.voting a.vote-up > i {
  color: #92CF5C
}
.wojo.voting a.vote-up:hover {
  background: #92CF5C;
  border-radius: 3px 0 0 3px
}
.wojo.voting a.vote-down:hover {
  background: #0088cc;
  border-radius: 0 3px 3px 0
}
.wojo.voting a.vote-up:hover > i,
.wojo.voting a.vote-down:hover > i {
  color: #fff
}