Here's the dilemma. I have a mysterious padding between the top of the body and the top of my #wrapper. Everything looks fine w/ the source code (in correct flow order). Using Firebug, I notice my stylesheet link, jQuery script, EditURI, WLWmanifest show up inside the <body> tags (-which Firebug says these links are 0x14px in size, presumably the gap I'm referring to.)
Here's the background:
When creating my page.php file(included below) I have no issues with the mysterious padding or misplaced links and scripts... but when I decide to cut up the top half and bottom half placing them accordingly into header.php and footer.php (#mainand above and end of #main div and below) whilst making my calls get_header and get_footer -is where my problem occurs...
Unfortunately I've got this on a local build... but can someone help shed some light?
[Code moderated as per the Forum Rules. Please use the pastebin]