hi dan!
you just love switching templates, dont you?
i remember your fan site using akiraka and before mixxmag, i think?
i really like the new look, that must have been a lot of work.
only noticed a tiny little something, on top of the logo, to the left of the searchbox, the word "search" shows.
if you would like to remove it you can do the following change in template.css (line 531)
findspan.searchtitle {
display:block;
float:left;
height:33px;
line-height:33px;
}
and change tospan.searchtitle {
display:none;
float:left;
height:33px;
line-height:33px;
}
you will then need to move the searchbox a little to the right, in template.css (line 247)
find#header #search {
height:32px;
left:55px;
position:absolute;
top:0;
width:230px;
}
chango to#header #search {
height:32px;
left:95px;
position:absolute;
top:0;
width:230px;
}
good luck with your site.