I have a layout that should be fairly straightforward, but for some unknown reason there is just this magical space appearing from …… nothing. There is no element for it. I can’t explain it.
I have a picture, and a jsFiddle that reproduces the problem. This happens across all browsers.
http://jsfiddle.net/ciel/qSQ7b/

It’s coming from the
pelement in here:You’re getting bitten by collapsing margins:
To fix it, you could add
overflow: hiddento yourarticle, like this: http://jsfiddle.net/qSQ7b/3/