There is a problem with the FS 09 theme applying to the forum plugin. If you reply to a post using the "Quote" feature, the background of the quoted text is nearly white with white text, making it unreadable.
As a temporary fix, I have made the following adjustment in style.css:
.indent {
...
/*background-color: #f7f7f9;*/
background-color: #294564;
...
}
The background of the quoted text is now a shade of blue that matches the bottom of the left-hand column of the theme.
Before Image: http://www.pocketemu.com/images/fs09snap/
before.png
After Image: http://www.pocketemu.com/images/fs09snap/after.png