/*
 **************************************************************
 * Saltworks Technologies
 * sifr-config.js
 *
 * Copyright 2009 Saltworks Technologies Inc.
 *
 * blue = #0083a9 (0,131,169)
 * yellow = #fcb034 (252,176,52) 
 **************************************************************
 */

var fontDinotMedium = {
	src: 'flash/dinot-medium.swf'
};
sIFR.activate(fontDinotMedium);

sIFR.replace(fontDinotMedium, {
	selector: 'h1.title',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #000000; }'
	]
});
sIFR.replace(fontDinotMedium, {
	selector: 'h1.tag',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #000000; font-size:32px;}',
	]
});
sIFR.replace(fontDinotMedium, {
	selector: 'h1.tagWhite',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff; font-size:32px;}',
	]
});
sIFR.replace(fontDinotMedium, {
	selector: 'h1.tagBlue',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #0083a9; font-size:32px;}',
	]
});
sIFR.replace(fontDinotMedium, {
	selector: 'h1.tagYellow',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #fcb034; font-size:32px;}',
	]
});
sIFR.replace(fontDinotMedium, {
	selector: 'h2.title',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #000000; font-size:16px; margin:0 0 0 0px;}',
	]
});
