var eurostile = { src: 'include/plugin/sifr/fonts/eurostile.swf' };

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
	selector: '#tabs h3',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#ffffff; font-size:17px; font-weight:bold; letter-spacing:.7; }',
		'a { text-decoration:none; color: #ffffff; }',
		'a:hover { color: #ffffff; }'
	]
});

sIFR.replace(eurostile, {
	selector: '#tabs h4',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#ff0000; font-size:17px; font-weight:bold; letter-spacing:.7; }',
		'a { text-decoration:none; color: #ff0000; }',
		'a:hover { color: #ff0000; }'
	]
});

sIFR.replace(eurostile, {
	selector: '#menu h3',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#6b6c6e; font-size:18px; font-weight:bold; letter-spacing:.7; }',
		'a { text-decoration:none; color: #6b6c6e; }',
		'a:hover { color: #6b6c6e; }'
	]
});

/*sIFR.replace(eurostile, {
	selector: '#content h1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#94701e; font-size:17px; font-weight:bold; letter-spacing:.7; }',
		'a { text-decoration:none; color: #6b6c6e; }',
		'a:hover { color: #6b6c6e; }'
	]
});

sIFR.replace(eurostile, {
	selector: '#content h2.like_h1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#94701e; font-size:17px; font-weight:bold; letter-spacing:.7; }',
		'a { text-decoration:none; color: #6b6c6e; }',
		'a:hover { color: #6b6c6e; }'
	]
});

sIFR.replace(eurostile, {
	selector: '.guestbook h3',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#94701e; font-size:15px; font-weight:bold; letter-spacing:.7; }'
	]
});*/

sIFR.replace(eurostile, {
	selector: '#options li strong',
	wmode: 'transparent',
	forceSingleLine: true,
	css: [
		'.sIFR-root { color:#6b6c6e; font-size:12px; font-weight:bold; letter-spacing:2; }',
		'a { text-decoration:none; color: #6b6c6e; }',
		'a:hover { color: #6b6c6e; }'
	]
});

