Splitting the CSS

The current CSS in Battrick is split over 5 browser-specific files, a lot of which replicate each other. Adding new features means 5 times as much work. As part of the suggestions I've been consolidating (still working on it) the CSS into 1 (or maybe 2 if we need IE hacks) file(s) that works on all browsers. However, it can be good practice to have different types of CSS statements in different files. This will help with maintenance of the site, future changes (adding new features), and aiming for cross-browser consistency.

Proposed Structure