var futura_book = {
	src: 'http://fisketorvet.dk/sifr/futura_book.swf'
};
var futura_light = {
	src: 'http://fisketorvet.dk/sifr/futura_light.swf'
};

sIFR.debugMode = false;
sIFR.activate(futura_book,futura_light);
sIFR.prefetch(futura_book,futura_light);

sIFR.replace(futura_book, {
	selector: 'h1', wmode: 'transparent', offsetTop:0, tuneHeight:0,
	css: [
		'.sIFR-root { font-size: 26px; color: #'+themecolor+'; font-weight: normal; text-transform: uppercase; }'
	]
});

sIFR.replace(futura_light, {
	selector: 'h2', wmode: 'transparent', offsetTop:0, tuneHeight:0,
	css: [
		'.sIFR-root { font-size: 18px; color: #'+themecolor+'; font-weight: bold; text-transform: uppercase; }'
	]
});

sIFR.replace(futura_light, {
	selector: 'dt.menuitem', wmode: 'transparent', offsetTop:0, tuneHeight:0,
	css: [
		'.sIFR-root { font-size: 15px; color: #000000; font-weight: normal; text-transform: uppercase; }'
		,'a { text-decoration: none }'
		,'a:link { color: #000000 }'
		,'a:hover { color: #000000 }'
	]
});

sIFR.replace(futura_book, {
	selector: 'dt.activemenuitem', wmode: 'transparent', offsetTop:0, tuneHeight:0,
	css: [
		'.sIFR-root { font-size: 15px; color: #000000; font-weight: bold; text-transform: uppercase; }'
		,'a { text-decoration: none }'
		,'a:link { color: #000000 }'
		,'a:hover { color: #000000 }'
	]
});

sIFR.replace(futura_light, {
	selector: 'div.headline', wmode: 'transparent', offsetTop:-7, tuneHeight:0,
	css: [
		'.sIFR-root { font-size: 32px; color: #000000; font-weight: normal; text-transform: uppercase; text-align: center; }'
		,'a { text-decoration: none }'
		,'a:link { color: #000000 }'
		,'a:hover { color: #000000 }'
	]
});
sIFR.replace(futura_book, {
	selector: 'div.main', wmode: 'transparent', offsetTop:-15, tuneHeight:-1,
	css: [
		'.sIFR-root { font-size: 56px; color: #000000; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: -1; }'
		,'a { text-decoration: none }'
		,'a:link { color: #000000 }'
		,'a:hover { color: #000000 }'
	]
});

sIFR.replace(futura_light, {
	selector: 'div.special', wmode: 'transparent', offsetTop:-4, tuneHeight:0,thickness: 20, sharpness: -100,
	css: [
		'.sIFR-root { font-size: 22px; color: #000000; font-weight: normal; text-align: center; }'
		,'a { text-decoration: none }'
		,'a:link { color: #000000 }'
		,'a:hover { color: #000000 }'
	]
});
