I've really enjoyed SASS/SCSS optionally with Compass.
It lets you compile the stylesheets while still keeping the source files separate and organized.
I've also seen the approach with one big file for the application with commented sections, however, the drawback to that approach is using a version control system with multiple editors on a large file (merge conflicts, etc).