Quote Originally Posted by autoace View Post
Now my only question to you is, when I do find duplicate defs, do I simply comment them out in the main stylesheet or do I comment them out in the page specific stylesheet?
The stylesheets are being loaded in alphabetical order, so comment out the "earlier" one if they're identical, just so you'll know which one to edit if you want to later. If they're not the same, then choose which one does what you need.

More likely, you'll find a mixture, where the definition for one element includes aspects that another definition for the same element does not contain, and perhaps with some overlap. If that arises, you'll just have to decide which pieces you want, consolidate them into one definition, and then delete the parts you don't want or that are redundant.

Rob