You can copy the /bartik/css folder over to your subtheme
> /sites/all/themes/yoursubtheme/ so you can override core theming
> using
> the correct terminology.
> Now the trap you will run into is:
> When you update Drupal core, it updates the core bartik theme which
> calls on a lot of core includes and this can break your
> bartiksubtheme.
> Been there, done that.
> Hope this helps
This is certainly the clearest explanation of how to create a sub-theme, but it confuses me. I'm lead to believe that it is not necessary to reproduce all of the contents of the base theme in the directory of the sub-theme; the point is to inherit all of this so you also inherit updates. If I read this correctly ( https://drupal.org/node/225125 ) I don't need to provide anything but at least one new stylesheet; everything is inherited from the base theme.
Thanks for the help,
Chris.
You are partially correct.