/*
	various bits and pieces of CSS that we can use to slowly
	migrate the site away from HTML 3.2 towards a cleaner design.

	No particular rhyme or reason to content in here except to move direct
	styling away from the page itself.
*/


/*
	text formatting for the birthdays and contribs headers on index.php
*/

.index-left-box, .navbar-item
{
	font-weight: normal;
	color: rgb(204, 204, 255);
}

.index-left-box-selected, .navbar-item-selected
{
	font-weight: bold;
	color: rgb(204, 204, 255);
}

td.linkbar
{
	color: rgb(204, 204, 255);
}

/*
    Links contained in navbar items
*/

.navbar-item > a:link, .navbar-item-selected > a:link
{
	text-decoration: none;
	color: rgb(204, 204, 255);
}

.navbar-item > a:active, .navbar-item-selected > a:active
{
	color: rgb(204, 204, 255);
}

.navbar-item > a:visited, .navbar-item-selected > a:visited
{
	text-decoration: none;
	color: rgb(204, 204, 255);
}

.navbar-item > a:hover, .navbar-item-selected > a:hover
{
	text-decoration: underline;
    color: rgb(204, 204, 255);
}
