@Todd:
1. The request a quote graphic in the header right sidebar widget. But it’s not lined up with the logo. I’d like them to be balanced vertically.
— For this you can remove the margin top by adding the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget { margin-top: 0; }
If this is not enough then you can adjust the padding top.
.header-sidebar { padding-top: 50px; }
2. I’d like to further reduce the white space above and below the logo and quote graphic a little more.
— For the space above logo, you can adjust the padding top
#site-logo { padding-top: 50px; }
3. reduce the white space above the line “An Independent Energy…” just a bit
— You can adjust the padding top in the following css.
.home #main { padding-top: 50px; }
4. very slightly reduce the spacing in the headline area and the button size.
— You can adjust the padding top and below as per your need.
#homepage-message {
padding-bottom: 30px;
padding-top: 30px;
}