I've seen many sites encourage storing as much if not all CSS information in one central file however I often find it more sensible not to do this this, especially for larger sites.
So is multiple CSS files not a problem?
I also find inline CSS useful for fine tuning designs, it seems pointless to add these styles to a class when they will only be used once on the site.
I am now also starting to think about using in page classes more for styles that are repeated but only on that page.
Is the one central CSS file idea right for some reason I'm overlooking?