/**
 * sIFR config for the frontend
 */

var theSansSemiBold = { src: '/fonts/thesans-semibold-v3.swf' };
var theSansBold = { src: '/fonts/thesans-bold-v3.swf' };
// sIFR.useStyleCheck = true;


sIFR.activate(theSansSemiBold);

// --------------------------------- Headers

sIFR.replace(theSansSemiBold, {
  selector: '.pod h1',
  css: '.sIFR-root { background-color: #ffffff; text-align: center; color: #004990; font-size: 36px; }',
  transparent: true,
  tuneHeight: -10,
  offsetTop: -2
});

sIFR.replace(theSansSemiBold, {
  selector: 'h1.replace',
  css: '.sIFR-root { background-color: #ffffff; color: #004990; font-size: 26px; leading: -10; }',
  transparent: true,
  offsetTop: -5
});

sIFR.replace(theSansSemiBold, {
	  selector: 'div.extraHeader h3.replace',
	  css: '.sIFR-root { background-color: #ffffff; color: #8b0505; font-size: 26px; leading: -10; }',
	  transparent: true
	});


/*	
	sIFR.replace(theSansSemiBold, {
	  selector: '.pod div.hpi-protect p',
	  css: '.sIFR-root { center; color: #004990; font-size: 16px; }',
	  transparent: 'true',
	  offsetTop: -5,
	  tuneHeight: -10
	});
	
	sIFR.replace(theSansBold, {
	  selector: '.pod div.hpi-protect li ',
	  css: '.sIFR-root { center; color: #004990; font-size: 16px; }',
	  transparent: 'true',
	  offsetTop: -5,
	  tuneHeight: -10
	});
*/	
/* menu */
sIFR.replace(theSansBold, {
  selector: 'div.navigation h4',
  css: '.sIFR-root {color: #ffffff; font-size: 14px; }',
  transparent: true,
  tuneHeight: -4
});

// --------------------------------- Buttons	

/*
sIFR.replace(theSansBold, {
	  selector: 'body#whatelse div.infoButton, body#warranty div.infoButton',
	  css: '.sIFR-root {color: #ffffff; font-size: 14px; text-align: center; cursor: pointer; } .sIFR-root a {color: #ffffff; text-decoration:none; } .sIFR-root a:hover {color: #ffffff; text-decoration:none; }' ,
	  transparent: true,
	  offsetTop: 2,
	  tuneHeight: -5,
	  tuneWidth: 4
	});	

sIFR.replace(theSansBold, {
	  selector: 'body#valuation div.infoButton',
	  css: '.sIFR-root {color: #ffffff; font-size: 14px; text-align: center; cursor: pointer; } .sIFR-root a {color: #ffffff; text-decoration:none; } .sIFR-root a:hover {color: #ffffff; text-decoration:none; }' ,
	  transparent: true,
	  offsetTop: 2,
	  tuneHeight: -5,
	  tuneWidth: 4
	});	

sIFR.replace(theSansBold, {
	  selector: 'span.buttonLarge button',
	  css: '.sIFR-root {color: #ffffff; font-size: 16px; text-align: center; cursor: pointer; } .sIFR-root a {color: #ffffff; text-decoration:none; } .sIFR-root a:hover {color: #ffffff; text-decoration:none; }' ,
	  transparent: true,
	  offsetTop: 1,
	  tuneHeight: -5,
	  tuneWidth: 4
	});	

*/

// --------------------------------- Misc

