/*
Theme Name: Kakumei Blue ER
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress... in blue.
Version: 0.01 theta-beta
Author: Bryan Veloso, modified by ER
Author URI: http://avalonstar.com
*/


@import url('../kakumei/style.css');

a { color: #32689b; text-decoration: none; }
/* ER20100302 pour attirer l'attention sur ces liens car c'est vraiment trop discret de base ! */
/**a:hover { color: #001364; } */
a:hover {
	color:#F00;
	font-weight: bold;
}
/* ER20100522 pour retour MyDago */
h2 a
{
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
  background-color: #064B8C;
  color: #ffffff;
}

h2 a:hover 
{
	color:#F00 
}
/* fin pour retour MyDago */
#header { background-image: url('../kakumei-blue-ER/images/page_header_bblogo.png'); }
.sticky { background: #adb9e1; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #d8dcf2; }
#profile-menu li a:hover { background: #d8dcf2; }
a.prev.page-numbers:hover, a.next.page-numbers:hover { color: #001364; }

