﻿
/*
This CSS contains all editable text styles used in Old Dogs Frisbee Challenge.
Please refer to translation.xls for a pictured reference of the strings used in the game, 
and which styles are applied where.
*/


body {
	font-family: "Bruno JB Std";
	font-size: 20;
	font-weight: bold;
	color: #E5E5E5;	
	text-align: left;	
}
h1 {
	font-family: "Klepto ITC TT";
	font-size: 72;
	font-style: normal;
	color: #E5E5E5;	
	text-align: center;
}
h2 {
	font-family: "Klepto ITC TT";
	font-size: 42;
	font-style: normal;
	color: #DED7B4;	
	text-align: center;
}


/*******************************************
									M E N U
********************************************/

.gameTitleBig {
	font-family: "Klepto ITC TT";
	font-size: 100;
	color: #6AB0EE;	
	text-align: right;
}

.gameTitleSmall {
	font-family: "Klepto ITC TT";
	font-size: 54;
	color: #ECD052;	
	text-align: left;
}

.copy {
	font-family: "Bruno JB Std";
	font-size: 24;
	font-weight: bold;
	color: #FFFFFF;	
	text-align: center;
	leading: -5;
}

.copy.strong {
	font-family: "Bruno JB Std";
	font-size: 24;
	font-weight: bold;
	color: #00659A;	
	text-align: center;
	leading: -5;
}

.breadcrumbs {
	font-family: "Bruno JB Std";
	font-size: 20;
	font-weight: bold;
	color: #000000;	
	text-align: left;
}

.breadcrumbs.highlight {
	color: #FFFFFF;
}

.defaultButtonLabel {
	font-family: "Bruno JB Std";
	font-size: 20;
	font-weight: bold;
	color: #000000;	
	text-align: center;		
}

.textButtonLabel {
	font-family: "Bruno JB Std";
	font-size: 24;
	font-weight: bold;
	color: #FAE013;	
	text-align: center;		
}


.frisbeeButtonLabel {
	font-family: "Bruno JB Std";
	font-size: 32;
	font-weight: bold;
	color: #000000;	
	text-align: center;		
}

.durationNumber {
	font-family: "Klepto ITC TT";
	font-size: 76;
	font-style: normal;
	color: #3D86D8;	
	text-align: center;	
}


/*******************************************
									G A M E 
********************************************/

.teamName {
	font-family: "Klepto ITC TT";
	font-size: 24;
	color: #DED7B4;	
}
.teamName.player {
	font-family: "Klepto ITC TT";
	font-size: 24;
	color: #DED7B4;	
	text-align: right;
}

.teamName.computer {
	font-family: "Klepto ITC TT";
	font-size: 24;
	color: #DED7B4;	
	text-align: left;
}


.gameMessage {
	font-family: "Klepto ITC TT";
	font-size: 62;
	color: #FFFFFF;	
}

.gameScore {
	font-family: "Klepto ITC TT";
	font-size: 42;
	color: #FFFBEA;	
	text-align: center;
}

.gameTime {
	font-family: "Klepto ITC TT";
	font-size: 32;
	color: #FFFBEA;	
	text-align: left;
}

.quickTimeEvent {
	font-family: "Klepto ITC TT";
	font-size: 62;
	color: #FFFFFF;	
	text-align: center;
}

/*******************************************
					I N S T R U C T I O N S 
********************************************/
.instructionMessage{
	font-family: "Bruno JB Std";
	font-size: 34;
	font-weight: bold;
	color: #CCCCCC;	
	text-align: left;
}
.instructionCopy{
	font-family: "Bruno JB Std";
	font-size: 18;
	font-weight: bold;
	color: #FFFBEA;	
	text-align: left;
	leading: -5;
}
.instructionHeadline{
	font-family: "Bruno JB Std";
	font-size: 18;
	font-weight: bold;
	color: #99CC00;	
	text-align: left;
}
.instructionTipTitle{
	font-family: "Bruno JB Std";
	font-size: 16;
	font-weight: bold;
	color: #FF9900;	
	text-align: left;
}
.instructionTipCopy{
	font-family: "Bruno JB Std";
	font-size: 16;
	font-weight: bold;
	color: #FFFFFF;	
	text-align: left;
	leading: -3;
}
/*******************************************
							T U T O R I A L 
********************************************/

.tutorialMessage {
	font-family: "Bruno JB Std";
	font-size: 20;
	font-weight: bold;
	color: #000000;	
	text-align: left;
	leading: -3;
}

.tutorialMessage.info {
	font-family: "Bruno JB Std";
	font-size: 20;
	font-weight: bold;
	color: #00659A;	
}
.tutorialMessage.action {
	font-family: "Bruno JB Std";
	font-size: 20;
	font-weight: bold;
	color: #DD0000;	
}
