My buddy just helped me with that.
Go to your style sheet and insert this in the content section:
span.meta-sep { display:none; }
span.author { display:none; }
It should read:
/* =Content
————————————————————– */
span.meta-sep { display:none; }
span.author { display:none; }
#main {
clear: both;
overflow: hidden;
padding: 40px 0 0 0;
}
#content {
margin-bottom: 36px;