Beautiful as always. I think I liked the postbit black as on the older theme, but that's an easy fix.
Also, as I had to redo this modification myself, I figured I'd post how to do it here:
This little template mod changes the postbit legacy to show the rep points for the user on their posts.
Open the Postbit legacy for the black and gold style.
Find: <if condition="$show['reputation']">
Add immediately after:
<div class="pbitspacer"><div class="pbit" align="left">
Rep: $post[reputation]</div></div>
Save and you're done! This will add a new box that says "Rep: ###".
Just a little help for the lazy ones (like me) who would rather copy/paste than dive into the tangle of templates