@designsimply The post meta is now gone - thanks!
I'm having issues with the menu, though - when I try what you've provided, the items are not centered and the longer items are wrapping. Here's all the CSS I've got:
.widget {
margin:10px 0 30px 30px;
padding:10px;
background:#ffffff;
border:none;
font-size:16px;
clear:both;
font-style:normal;
line-height:100%;
list-style:none;
overflow:visible;
}
.menu {
background:#fff;
clear:both;
border:none;
font-size:12px;
color:#50A6C2;
line-height:100%;
list-style:none;
margin:0;
overflow:visible;
}
.menu > li {
width:16.2%;
}
.menu > li a {
padding:12px 0;
}
h1.post-title a {
color:#50A6C2;
}
h1.post-title a:hover {
color:#50A6C2;
}
h1.post-title {
color:#50A6C2;
}
#c2 {
background:#fff;
float:left;
border:none;
line-height:150%;
margin:15px 0 0;
overflow:hidden;
padding:0 20px;
width:605px;
}
#c3 {
border:none;
margin:15px 0 0;
float:left;
overflow:hidden;
width:315px;
text-align:center;
}
.widget h2 {
display:inline-block;
font-style:normal 20px;
font-size:16px;
color:#50A6C2;
background:#fff;
letter-spacing:2px;
margin:0;
padding:8px;
text-shadow:none;
text-transform:uppercase;
text-align:center;
}
img.alignright {
float:right;
margin:0 0 1em 1em;
}
img.alignleft {
float:left;
margin:0 1em 1em 0;
}
img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.alignright {
float:right;
}
.alignleft {
float:left;
}
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.post-meta .row:nth-of-type(2) {
display:none;
}