/*-------------------------------------------------------------------
	Bazzmann Srl | Advanced Communication
	sIFR Configuration
	
	Customer: Bazzmann Srl
-------------------------------------------------------------------*/

var whitney = {
	src: '/gui/flash/fonts/whitney-medium.swf',
	ratios: [9, 1.25, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 52, 1.09, 81, 1.08, 82, 1.07, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(whitney);

var whitneybold = {
	src: '/gui/flash/fonts/whitney-bold.swf',
	ratios: [9, 1.25, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 52, 1.09, 81, 1.08, 82, 1.07, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(whitneybold);

var whitneysemibold = {
	src: '/gui/flash/fonts/whitney-semibold.swf',
	ratios: [9, 1.25, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 52, 1.09, 81, 1.08, 82, 1.07, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(whitneybold);

var gothambold = {
	src: '/gui/flash/fonts/gotham-bold.swf',
	ratios: [9, 1.25, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 52, 1.09, 81, 1.08, 82, 1.07, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(gothambold);
/* Headers
---------------------------------------------------------------------*/

/* Standard Headers */
sIFR.replace(gothambold, {
	selector: '#str-content h2',
	css: [
	'.sIFR-root {color: #EC00A6; font-weight: bold; letter-spacing: -2; text-transform: uppercase;}',
	'.cust-white { color: #FFFFFF;  }',
	'.cust-bright-blue { color: #BFDDF5;  }',
	'.cust-bright-blue2 { color: #BECAE4;  }',
   '.cust-dark-blue { color: #194467; }',
	'.cust-maroon { color: #8C694D; }',
	'.cust-green { color: #708C51;  }',
	'.cust-dark-green { color: #3E512E;  }'
	],
	wmode: 'transparent'
});

sIFR.replace(gothambold, {
	selector: 'h3',
	css: [
	'.sIFR-root {}',
	'a {font-size: 14px; color: #A0A0A0; text-transform: uppercase; text-decoration: none; cursor: pointer; text-align: right; line-height: 24px;}',
	'a:link {font-size: 14px; color: #A0A0A0; text-transform: uppercase; text-decoration: none;  cursor: pointer; text-align: right;}',
	'a:hover {font-size: 14px; color: #000000; text-transform: uppercase; text-decoration: none;  cursor: pointer; text-align: right;}',
	'.active {font-size: 14px; color: #000000; text-transform: uppercase; text-decoration: none;  cursor: pointer; text-align: right;}'
	],
	wmode: 'transparent'
});


sIFR.replace(whitneysemibold, {
	selector: '#std-menu',
	css: [
	'.sIFR-root {color: #959595; text-transform: uppercase;}',
	'a {font-size: 14px; color: #EC00A6; text-transform: uppercase; text-decoration: none; cursor: pointer; text-align: right;}',
	'a:link {font-size: 14px; color: #EC00A6; text-transform: uppercase; text-decoration: none;  cursor: pointer; text-align: right;}',
	'a:hover {font-size: 14px; color: #000000; text-transform: uppercase; text-decoration: none;  cursor: pointer; text-align: right;}',
	'.active {font-size: 14px; color: #000000; text-transform: uppercase; text-decoration: none;  cursor: pointer; text-align: right;}'
	],
	wmode: 'transparent'
});

sIFR.replace(gothambold, {
	selector: '#std-content h2',
	css: [
	'.sIFR-root {color: #ff408d; text-transform: uppercase;}'
	],
	wmode: 'transparent'
});