why do site-title & site-description get downgraded to divs instead of h1/h2 in some pages?
<h1 id="site-title"><a href="http://lamp.local/" title="Site Title"><span>Site Title</span></a></h1>
<h2 id="site-description"><span>Desc</span></h2>
<div id="site-title"><a href="http://lamp.local/" title="Site Title"><span>Site Title</span></a></div>
<div id="site-description"><span>Desc</span></div>
in fact, what I would like to do is, on everypage, make site-description an H1 and site-title an H3. i'm also going to swap their order. obviously, this is being done for SEO purposes.
thanks