My default Joomla template for this website is RT Tachyon (for Joomla 2.5) - which was marketed as having CB and JomSocial styling, supposedly a cooperative effort with CB. After running down a half dozen + css files (using Firebug), I finally found the issue in:
/libraries/gantry/css/joomla.css, line 9:
h1, h2 {letter-spacing: -2px;line-height: 1em;}
I changed line 9 to:
h1, h2 {letter-spacing: normal;line-height: 1em;}
Wanted to post in case someone else is experiencing this issue too and I have attached the image of the corrected page.
BTW, I did not have this problem on Joomla 1.5 - same RT Tachyon theme for Joomla 1.5 and CB 1.8 (same website) - only experienced this with RT Tachyon for Joomla 2.5 and CB 1.8, so perhaps an oversight on theme upgrade.
Thanks for your help!