* Drupal Location: http://drupal.org/sandbox/KrisBulman/1460814
* Documentation:   http://github.com/krisbulman/aether/wiki
* Style Guide:     http://aetherdev.bulman.ca/
* Maintainer(s):
 * Kris Bulman
  * http://www.twitter.com/krisbulman

Introduction to Aether
------------------------

Aether is geared towards a themer that utilizes sass/compass, 
it also aims to provide theme settings for tasks better handled 
on the Drupal theme layer, such as grid column sizes per region 
(not yet implimented).

This theme is a starter theme, with all the components you should 
need to build a fixed-width responsive site using re-usable CSS patterns, 
it supports (out of the box) Handheld Portrait, Handheld Landscape, 
Tablet Landscape, Tablet Portrait, & Desktop.

Installation of theme on Drupal 7
------------------------

- Download Aether from https://github.com/krisbulman/aether
- Unpack and place the Aether folder in your Drupal installation under
  one of the following locations:

    * sites/all/themes
    * sites/default/themes
    * sites/example.com/themes

- Log in as an administrator on your Drupal site and go to
  /Appearance (admin/appearance) and make Aether the default theme.

Create a sub theme
------------------
drush aether "Your Theme Name"

Resources
---------

Read the documentation at http://www.github.com/krisbulman/aether/wiki
