How long has the site been up? Got any links to your site yet?
I'm guessing the answer to the first question is not very long at all, if the date on this post is anything to go by:
http://thegolfstudent.com/43/hello-domain
So yes, just be patient and things will start happening for you.
Couple of things to do while you wait though...
It's a minor point, but in your robots.txt you've got:
User-agent: *
Allow: /
There isn't an "allow" in the robots exclusion protocol. As, well, it's an exclusion protocol after all. :-)
To be fair, I would think that the major search engines would still understand what you've got just fine - but you might as well just delete your robots.txt file entirely if 'allow everything' is what you're trying to say. More info on robots.txt here:
http://www.robotstxt.org/robotstxt.html
You've also got a nofollow on some of your internal links (ie the 'recent comments', which I'd be inclined to remove if it were my site. If a search engine looks at a page and finds two links to the destination page, one with a nofollow and one without, what happens? I'd guess they'd err on the side of caution and treat it as a nofollow.
Just my 2p anyway.