Find me

You can find me on Twitter. You can also find contact me at Pink Sheep Media Design and Communications.

And you can also find me at Sherwin Arnott dot com.

Hacks

Here's how I figured out how to change the favicon.

And here's the css I added to the "design":
#navbar {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}