On the home page, the title is inside of <h1> tags, changing the style from the default for any other pages. The fix is to set the same style for the title by itself and for the title inside of <h1> tags.
The way this works is you use "#site-title h1, #site-title" as the selector in the style sheet. Then specify the margins, font-size and the font-weight.
Any further styling is a matter of preference.