1. There should never be a css reset, normalize is better.
https://github.com/necolas/normalize.css or with IE6/7 junk removed: https://github.com/CoryMathews/normalize.css
2. Structure the file in the method mentioned
http://smacss.com/book/categorizing
"So there would be 5 basic areas in your stylesheet.
Base Layout Module State Theme"
1. There should never be a css reset, normalize is better.
https://github.com/necolas/normalize.css or with IE6/7 junk removed: https://github.com/CoryMathews/normalize.css
2. Structure the file in the method mentioned
http://smacss.com/book/categorizing
"So there would be 5 basic areas in your stylesheet.
Base Layout Module State Theme"