With all you've done I'm surprised you didn't kill those silly little widget icons. Add this to your additional.css or edit the entry direct in the vbcms.css.
Code:
/* Seti added: Display none command to kill widget icons */
.cms_widget_header h3 img {
display: none;
position: relative;
top: 2px;
}
You can take the comment out if you like. If I edit a template rather than put the code in the additional.css it gets commented so I know what I did to what.
Other than that looks good. Um... How did you jigger around the WGO box like that?