
.post {
   margin: 0 0 15px;
   padding: 0;
   border-bottom: 1px solid #e7762a;
   clear: left;
}
.post.last {
   border-bottom: none;
}

.post .header {
}

.post .header .icon,
.post .header h2,
.post .header .byline {
   float: left;
}

.post .header .icon {
   width: 90px;
   margin-bottom: 15px;
}

.post .header h2 {
   width: 266px;
   margin: 0 10px;
   padding: 0;
   color: #000;
   background-color: transparent;
   font-size: 1.7em;
   font-weight: normal;
   line-height: 1em;
}
.post .header h2 a {
   color: #000;
   text-decoration: none;
}
.post .header h2 a:hover {
   color: #000;
   text-decoration: underline;
}

.post .header .byline {
   width: 170px;
}

.post .header .tags {
   color: #EB2626;
}
.post .header .tags a {
   text-decoration: none;
}
.post .header .tags a:hover {
   text-decoration: underline;
}

.post .body {
   margin: 18px 0;
   clear: left;
}

.archive {
   border-top: 32px solid #e7762a;
}
.archive p {
   text-align: right;
   padding: 0;
   margin: 5px 0;
}
.archive a {
   font-weight: bold;
}
