/*  skoot theme | black.css : 2006.11  */

body
{
	background-color: #222;
	color: #fff;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn, #rightColumn ul.vnav li a, #hiliteBlock, #AdBox
{
	border-color: #ccc;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
{
	border-color: #fff;
}
#pageWrapper
{
	background-color: #111;
	color: #000;
}
#masthead, #footer
{
	background-color: #333;
	color: #fff;
}
#masthead h2
{
	color: #fff;
}
#outerColumnContainer
{
	background-color: #000;
	color: #fff;
	border-right-color: #adadad; /* right column background color */
}
#hiliteBlock
{
	background-color: #adadad;
}
#rightColumn ul.vnav li a:link, #rightColumn ul.vnav li a:visited, #rightColumn ul.vnav li a:active, #AdBox
{
	background-color: #666;
	color: #ccc;
}
#rightColumn ul.vnav li a:hover
{
	background-color: #ccc;
	color: #000;
}
#rightColumn h3.vnav	
{
	color: #fff;
}

/* menu coloration*/

/* links - top level */
#menu a, #menu a:visited {background:#333333;}

/* links - 2nd level */
#menu ul ul a, #menu ul ul a:visited {background:#d9d9d9;}

/* links - 3rd level */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#cccccc;}

/* links - 4th level */
#menu ul ul ul ul a, #menu ul ul ul ul a:visited {background:#adadad;}

/* style the level hovers */
/* first */
* html #menu a:hover {color:#000; background:#e6e6e6;}
#menu :hover > a {color:#000; background:#e6e6e6;}

/* second */
* html #menu ul ul a:hover{color:#000;background:#e6e6e6;}
#menu ul ul :hover > a {color:#000;background:#e6e6e6;}

/* third */
* html #menu ul ul ul a:hover {background:#e6e6e6;}
#menu ul ul ul :hover > a {background:#e6e6e6;}

/* fourth */
#menu ul ul ul ul a:hover {background:#e6e6e6;}

