Who uses CSS frameworks (can of worms)?
I’ve been using a CSS reset, then a base stylesheet resetting consistent browser styles, then going from there for whatever the site requires.
There are plenty of reset stylesheets around, YUI, Blueprint, and 960 grid to name a few.
From there lately I had used the default specification sample styles over at the W3 site here: http://www.w3.org/TR/CSS21/sample.html <—Right’cheer
For spelling out the typography of the site, that’s been a bit of an issue and ends up scattered through the stylesheets, not making changes to the reset or base stylesheet are probably best, and I haven’t dabbled with the Grid stylesheets at all.
YUI seems awfully bloated just to use for a CSS framework, the download was 53 megs (I stand corrected almost 59 mB) for crying out loud, that’s what got me to thinking I’ll never use but about 20kb of that stuff.
960.gs is looking pretty good for this project, maybe it would be worth my while to pick through the grid goodies even?