Ok, so long story short I'm setting up my index page for my blog outside the the root wordpress directory. I have the following loop within site's content <div> tag:
[code moderated - please use the pastebin]
It all functions as expected, except the title date, and post snippet is all the way down below my footer. I'm assuming my entry <div> need's to be placed above the get_footer() php statement. Should I create a <div> to wrap the whole loop and entry <div>, with another <div> to contain the sidebar?