Index: bb-templates/kakumei/edit-form.php
===================================================================
--- bb-templates/kakumei/edit-form.php	(revision 2053)
+++ bb-templates/kakumei/edit-form.php	(working copy)
@@ -1,6 +1,6 @@
 
 <?php if ( $topic_title ) : ?>
-<p>
+<p role="main">
   <label><?php _e('Topic:'); ?><br />
 
   <input name="topic" type="text" id="topic" size="50" maxlength="80"  value="<?php echo attribute_escape( get_topic_title() ); ?>" />
Index: bb-templates/kakumei/favorites.php
===================================================================
--- bb-templates/kakumei/favorites.php	(revision 2053)
+++ bb-templates/kakumei/favorites.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Favorites'); ?></h3>
 
-<h2 id="currentfavorites"><?php _e('Current Favorites'); ?><?php if ( $topics ) echo ' (' . $favorites_total . ')'; ?></h2>
+<h2 id="currentfavorites" role="main"><?php _e('Current Favorites'); ?><?php if ( $topics ) echo ' (' . $favorites_total . ')'; ?></h2>
 
 <p><?php _e("Your Favorites allow you to create a custom <abbr title=\"Really Simple Syndication\">RSS</abbr> feed which pulls recent replies to the topics you specify.\nTo add topics to your list of favorites, just click the \"Add to Favorites\" link found on that topic&#8217;s page."); ?></p>
 
Index: bb-templates/kakumei/footer.php
===================================================================
--- bb-templates/kakumei/footer.php	(revision 2053)
+++ bb-templates/kakumei/footer.php	(working copy)
@@ -7,7 +7,7 @@
 
 	</div>
 
-	<div id="footer">
+	<div id="footer" role="contentinfo">
 		<p><?php printf(__('%1$s is proudly powered by <a href="%2$s">bbPress</a>.'), bb_option('name'), "http://bbpress.org") ?></p>
 	</div>
 
Index: bb-templates/kakumei/forum.php
===================================================================
--- bb-templates/kakumei/forum.php	(revision 2053)
+++ bb-templates/kakumei/forum.php	(working copy)
@@ -4,7 +4,7 @@
 
 <?php if ( $topics || $stickies ) : ?>
 
-<table id="latest">
+<table id="latest" role="main">
 <tr>
 	<th><?php _e('Topic'); ?> &#8212; <?php bb_new_topic_link(); ?></th>
 	<th><?php _e('Posts'); ?></th>
Index: bb-templates/kakumei/front-page.php
===================================================================
--- bb-templates/kakumei/front-page.php	(revision 2053)
+++ bb-templates/kakumei/front-page.php	(working copy)
@@ -2,7 +2,7 @@
 
 <?php if ( $forums ) : ?>
 
-<div id="hottags">
+<div id="hottags" role="main">
 <h2><?php _e('Hot Tags'); ?></h2>
 <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
 </div>
Index: bb-templates/kakumei/header.php
===================================================================
--- bb-templates/kakumei/header.php	(revision 2053)
+++ bb-templates/kakumei/header.php	(working copy)
@@ -24,7 +24,7 @@
 <body id="<?php bb_location(); ?>">
 	<div id="wrapper">
 	
-		<div id="header">
+		<div id="header" role="banner">
 			<h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>
 			<?php if ( bb_get_option('description') ) : ?><p class="description"><?php bb_option('description'); ?></p><?php endif; ?>
 
Index: bb-templates/kakumei/login.php
===================================================================
--- bb-templates/kakumei/login.php	(revision 2053)
+++ bb-templates/kakumei/login.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Log in'); ?></h3>
 
-<h2 id="userlogin"><?php isset($_POST['user_login']) ? _e('Log in Failed') : _e('Log in') ; ?></h2>
+<h2 id="userlogin" role="main"><?php isset($_POST['user_login']) ? _e('Log in Failed') : _e('Log in') ; ?></h2>
 
 <form method="post" action="<?php bb_uri('bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS); ?>">
 <fieldset>
Index: bb-templates/kakumei/password-reset.php
===================================================================
--- bb-templates/kakumei/password-reset.php	(revision 2053)
+++ bb-templates/kakumei/password-reset.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Log in'); ?></h3>
 
-<h2><?php _e('Password Reset'); ?></h2>
+<h2 role="main"><?php _e('Password Reset'); ?></h2>
 
 <?php if ( $error ) : ?>
 <p class="notice error"><?php echo $error; ?></p>
Index: bb-templates/kakumei/profile-base.php
===================================================================
--- bb-templates/kakumei/profile-base.php	(revision 2053)
+++ bb-templates/kakumei/profile-base.php	(working copy)
@@ -1,7 +1,7 @@
 <?php bb_get_header(); ?>
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php echo $profile_page_title; ?></h3>
-<h2><?php echo get_user_name( $user->ID ); ?></h2>
+<h2 role="main"><?php echo get_user_name( $user->ID ); ?></h2>
 
 <?php bb_profile_base_content(); ?>
 
