div.post {
margin-bottom: 20px;
width: 620px;
overflow: hidden;
}
.multiple div.post {
border-bottom: 1px solid #ccc;
}
#body.multiple div.last_post {
border-bottom: none !important;
}

#body.multiple h2.post-title {
margin-bottom: 5px;
}
.multiple h2.post-title {
color: #666;
}
h2.post-title a:link, h2.post-title a:visited {
text-decoration: none;
}
h2 .published {
font-size: 16px;
font-style: italic;
}
div.post-meta {
font-size: 12px;
margin-bottom: 10px;
}
span.date-published {
font-size: 14px;
}
span.num-comments {
}
.nav-previous a {
}
.nav-next a {
}


.years > li {
float: left;
width: 320px;
overflow: hidden;
}
.years li {
margin: 0;
list-style-type: none;
}
.years .total {
display: none;
padding: 2px 5px;
line-height: 16px;
}
.years > li .total {
font-size: 14px;
font-weight: bold;
}
.years a {
text-decoration: none;
}
.years a:hover {
text-decoration: none;
}
.years a:hover > .label, .months a:hover > .label {
text-decoration: underline;
}
.years a:hover > .total, .months a:hover > .total {
display: inline;
}
.months > li {
width: 150px;
}
.months {
position: relative;
width: 300px;
height: 120px;
margin-right: 20px;
margin-bottom: 20px;
}
.years > li.third {
width: 300px;
}
.years > li.third > .months {
margin-right: 0;
}
.months .first {
position: absolute;
left: 0;
}
.months .second {
right: 0;
position: absolute;
}

.january, .july {
top: 0px;
}
.february, .august {
top: 20px;
}
.march, .september {
top: 40px;
}
.april, .october {
top: 60px;
}
.may, .november {
top: 80px;
}
.june, .december {
top: 100px;
}
