﻿/*****************************************************************************
The sIFR configuration should typically go in `sife here instvervir-config.js`, but in order to
keep the config file clean, and to give a quick oew, it's donead.
*****************************************************************************/

var helvetica = {
  src: '/incl/flash/sIFR3/demo/helvetica67condensedmedium.swf'
  ,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 47, 1.19, 48, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 119, 1.18, 120, 1.17, 1.18]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'div#sidecontent div.contentheader div'
  ,wmode: 'transparent'
  ,height:'25px'
  ,css: [
    'h2 { font-size:13px;text-decoration: none;color:#ffffff;padding:0;margin:0;line-height:1em;}'
  ]
});

sIFR.replace(helvetica, {
  selector: 'div.contentheader div'
  ,wmode: 'transparent'
  ,height:'25px'
  ,css: [
    'h2 { font-size:16px;text-decoration: none;color:#ffffff;padding:0;margin:0;line-height:1em;}'
  ]
});

sIFR.replace(helvetica, {
  selector: 'div#header ul li.active span'
  ,wmode: 'transparent'
  ,height:'20px'
  ,css: [
    'a { font-size:12px;text-decoration: none;color:#00ffff;line-height:12px;height:20px;}'
    ,'a:hover { color:#ffffff; }'
  ]
});

sIFR.replace(helvetica, {
  selector: 'div#header ul li span'
  ,wmode: 'transparent'
  ,height:'20px'
  ,css: [
    'a { font-size:12px;text-align:center;text-decoration: none;color:#ffffff;line-height:12px; }'
    ,'a:hover { color:#00ffff; }'
    
  ]
});
