var aharoni = {
  src: 'sifr3/aharoni.swf'
};
var futura = {
	src: 'sifr3/futura.swf'
};
var blue = {
	src: 'sifr3/bluehighway.swf'
};


sIFR.activate(aharoni, futura); // From revision 209 and onwards
// H1 *IS* AHARONI, was 48px
sIFR.replace(aharoni, { 
	selector: 'h1', 
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { background-color: #000000; color: #FFFFFF; text-align: right; text-transform: uppercase; font-size:44px; }', 
		'em { font-style: normal; color: #EE6153; }',
		'a { text-decoration: no-underline; color: #EE6153; }',
		'a:hover { color: #4189dd; }'
	] 
});
sIFR.replace(futura, {
    selector: 'h2.men'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { font-size: 30px; color: #4189DD; text-transform: uppercase; leading: -8; text-align: right;} strong { color: #FFFFFF;  }',
		'strong { color: #FFFFFF; }',
    ]
  });

sIFR.replace(aharoni, { 
	selector: 'h2',
	css: [ 
		'.sIFR-root { color: #FFFFFF; background-color: #000000; leading: -7; text-align: center; text-transform: uppercase; font-size:32px; }',
		'a { text-decoration: no-underline; color: #EE6153; }',
		'a:hover { color: #4189dd; }'
	] 
});

sIFR.replace(aharoni, { 
	selector: 'h3', 
	css: [ 
		'.sIFR-root { background-color: #000000; color: #FFFFFF; text-align: justify; text-transform: uppercase; font-size:20px; }',
		'a { text-decoration: no-underline; color: #EE6153; }',
		'a:hover { color: #4189dd; }'
	] 
});

sIFR.replace(aharoni, {
	selector: 'h3', 
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { background-color: #000000; color: #FFFFFF; text-align: justify; margin: 0px; padding: 0px; font-size:16px; }',
		'a { text-decoration: no-underline; color: #EE6153; }',
		'a:hover { color: #4189dd; }'
	] 
});


sIFR.replace(aharoni, { 
	selector: 'h4', 
	css: [ 
		'.sIFR-root { background-color: #000000; color: #FFFFFF; text-align: center; margin: 0px; padding: 0px; font-size:18px; }',
		'a { text-decoration: no-underline; color: #FFFFFF; }',
		'a:hover { color: #4189dd; }'
	] 
});
sIFR.replace(futura, {
    selector: 'h6'
	,wmode: 'transparent'
    ,css: [
		'.sIFR-root { font-size: 24px; color: #EE6153; text-transform: uppercase; leading: -8; text-align: right;} strong { color: #FFFFFF;  }',
		'strong { color: #FFFFFF; }',
    ]
  });
// IF ITS STLL HERE REMOVE IT - ITS FOR A TEST
sIFR.replace(aharoni, { 
	selector: '.remove h5',
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { font-size:15px; background-color: #000000; color: #FFFFFF; leading:0; text-align: justify; margin: 0px; padding: 0px; }',
		'em { font-style: normal; }',
	] 
});
sIFR.replace(blue, { 
	selector: 'h5.picquote',
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { letter-spacing: 1; margin-left: 8px; margin-right: 8px; color: #000000; text-align: center; margin: 0px; padding: 0px; font-size:21px; }',
		'em { font-style: normal; }',
	] 
});
// #53CCEE cool BLUE color
sIFR.replace(futura, { 
	selector: 'h5.details',
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { color: #FFFFFF; leading: -2; text-align: justify; margin: 0px; padding: 0px; font-size:15px; }',
		'em { font-style: normal; }',
	] 
});

sIFR.replace(futura, { 
	selector: '.intro',
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { background-color: #000000; color: #FFFFFF; leading: -2; text-align: justify; margin: 0px; padding: 0px; font-size:15px; }',
		'em { font-style: normal; }',
	] 
});
sIFR.replace(futura, { 
	selector: 'h5',
	wmode: 'transparent',
	css: [ 
		'.sIFR-root { background-color: #000000; color: #FFFFFF; leading: -2; text-transform: uppercase; text-align: justify; margin: 0px; padding: 0px; font-size:17px; }',
		'em { font-style: normal; }',
	] 
});

sIFR.replace(futura, {
    selector: 'h6.mini',
	css: [
		'.sIFR-root { font-size: 18px; text-transform: uppercase;color: #FFFFFF; background-color: #000000; leading: -8; text-align: left;}',
		'strong { color: #FFFFFF; }',
    ]
  });

