Thanks for a beautiful template.
However I found what I believe is an error in coding or graphics (or both). When using the “blue” color, in stylesheet: core/themes/blue/css/template.css
on line 133 on your demosite it says:
#ja-mainnav {
background: url("../images/mainnav-bg.gif") repeat-x scroll left bottom #0199e7;
}
On the installed template on my site the same file says:
#ja-mainnav {
background: url("../images/mainnav-bg1.gif") repeat-x scroll left bottom #0199e7;
}
The mainnav-bg1.gif is 3 pixels shorter than mainnav-bg.gif and this breaks the look of the menu.
Best regards,
Markus