Yes, I noticed that too
Am slowly making my way through it and am seeing results. Found this to be useful;
.odd .post-entry, .brd .odd .postbody, .brd .odd .posthead {
background: blue;
border-left-color: blue;
}
Similar for .even.
Also, to rid yourself of that block under James-Guest, comment out the background declaration in:
.brd .post {
/* background: #EDF1F5;*/
}