I use declaring my objects, classes and ids in alphabetical order. First every object with no class nor id and then the classes and finally ids. Also every line of css ordered in alphabetical order so you can easily see if it was declared a rule before and not repeating it and overwrite it. I found that way to be easier to read, find objects and classes when working in groups