I would like to have #branding and #access floated left and right in the header respectively. Above that I need to create a narrow div that will house a latest tweet (which will be the same width as #branding, and another narrow div directly above #access to house share icons.
Visual - http://img.photobucket.com/albums/v331/darktiger_64/Picture1-2.png
I am wondering how to approach doing this. Should I use thematic_header() or thematic_aboveheader() to create two new divs. I assume I would use these action hooks to create divs with php inside functions.php correct? Is that the right way to approach this or does anyone recommend another method?
Thanks in advance!