It's your blockquote element, the CSS:
Code:
blockquote {
border-left:1px solid #0FF;//this line of code is causing the vertical line.
margin:15px;
padding:0 12px 0 12px;
}
It doesn't look like a white line to me though, not sure if you fixed it already?
Regards,
LC.