/* This file contains all CSS specific to individual iTouchHer sites */


/* Bottom nav (shown on all screens) */
div.navbar {
    background: url('/images/menu-background.jpg') repeat-x;
}

/* center segment (slide title) */
div.navbar div.title {
    font-family: Helvetica, Geneva, sans-serif;
    color: white;
}


/**** MAIN MENU **************************************************************/

/* color the model name in the main menu */
div.listElement div.details p span.name {
	color: #F98E19;
}


/**** NAV BAR ****************************************************************/

/* color the left/right arrows */
div.buttonBar .buttonColor {
	background: #F60;
}

/* legal text color */
.legal a {
	color: #F60;
}

/* slide title */
div.buttonBar div.title {
	color: #F90;
}


/**** GAME SCREENS ***********************************************************/

div.overlay h1 {
	color: #F90;
}


/**** WARNING PAGE ***********************************************************/

/* enter/exit buttons: positioned absolutely */
div.warningContainer .buttons {
	top: 225px;
	right: 40px;
}


/**** HELP PAGE **************************************************************/

div.instructions {
	color: #FFF;
}
div.instructions h1 {
	color: #F90;
}
div.instructions p {
	color: #FC9;
}

