This workshop is designed for people who have a basic understanding of Drupal theming as well as some HTML, CSS, and PHP.
The workshop begins with a [review of Drupal theme anatomy](https://docs.google.com/document/d/1C8zBVWVFpI7Zf7X_TyU8EQbUEP8sBTd_mGPEZX9agnY/edit#), followed by numerous examples of practical Drupal theming examples.
### Examples may include:
* Adding a new region - [Writing theme .info files](https://drupal.org/node/171205), [Assigning content to regions](https://drupal.org/node/171224)
* Adding custom CSS
* Override a node template - [Drupal 7 Template (theme hook) Suggestions](https://drupal.org/node/1089656)
* Override a theme function - [About Overriding Themable Content](https://drupal.org/node/173880)
* Theming a view
### Additional resources:
* [Devel module](http://www.drupal.org/project/devel)
* [Theme developer module](http://www.drupal.org/project/devel_themer)
* [Simplehtmldom module](https://drupal.org/project/simplehtmldom) (required by the Theme developer module)
* [The Definitive Guide to Drupal 7](http://www.amazon.com/Definitive-Guide-Drupal-7/dp/1430231351)
* [Drupal 7 Visual Quickstart Guide](http://www.amazon.com/Drupal-7-Visual-QuickStart-Guide/dp/0321619218)
* [Drupal User’s Guide](http://www.amazon.com/Drupal-Users-Guide-Administering-Drupal-Powered/dp/0137041292)