mcmcghee0519; I see, that's not supposed to happen, clearly.
the root cause is two-fold; there's known issue in AO where it will insert CSS (or JS) multiple times if the tag it inserts before or after is present multiple times. and that is happening here, as you have double title-tags (which is not supposed to happen either).
solutions:
* the next AO will have a fix for this, only inserting at the first instance of the replacement-tag
* make sure there's only one title-tag on your site (probably introduced in your theme's header.php).
hope this helps,
frank