On my front page, the blog title is given an H1 attribute, but on the other pages, its given an H2. Considering the headings aren't coded for any sort of positioning in my CSS inserts section, I'm not sure why this would cause them to move. I'm definitely not sure why its showing up as H1 in one section and H2 in another.
There are also some differences in the head code between the two pages. The other pages have this in the header, which is not present on the front page-
Code:
<link rel="alternate" type="application/rss+xml" title="Deb's Losing It! » Photos & About Me Comments Feed" href="http://debslosingit.com/photos-about-me/feed/" />
and
Code:
<link rel='stylesheet' id='boxes-css' href='http://debslosingit.com/wp-content/plugins/wordpress-seo/css/adminbar.css?ver=3.5.1' type='text/css' media='all' />
The first addition I gave present in the other pages header related directly to the page I pulld the code from.