Tickled Pink 2.0 has been released, with a new layout - now a little bit slimmer, with rounded corners and the same sassy pink feather.
http://wordpress.org/extend/themes/tickled-pink
Enjoy! As always, I'm available for free support/customization help either here or on my own site (in my profile).
OK, first couple of flaws found (tiny ones that most people won't encounter unless they use nested lists). Easy fix:
Open style.css
On line #228 find
background: url(images/bullet.gif) no-repeat left;
Replace with
background: url(images/bullet.gif) no-repeat top left;
On blank line #231, add:
.post ul ul, .post ol ol {
font-size: inherit;
}