Aqueous: A Novelty Blog Theme

Aqueous: a theme that pretends to pretend to be Aqua.
Designed with a simple blog in mind. The central content area is constrained to a limited width, and the left sidebar is also doomed to be narrow.
Testing at the 13jupiters demo site will consist of determining which blocks and modules are most likely to be activated in a modest blog-type site, and then ensuring that css covers this configuration as thoroughly as possible.
UPDATE July 29:
Alpha release now available for testing and complaints - but with an IE bug that was revealed when Planet Drupal threw a long line at the theme.
A new version with a (non-compliant) fix will be available shortly. In the meantime, you can download the first release at:
http://13jupiters.com/free-drupal-themes/aqua
To fix the IE bug, which is probably only a problem if you're running an aggregator block or if you expect long lines in the left sidebar, add the following to style.css:
/* IE HACK - never know how long aggregator link text will be */
#sidebar-left .block-aggregator a {
word-wrap: break-word;
}
We'll be opening comments there too, so that (much appreciated) alpha testers can report their findings.
