Drumsy,
Ok, I found the culprit. It's a slight glitch with the vB default style.
This line is what is causing the problem:
HTML Code:
<div style="padding:0px 25px 0px 25px">
You need to remove, or replace that line with:
HTML Code:
<!-- <div style="padding:0px 25px 0px 25px"> -->
Now, I just need to figure out what template that is located in. Check the following templates:
spacer_open
postbit
postbit_legacy
It should be in one of those.