I want to change the contents of header.php for a child theme:
1) including a new div "headerstuff" between the branding and access divs.
2) alter the branding divs so that "blogtitle" is h1, "blog-description" is h2
3) then I can made the branding div float-left, headerstuff float-right (I know how to do this)
4) ideally, I'd like headerstuff to be a widget, so I can easily put in ads, or a featured post, or rotating images, or whatever.
Do I have to do this by changing header.php for thematic itself, or is there something I can do just in the child theme?