10
libervis:
A few additional suggestions, if you don't mind:
1) Two notes regarding the introductory text: a) change the styling to make it more readable, like the text of the "About us" page, for instance; b) reduce the word count. Think of it as a mission statement: should be short, sweet and to the point.
I guess this comment includes also a free comment about the length of your mission statement...
2) I'm not sure about how you did the block labeled "Sub Menu" (probably with a MultiMenu), but I'm sure of this: a) You need to look for a better label; 2) you might try to use Tiny Content for these pages. I assume they are now static pages that need to be edited by hand; the menu just points to them. If you use Tiny Content, you'll be able to manage them --that is, it'll be easier to edit them.
3) The icon used to denote the topic is at the far left of the text block, but it leaves a white gap there. I think this would look better at the far left and without the gap. You can do that easily with something like a floated span (just take out the spaces): < span style="float:left; width: 20px; margin-right: 6px;" >< img src="etc" width="20" height="20" />< /span >.
4) Change a simple value in your theme stylesheet to make the default line height a larger value. In a 1024x768 screen your text lines are too long (around 120 characters). Giving the text more air will make it more readable. It will also hide the fact that lines with smilies impose a line height.
5) If I were you, I'd take out at least the blue bar below the "Join the libervis.community here". You have too many blues there.
6) I see you've put a lot of effort building the Main Menu. It's actually not the standard menu supplied with the System module. My guess would be this is caused because of the need to have the hover effect. Hey! You can do that with the main menu too! That will save you from having to point your menu items to HTML pages that actually forward the user to the modules' indexes.
Cheers.