/*****************************************************************************
Configuração das fontes
*****************************************************************************/

var franklin	= { src: '_scripts/sifr/sifr.franklin.swf' };
var helvetica	= { src: '_scripts/sifr/sifr.helvetica.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(franklin);
sIFR.activate(franklin);

sIFR.replace(franklin, {
	selector: '#menu-principal ul li',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff; text-align: center;}',
		'em 		{ font-style: normal; font-size:12px;}',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; text-decoration: underline; }'
	],

	filters: {
    	DropShadow: {
			knockout: false,
			alpha:.8,
			distance: 1,
			color: '#333333',
			strength: 2
		}
    }

});

sIFR.replace(helvetica, {
	selector: '#menu-premio span',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #9e5e02;}',
		'a { text-decoration: none; }',
		'a:link { color: #9e5e02; }',
		'a:hover { color: #9e5e02; text-decoration: underline; }'
	]
});

sIFR.replace(helvetica, {
	selector: 'h1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #000000;}',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #000000; text-decoration: underline; }'
	]
});

sIFR.replace(helvetica, {
	selector: '.ganhadores-carro h2',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #000000; leading:-10;}',
		'em 		{ font-style: normal; font-size:24px;}'
	]
});

sIFR.replace(helvetica, {
	selector: 'h2',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #666666; leading:-17; }',
		'em 		{ font-style: normal; font-size:14px;}',
		'a 			{ text-decoration: none; }',
		'a:link 	{ color: #666666; }',
		'a:hover 	{ color: #666666; text-decoration: underline; }'
	]
});

sIFR.replace(helvetica, {
	selector: 'h3',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff;}',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; text-decoration: underline; }'
	],

	filters: {
    	DropShadow: {
			knockout: false,
			alpha:.8,
			distance: 1,
			color: '#333333',
			strength: 1
		}
    }

});

sIFR.replace(helvetica, {
	selector: 'h4',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff;}',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; text-decoration: underline; }'
	],

	filters: {
    	DropShadow: {
			knockout: false,
			alpha:.8,
			distance: 1,
			color: '#333333',
			strength: 1
		}
    }

});

sIFR.replace(helvetica, {
	selector: '#tour-guiado p.text-center',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff; font-size:28px; text-align: center;}'
	],

	filters: {
    	DropShadow: {
			knockout: false,
			alpha:.8,
			distance: 1,
			color: '#333333',
			strength: 1
		}
    }

});

sIFR.replace(helvetica, {
	selector: 'h6',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff;}',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; text-decoration: underline; }'
	],

	filters: {
    	DropShadow: {
			knockout: false,
			alpha:.8,
			distance: 1,
			color: '#333333',
			strength: 1
		}
    }

});
