New tag system

Commits #152714, #152712

  - Cleaned up documentation in some areas
  - New tag system
      Tags are now replaced by having a named tag after the attribute.
       
        Old usage:
          color: /* {{tag}} */#FFFFFF/* {{/tag}} */
         
        New usage:
          color: #FFFFFF; /* t:tag */
         
        Do not use spaces in tags, instead seperate words with -
          Example: body-color-tag
  - Added cleanstate-tag subtheme to demonstrate tag replacement

Reference http://drupal.org/node/325487