My turn!
I would echo most of the made above, from a quick look at the site I would add:
The Education history page is set up as a number of unordered lists. This is fine I guess, but if you think about the information being conveyed then perhaps it should be marked up differently.
For example. The first item in each of your lists is the name of the establishment you worked in. The following list items are things that you did while there.
If it were me, then I would mark it up something like so:
Example of just 2 establishiments
Code:
<ul>
<li>University of California at Berkeley
<ul>
<li>BA in History, Minor in City Planning</li>
<li>graduated 1993</li>
</ul>
</li>
</ul>
<li>Holy Names College
<ul>
<li>CA Teaching Credential, MA in Urban Education, ABT</li>
<li>Thesis currently being researched</li>
<li>attended 1998-2002</li>
</ul>
</li>
</ul>
I would then use CSS to make the establishment names stand out from the other items.
Perhaps like so:
Code:
ul li {
font-weight:bold;
}
ul li ul li {
font-weight:normal;
}
In fact, it could be argued that you should use a heading tag for the establishment names.
The differentiation of
types of information is incredibly important. I think by applying a few tweaks along these lines then you will help break up the "wall" of text.
There is nothing wrong with simple, mainly text designs (I like them, and I like yours) but I feel it is important to create rhythm and flow by denoting structure with visual cues.
You've partially done this elsewhere on the site, and I think that you should carry the thinking further through the site.
I would also consider increasing the spacing between list elements so it is larger than your leading (line spacing). Again, this will help break up the blocks of text a bit.
It would seem like a good idea to change the menu rollover colour too. I understand your reasoning but it is disconcerting on the eye when something disappears rather than when it changes.
You could also add some visual interest to the site by using graduated tints for the box backgrounds, perhaps darken the top or bottom of the box(es)? Perhaps add a very subtle shading to the edges (more difficult) or an extremely subtle drop shadow?
<honk>*:
O)</honk>
Foamcow Heavy Industries - Web site design in Cheltenham and Gloucester
Ham and Jam - British & Commonwealth forces mod for Half Life 2