Fix threaded comments

You don’t have the comment reply Javascript being enqueued.

Add this to your header, just before the wp_head() call:

if ( is_singular() && get_option( 'thread_comments' ) )
    wp_enqueue_script( 'comment-reply' );