Making that Admin Bar transparent or a blue color

There’s a good plugin to make the admin bar blue in both the admin and front-end: http://wordpress.org/extend/plugins/blue-admin-bar/

If those colors don’t suit, play around with the plugin to figure out how to do your own. The key thing to notice about the plugin version is that by using a hook to enqueue the stylesheets, it’s possible to get the dashboard version as well — adding to your theme’s css will only affect the front end.