Updated Skin and rewritten Blog Class
Over the last week I've been working on the look of this blog. It's definitely better, but still needs work. I've been playing with some new CSS3 features and in particular I've used the new box-shadow to add some depth. This works great in Firefox / Safari and Chrome. I might actually try to achieve this with images as I have noticed that using the box shadow in such a large area taxes the browsers performance.
The blog class has been re-written and custom templates are now available. Its fairly simple to create a custom skin. All you do is create a folder and add tpl_home.php, tpl_posts.php and tpl_post.php files. These files are the layout for the homepage, post listing and posts/comments page respectively. This folder also contains the css and javascript for the template. I'm sure I will expand on this in the future but for now its all I need.