/*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
*****************************************************************************/
var centurygothic = {
	src : 'styles/centurygothic.swf'
	,ratios : [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
}; 


// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
 sIFR.useStyleCheck = true;
sIFR.activate(centurygothic);

/*    sIFR.debug.ratios(vivaldi, {
  selector: 'h3'
  ,css: [
	'.sIFR-root { text-align: right; font-weight: bold;  font-size:25px}'
	,'em { font-size:19px}'
  ]
});*/

sIFR.replace(centurygothic, {
  selector: 'h1,h2,h3',
  wmode: 'transparent',
  css: [
	'.sIFR-root { text-align: left; font-weight: bold;  font-size:16px; color:#1087F7;line-height:15px}'
	,'em { color:#1087F7}'
  ]
});


sIFR.replace(centurygothic, {
  selector: 'ul#menu li',
  wmode: 'transparent',
  forceSingleLine: true,
  css: [
	'.sIFR-root {font-weight: bold;  font-size:13px; color:#000000;}'
	,'a { color:#000000;text-decoration:none;}'
	,'a:hover { color:#1087F7;text-decoration:none;}'
	,'.current { color:#1087F7;text-decoration:none;}'
  ]
});

