div.article, div.excerpt {
  padding-left:80px;
}

div.posted {
 background-color:rgba(255, 255, 255, .2);
 text-align:center;
 float:left;
 margin:-50px 5px 5px -70px;
 border:1px solid #ffffff;
 border-color:rgba(255,255,255, .8);
 width:50px;
}
div.posted div.month {
 font-weight:bold;
 background-color:#edb01e;
 padding:2px 5px;
 text-transform:uppercase;
}
div.posted div.day {
 font-weight:bold;
 font-size:29px;
 padding:3px 5px;
 line-height:1em;
}
div.posted div.year {
  border-top:1px solid #ffffff;
  padding:2px 0;
  background-color:#6b665e;
}

#aside {width: 220px;padding:10px;margin-left:10px;float:right;background:rgba(255, 255, 255, .05)}
#aside h2 {font-size: 15px;}
#aside ul {margin: 0;padding: 0;list-style-type: none;font-size: 12px;}
#aside ul a {display: block;padding: 0 0 .4em 1.5em;margin-bottom: .5em;}

#comments {width: 900px;margin: 0 auto;}

div#search input[type="text"] {
 color:#aaa;
}
div#search input[type="text"]:focus {
 color:#222222;
}