var gotham = {
  src: 'sifr.swf'
};

var gotham2 = {
  src: 'sifr.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: '.nodeTeaser .title',
  css: [ '.sIFR-root { color: #f2150c; font-size: 14px; }', 'a { text-decoration: none; }' ,'a:link { color: #E31824; }' ,'a:hover { color: #ffffff;}' ],
  wmode: 'transparent', tuneHeight:'-2'
});

sIFR.activate(gotham2);

sIFR.replace(gotham2, {
  selector: '.page .titleNode',
  css: [ '.sIFR-root { color: #2b1309; font-size: 14px; }', 'a { text-decoration: none; }' ,'a:link { color: #E31824; }' ,'a:hover { color: #ffffff;}' ],
  wmode: 'transparent'
});

sIFR.replace(gotham, {
  selector: '.header .navigation .title', forceSingleLine: true, 
  css: [ '.sIFR-root { color: #a11201; font-size: 11px; height:10px;}','a:link { color: #f2150c; text-decoration: none; }' ,'a:hover { color: #ffffff;}' ],
  wmode: 'transparent', tuneHeight:'-5', tuneWidth:'9'
});

sIFR.replace(gotham, {
  selector: '.header .content .title', forceSingleLine: true, 
  css: [ '.sIFR-root { color: #a11201; font-size: 11px; height:10px;}','a:link { color: #f2150c; text-decoration: none; }' ,'a:hover { color: #ffffff;}' ],
  wmode: 'transparent', tuneHeight:'-5', tuneWidth:'15'
});

sIFR.replace(gotham, {
  selector: '.block .title', forceSingleLine: true, 
  css: [ '.sIFR-root { color: #a11201; font-size: 14px; height:10px;}','a:link { color: #a11201; text-decoration: none; }' ,'a:hover { color: #ffffff;}' ],
  wmode: 'transparent', tuneHeight:'-5', tuneWidth:'15'
});

/*sIFR.debug.ratios({ 
	src: 'sifr.swf', 
	wmode: 'transparent', 
	css: [ ".sIFR-root { color: #f2150c; font-size: 18px; }" ],
	selector: '.nodeTeaser .title', 
	ratios: [18, 1.5, ] 
});*/
