I've completed Anne-Marie's ePubs tutorial at Lynda.com (HIGHLY RECOMMENDED) and can output a good-looking ePud from ID CS5.5 that validates to .mobi. I can't leave well enough alone, so I wanted to clean up the CSS using what I learned from Anne-Marie. I'm having problems on two issues:
1. I created the files in my book using a template, so all paragraph and character styles are alike across chapters and there are zero overrides. During export, ID creates its template.css containing separate CSS styles for each of the chapters. So I get Note, Note-1, Note-2, etc. That makes the CSS huge and impossible to edit.
2. To combat problem 1, I created a tidy CSS file (called cookbook.css) and instructed ID to use it during export. I guess that ID uses it but it then outputs its own template.css and each HTML file continues to reference the template.css and not my cookbook.css. The new template.css is much cleaner, but the HTML files continue to call for individual styles (Note-1, Note-2, etc.). Therefore, nothing gets styled in the book because my tidy CSS file has no styles for Note-1, Note-2, etc.
Can anyone spot what I might be doing wrong?