HI All,
You can change the title in the header.php. Look for the following:
<!-- page title, displayed in your browser bar -->
<title><?php bloginfo('name'); ?> | <?php is_home() ? bloginfo('description') : wp_title(''); ?></title>
Which should give you Blog Name | Description:Title . The full list of possibilites can be seen in the wordpress codex here: http://codex.wordpress.org/Function_Reference/bloginfo
So you can re-order it or change it up if you would like.
@kscott87, you can change the site title in your wordpress Settings. Also, make sure to post any other questions in the Choices support forum so we make sure to give you the correct help :)
Regards,
Devin