I looked for help in "Blogging", figured I'd better go right to the coders. For some reason when you access my blog, 124bpms.com, on the home page, the fonts on the post title, and side bars appear bigger than the way they are set, but when you change pages, they are the way they are supposed to be. Does anyone know what could be causing this? It's been 3 days now and it's driving me crazy...I can't find it. None of the fonts are set over 12px
For sidebar: You forgot to add <div id="content"> in between these tags: <div id="menu"><div id="l_sidebar"> *Don't forget to close the tags appropriately as well. --- I cannot see what's wrong with the headers, but it looks like it is linked to the above. *The template for the single post appears to be more easier to read compared to the main page.
In single.php you have <div id="wrap"><div id="content"><div id="l_sidebar"> In index.php you have <div id="wrap"><div id="l_sidebar">. Add <div id="content"> I hope this fix it. You didn't add content label, so h1 and h2 have default sizes.