I'm trying to use Thematous on Drupal 5.1 but seem to be having some problems.

SHORT VERSION: Installed Thematous, created a theme, but it's not visible via Admin.

Long version....

1. I've got PHPTAL installed via Pear.

pear install http://phptal.motion-twin.com/latest.tar.gz

2. Installed the PHPTAL engine by copying the download from this site into the "themes" directory.

http://drupal.org/project/phptal
(and the basic theme is available and working)

3. I've downloaded and installed Thematous (latest snapshot as of today) and copied it into the "modules" directory.

http://drupal.org/project/thematous
(and the module is available, and has installed the Thematous content type)

4. I created the "sites/all/themes/thematous" directory and make sure it was writable

5. Because I don't know any better, I then created a theme with just an "empty" css:

.node {
}

and nothing else.

This created a theme directory inside of "sites/all/themes/thematous" but the theme isn't visible via the Drual > Admin > Themes section.

What am I doing wrong?

I'm really looking forward to trying out Thematous, so any help would be much appreciated. Thank you.

(P.S. An example theme/installation would be really helpful addition to the package, as I know writing docs can be a pain.)