var officina = {
	src: '/inc/18/flash/officina.swf'
};
var angelina = {
	src: '/inc/18/flash/angelina.swf'
};
sIFR.activate(officina, angelina); // From revision 209 and onwards
sIFR.useStyleCheck = true;

//domain
sIFR.replace(officina, {
	selector: '#header h1',
	css: [
		'.sIFR-root { font-size: 36px; font-weight: bold; color: #616161; }',
		'a { font-weight: bold; color: #a2d447; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #000000; text-decoration: none; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
// chalk title
sIFR.replace(angelina, {
	selector: '#header h2',
	css: [
		'.sIFR-root { font-size: 30px; font-weight: normal; color: #bebebe; }',
		'em { font-weight: bold; color: #ffffff; }',
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
// user titles
sIFR.replace(officina, {
	selector: '#content h1, .widget h2, #relatedBottom h2',
	css: [
		'.sIFR-root { font-size: 24px; font-weight: bold; color: #ffffff; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
sIFR.replace(officina, {
	selector: '#content h2',
	css: [
		'.sIFR-root { font-size: 18px; font-weight: bold; color: #ffffff; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
sIFR.replace(officina, {
	selector: '#content h3',
	css: [
		'.sIFR-root { font-size: 14px; font-weight: bold; color: #ffffff; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});