
/* - sifr-config.js - */
var font = {
  src: 'http://vorma.nidelven-it.no:11080/plone/portal_skins/custom/clearface.swf'
};

sIFR.activate(font);

sIFR.replace(font, {
  selector: '#portal-footer h2'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root { font-size: 20px; color: #b95915; text-align: center; font-weight: bold; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #e21f26; }'
    ,'a:hover { color: #000000; }'
  ]
});
