Call to action button is 1px down from where it should be. That's because of vertical alignment used in inline blocks. To fix this we just need to add vertical-align: top;
I've tried attaching vertical-align:top to a.callToAction and I can't actually see it making a difference - what browser does your screenshot come from, and have you attached the CSS rule to an element other than a.callToAction?
I've tried attaching vertical-align:top to a.callToAction and I can't actually see it making a difference - what browser does your screenshot come from, and have you attached the CSS rule to an element other than a.callToAction?