var glyphia_light = {
 	src: 'tl_files/winterclash/2010/structure/swf/glyphia_light.swf'
};
var glyphia_light_oblique = {
 	src: 'tl_files/winterclash/2010/structure/swf/glyphia_light_oblique.swf'
};
var glyphia_bold = {
 	src: 'tl_files/winterclash/2010/structure/swf/glyphia_bold.swf'
};
var glyphia_black = {
 	src: 'tl_files/winterclash/2010/structure/swf/glyphia_black.swf'
};

sIFR.useStyleCheck = true;
sIFR.fixHover = true;
sIFR.activate(
	glyphia_light,
	glyphia_light_oblique,
	glyphia_bold,
	glyphia_black
);

/**
* REPLACE THE F*CKIN' SHIT
*/
sIFR.replace(
	glyphia_light,
	{
		selector: 'div#count_down span.light',
		css: {
			'.sIFR-root': {
				'color': '#ffffff',
				'background-color': '#3d7dac',
				'text-align': 'center'
			}	
		}
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'div#count_down span.bold',
		css: {
			'.sIFR-root': {
				'color': '#ffffff',
				'background-color': '#3d7dac'
			}
		},
		forceSingleLine: 'true'
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'h1',
		css: {
			'.sIFR-root': {
				'color': '#3D7DAC'
			}
		}
	}
);

sIFR.replace(
	glyphia_light,
	{
		selector: 'span.meta',
		css: {
			'.sIFR-root': {
				'color': '#c2c2c2'
			}
		}
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'h2.widget span',
		css: {
			'.sIFR-root': {
				'color': '#3D7DAC'
			},
			'a:link': {'color': '#3D7DAC', 'text-decoration': 'none'},
			'a:hover': {'color':'#3D7DAC'}
		},
		offsetTop: '1',
		tuneHeight: '-6'
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'div.blue h2',
		css: {
			'.sIFR-root': {
				'color': '#ffffff',
				'background-color': '#3D7DAC'
			}
		}
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'div.yellow h2',
		css: {
			'.sIFR-root': {
				'color': '#000000',
				'background-color': '#ffff00'
			}
		}
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'div.ce_text#ticket_compare div#tickets_left h3',
		css: {
			'.sIFR-root': {
				'color': '#000000',
				'background-color': '#ffff00'
			}
		},
		tuneHeight: '-2'
	}
);

sIFR.replace(
	glyphia_bold,
	{
		selector: 'div.ce_text#ticket_compare div#tickets_right h3',
		css: {
			'.sIFR-root': {
				'color': '#3D7DAC',
				'background-color': '#ffffff'
			}
		},
		tuneHeight: '-2'
	}
);

