Hello! Thanks for looking at the MIMEO wordpress theme, by david van brink, poly@omino.com. Here's a few notes. If you provide style-overrides.php, you can set different colors, widths, and fonts and such without modifying style.php. If you define('MIMEO_showBlogTitleBox',false); before including the header, then the blog title will be skipped. I did it this way so that if you switch to a different theme, things still work (but you'll get the header of course). There's a few other defines like this, all designed to be optional, but work nicely with Mimeo. If you define('MIMEO_feedburnerName',"SomeName") then you will get feedburner stats on the recent-posts listing and individual posts. If you set the global varialbe $MIMEO_headerLinks to be an array of name => url, they show up above the blog header. This is for global links and such.