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

body
{
	background-color:#fff3f6;
	color:#000;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
{
	border-color:#1a0d10;
}
div.twoColumns div.leftColumn, div.twoColumns div.rightColumn, #rightColumn ul.vnav li a, #hiliteBlock, #AdBox
{
	border-color:#804050;
}
#pageWrapper
{
	background-color:#fff3f6;
	color:#000;
}
#masthead, #footer
{
	background-color:#ffa0b7;
	color:#000;
}
#masthead h2
{
	color:#bf6077;
}
#outerColumnContainer
{
	background-color:#fff;
	color:#000;
	border-right-color:#ffdfe7; /* right column background color */
}
#hiliteBlock
{
	background-color:#ffdfe7;
}
#rightColumn ul.vnav li a:link, #rightColumn ul.vnav li a:visited, #rightColumn ul.vnav li a:active, #AdBox
{
	background-color:#fff3f6;
	color:#804050;
}
#rightColumn ul.vnav li a:hover
{
	background-color:#ffa0b7;
	color:#fff;
}
#rightColumn h3.vnav
{
	color:#ff809f;
}

/* menu coloration*/

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

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

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

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

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

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

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

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


