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


/* 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: #40a9ff;
}

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

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


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

div.overlay h1 {
	color: #40A9FF;
}


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

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


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

div.instructions {
	color: #FFF;
}
div.instructions h1 {
	color: #40A9FF;
}
div.instructions p {
	color: #CCC;
}

.formButton, .stbuttontext{
    color: #FFF;
}