I found the version download, reverted back to 2.3.0 and everything is now working as it should.
This is still an issue, I’m using WP 3.5 and RS 1.3.60 and when an editor tries to add a post it does not publish just saves as a draft.
I figured it out. I had a .search in the css which was used to align the search form in the header that was causing the issue as it is also used in the search.php.
So I simply changed .search to .searchbox
I have and it passed.
If you type a word in the search field, upper right, you will see that the results page is out of alignment compared to the rest of the site.
I even took the default code form the 2012 theme, which I tested and it worked before doing so, and placed it in the search.php in my theme and it was still not aligned center.