hey James, no need to put down your skinning skills, actually your Rainlendar skin is one of the most complete around, and the alpha blending is sweet.

needless to say there are a lot of apps that are much easier to skin.
there is a little bug though (in Rainlendar, not your fault). when you apply images with the skinning gui, it will write hardcoded paths to Rainlendar.ini file. this makes the skin unusable for people that do not have installed the skin in the same directory as you (all non-english users and probably a lot more).
fixing it is easy. after you finished skinning and everything works nice on your system, open Rainlendar.ini with your text editor and remove the paths.
example:
DaysBitmapName=C:\Program Files\Rainlendar\Globes by Jim\Days.bmp
-------->
DaysBitmapName=Days.bmp
i learned this on this message board as well, when Renato asked about the app and people were complaing that the skins seem to be incompatible. so i opened the file and had a deeper look into it (as a LiteStepper i am a little ashamed i trusted a gui for skinning that much, hehe)