var frankfurterMedium = { src: templateDir + 'script/frankfurter-medium.swf' };
sIFR.activate(frankfurterMedium);
sIFR.replace(frankfurterMedium, {
	selector: 'h2.sifr-me',
	offsetTop: -10,
	tuneHeight:-10,
	transparent: true,
	pixelFont: true,
	css: [
		'.sIFR-root { font-size: 26px; color: #000000; }',
		'a { color: #00000; text-decoration: none; }',
		'a:hover { color: #ef771f; }'
	]
});

sIFR.replace(frankfurterMedium, {
	selector: 'h3',
	offsetTop: -10,
	tuneHeight:-10,
	transparent: true,
	pixelFont: true,
	css: [
		'.sIFR-root { font-size: 22px; color: #000000; }',
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #ef771f; }'
	]
});


sIFR.replace(frankfurterMedium, {
	selector: '#content #left .article-addendum .toggle-social a',
	offsetTop: -10,
	tuneHeight:-10,
	transparent: true,
	pixelFont: true,
	css: [
		'.sIFR-root { font-size: 18px; color: #bd0926; }'
	],
	onRollOver: function(fi){
		fi.changeCSS( '.sIFR-root { color: #ef771f; }');
	},
	onRollOut: function(fi) {
		fi.changeCSS( '.sIFR-root { color: #bd0926; }');
	}
});

sIFR.replace(frankfurterMedium, {
	selector: '#content #left .article-addendum .toggle-comments a',
	offsetTop: -10,
	tuneHeight:-10,
	transparent: true,
	pixelFont: true,
	css: [
		'.sIFR-root { font-size: 18px; color: #bd0926; text-align: right; }',
		'a { color: #bd0926; text-decoration: none; }',
		'.sIFR-root:hover { color: #ef771f; }'
	],
	onRollOver: function(fi){
		fi.changeCSS( '.sIFR-root { color: #ef771f; text-align: right; }');
	},
	onRollOut: function(fi) {
		fi.changeCSS( '.sIFR-root { color: #bd0926; text-align: right; }');
	}
	
});