/*  skoot theme | brown.css : 2008.04 */

body
{
	background-color:#f9f4eb;
	color:#000;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn, #rightColumn ul.vnav li a, #hiliteBlock, #AdBox
{
	border-color:#5e441a;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
{
	border-color:#130e05;
}
#pageWrapper
{
	background-color:#f9f4eb;
	color:#000;
}
#masthead, #footer
{
	background-color:#cca666;
	color:#000;
}
#masthead h2
{
	color:#8c6626;
}
#outerColumnContainer
{
	background-color:#fff;
	color:#000;
	border-right-color:#eee1cc; /* right column background color */
}
#hiliteBlock
{
	background-color:#eee1cc;
}
#rightColumn ul.vnav li a:link, #rightColumn ul.vnav li a:visited, #rightColumn ul.vnav li a:active, #AdBox
{
	background-color:#f9f4eb;
	color: #5e441a;
}
#rightColumn ul.vnav li a:hover
{
	background-color:#cca666;
	color:#fff;
}
#rightColumn h3.vnav
{
	color:#8c6626;
}

/* menu coloration*/

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

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

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

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

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

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

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

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

