"Friendly Bit" have a good tutorial about practices for structuring large CSS files so that they are easy to read and manage. Go take a look, the ideas are good.
The Tree method tries to structure the CSS into logical blocks; blocks taken from the HTML. It also aims to be easy to understand for anyone. No secret codes or difficult ordering schemes.
Source: How to structure large CSS files













