// sifr styling 
var apexBook = {src: '/flash/apex-new-book.swf'};
var apexMedium = {src: '/flash/apex-new-medium.swf'};
var apexHeavyItalic = {src: '/flash/apex-new-heavy-italic.swf'};

// sifr3 power activate!
sIFR.activate(apexMedium);
	
	sIFR.replace(apexMedium, {
		selector: 'h1',
		css: ['.sIFR-root { color:#ffffff; font-size:48px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0,
		forceSingleLine: true
	});
	
	sIFR.replace(apexMedium, {
		selector: '.columnNav h2',
		css: ['.sIFR-root { color:#7e8991; font-size:18px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0,
		forceSingleLine: true
	});
	sIFR.replace(apexMedium, {
		selector: '.villageHeaders li',
		css: ['.sIFR-root { color:#1d2832; font-size:20px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0,
		forceSingleLine: true
	});
	
	sIFR.replace(apexMedium, {
		selector: '.quickLinks h2 a',
		css: ['.sIFR-root { color:#c1cad0; font-size:16px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0,
		forceSingleLine: true
	});
	
	sIFR.replace(apexMedium, {
		selector: '.homeContentLeft h2, .landingLeft h2, .landingRight h2',
		css: ['.sIFR-root { color:#37424b; font-size:24px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0,
		forceSingleLine: true
	});
	
	sIFR.replace(apexMedium, {
		selector: '.homeRight h3, .rightContent h3',
		css: ['.sIFR-root { color:#ffffff; font-size:24px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0,
		forceSingleLine: true
	});
	
	sIFR.replace(apexBook, {
		selector: '.homeRight h4',
		css: ['.sIFR-root { color:#d2f2ea; font-size:16px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0
	});
	
	sIFR.replace(apexBook, {
		selector: '.rightContent .promoPara',
		css: ['.sIFR-root { color:#d2f2ea; font-size:16px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneHeight: 0
	});
	
	sIFR.replace(apexHeavyItalic, {
		selector: '.landingBox h3',
		css: ['.sIFR-root { color:#ffffff; font-size:24px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneheight: 0
	});
	
	sIFR.replace(apexHeavyItalic, {
		selector: 'h2.promoTitle',
		css: ['.sIFR-root { color:#ffffff; font-size:30px; leading: -13; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneheight: 0
	});
	
	sIFR.replace(apexMedium, {
		selector: 'h4.eventDetails',
		css: ['.sIFR-root { color:#00b588; font-size:20px; }'],
		wmode: 'transparent',
		offsetTop: -3,
		tuneheight: 0,
		forceSingleLine: true
	});
	
	sIFR.replace(apexMedium, {
		selector: 'span.type',
		css: ['.sIFR-root { color:#37424b; font-size:14px; }'],
		wmode: 'transparent',
		offsetTop: 0,
		tuneheight: 0
	});
	
	sIFR.replace(apexMedium, {
		selector: 'span.promoPara',
		css: ['.sIFR-root { color:#ffffff; font-size:18px; }'],
		wmode: 'transparent',
		offsetTop: 0,
		tuneheight: 0
	});
	
	sIFR.replace(apexHeavyItalic, {
		selector: '.infoPromo h3',
		css: ['.sIFR-root { color:#ffffff; font-size:26px; }'],
		wmode: 'transparent',
		offsetTop: 0,
		tuneheight: 0
	});
