Just a small note:
I've been working on a theme that I will will be sharing soon, but while going over the css and template files I noticed the `printPageListWithNav()` function spits out:
`
<ul class="pagelist">
<li class="prev">« prev</li>
<li class="current">1</li>
[*]2
<li class="next">next »</li>
</ul>
`
I thought maybe the `<ul class="pagelist">` might be a little redundant. I know it's a small thing, but just a thought.
I plan on doing a complete overhaul of the css structure with this theme so I'll keep it posted.