I'm not sure how many people are interested in this, but for me this made the theme a lot easier to use. This will add an ADMIN link left of the RSS link in the navigation bar.
Open up header.php and find:
<li class="rss">">RSS
on a new line under that line, paste this:
<li class="admin">/wp-admin/">admin
Open up style.css and find:
ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; }
and on a new line under that line, paste this:
ul#nav li.admin { padding: 0.85em 20px 0.7em 0; float: right; }