I find that at times my aging eyes strain to read the posts with this new design. The background color for the post body is too dark and doesn't provide enough contrast with the text.

Can I suggest you consider a lighter background? Maybe this:

Code:
.postbit .postbody {
    background: none repeat scroll 0 0 #DDDDDD;
    clear: both;
    color: #333333;
}