Index: bb-templates/kakumei/profile-edit.php
===================================================================
--- bb-templates/kakumei/profile-edit.php	(revision 2053)
+++ bb-templates/kakumei/profile-edit.php	(working copy)
@@ -1,7 +1,7 @@
 <?php bb_get_header(); ?>
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Edit Profile'); ?></h3>
-<h2 id="userlogin"><?php echo get_user_display_name( $user->ID ); ?> <small>(<?php echo get_user_name( $user->ID ); ?>)</small></h2>
+<h2 id="userlogin" role="main"><?php echo get_user_display_name( $user->ID ); ?> <small>(<?php echo get_user_name( $user->ID ); ?>)</small></h2>
 <form method="post" action="<?php profile_tab_link( $user->ID, 'edit', BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ); ?>">
 <fieldset>
 <legend><?php _e('Profile Info'); ?></legend>
Index: bb-templates/kakumei/profile.php
===================================================================
--- bb-templates/kakumei/profile.php	(revision 2053)
+++ bb-templates/kakumei/profile.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Profile') ?></h3>
 
-<div class="vcard">
+<div class="vcard" role="main">
 
 <?php if ( $avatar = bb_get_avatar( $user->ID ) ) : ?>
 <div id="useravatar"><?php echo $avatar; ?></div>
Index: bb-templates/kakumei/register-success.php
===================================================================
--- bb-templates/kakumei/register-success.php	(revision 2053)
+++ bb-templates/kakumei/register-success.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Register'); ?></h3>
 
-<h2 id="register"><?php _e('Great!'); ?></h2>
+<h2 id="register" role="main"><?php _e('Great!'); ?></h2>
 
 <p><?php printf(__('Your registration as <strong>%s</strong> was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?></p>
 
Index: bb-templates/kakumei/register.php
===================================================================
--- bb-templates/kakumei/register.php	(revision 2053)
+++ bb-templates/kakumei/register.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Register'); ?></h3>
 
-<h2 id="register"><?php _e('Registration'); ?></h2>
+<h2 id="register" role="main"><?php _e('Registration'); ?></h2>
 
 <?php if ( !bb_is_user_logged_in() ) : ?>
 
Index: bb-templates/kakumei/search-form.php
===================================================================
--- bb-templates/kakumei/search-form.php	(revision 2053)
+++ bb-templates/kakumei/search-form.php	(working copy)
@@ -1,4 +1,4 @@
-<form class="search-form" action="<?php bb_uri('search.php', null, BB_URI_CONTEXT_FORM_ACTION); ?>" method="get">
+<form class="search-form" role="search" action="<?php bb_uri('search.php', null, BB_URI_CONTEXT_FORM_ACTION); ?>" method="get">
 	<p>
 		<label class="hidden" for="q"><?php _e('Search:'); ?></label>
 		<input class="text" type="text" size="14" maxlength="100" name="q" id="q" />
Index: bb-templates/kakumei/stats.php
===================================================================
--- bb-templates/kakumei/stats.php	(revision 2053)
+++ bb-templates/kakumei/stats.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Statistics'); ?></h3>
 
-<dl>
+<dl role="main">
 	<dt><?php _e('Registered Users'); ?></dt>
 	<dd><strong><?php total_users(); ?></strong></dd>
 	<dt><?php _e('Posts'); ?></dt>
Index: bb-templates/kakumei/tag-single.php
===================================================================
--- bb-templates/kakumei/tag-single.php	(revision 2053)
+++ bb-templates/kakumei/tag-single.php	(working copy)
@@ -6,7 +6,7 @@
 
 <?php if ( $topics ) : ?>
 
-<table id="latest">
+<table id="latest" role="main">
 <tr>
 	<th><?php _e('Topic'); ?> &#8212; <?php bb_new_topic_link(); ?></th>
 	<th><?php _e('Posts'); ?></th>
Index: bb-templates/kakumei/tags.php
===================================================================
--- bb-templates/kakumei/tags.php	(revision 2053)
+++ bb-templates/kakumei/tags.php	(working copy)
@@ -2,7 +2,7 @@
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Tags'); ?></h3>
 
-<p><?php _e('This is a collection of tags that are currently popular on the forums.'); ?></p>
+<p role="main"><?php _e('This is a collection of tags that are currently popular on the forums.'); ?></p>
 
 <div id="hottags">
 <?php bb_tag_heat_map( 9, 38, 'pt', 80 ); ?>
Index: bb-templates/kakumei/topic.php
===================================================================
--- bb-templates/kakumei/topic.php	(revision 2053)
+++ bb-templates/kakumei/topic.php	(working copy)
@@ -1,7 +1,7 @@
 <?php bb_get_header(); ?>
 
 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a><?php bb_forum_bread_crumb(); ?></h3>
-<div class="infobox">
+<div class="infobox" role="main">
 
 <div id="topic-info">
 <span id="topic_labels"><?php bb_topic_labels(); ?></span>
Index: bb-templates/kakumei/view.php
===================================================================
--- bb-templates/kakumei/view.php	(revision 2053)
+++ bb-templates/kakumei/view.php	(working copy)
@@ -4,7 +4,7 @@
 
 <?php if ( $topics || $stickies ) : ?>
 
-<table id="latest">
+<table id="latest" role="main">
 <tr>
 	<th><?php _e('Topic'); ?></th>
 	<th><?php _e('Posts'); ?></th>

