Also suggest you add a 20px bottom margin to #author-bio-box. I found that the box was crowding the next element on the page (This entry was posted in… etc).
#author-bio-box {
float:left;
width:100%;
background: #%bgcolor%;
border: 1px solid #bbb;
box-shadow: 5px 5px 2px #888;
padding: 5px;
margin-bottom:20px;