We found some extra characters which are not created from Theme Functions. We assume that those are created from any Plugins. Unfortunately you restricted the Plugins from the User ID you provided. That’s why we could not check which plugin is responsible to generate those unnecessary tags.
The unnecessary tags are:
You should remove those tags.
You are using the following code in the Custom Code within Head Area of Theme Option which is not correct.
Code:
<p>.box_skitter { background: transparent; }<br />
#commentsbox { display: none; }</p>
You should use this:
Code:
<style>.box_skitter { background: transparent; }
#commentsbox { display: none; }</style>