sIFR.delayCSS  = true;
sIFR.activate(glypha);


sIFR.replace(glypha, {
  selector: '#info h2'
  ,css: [
      '.sIFR-root { color: #ef4035; font-weight: bold; letter-spacing: 3; }'
    ]
  ,tuneHeight:'-10'
  ,offsetTop: '-3'
  ,wmode: 'transparent'
});


sIFR.replace(glypha, {
  selector: '#info h3'
  ,css: [
      '.sIFR-root { color: #684f40; font-weight: bold; letter-spacing: 3; }'
    ]
  ,tuneHeight:'-10'
  ,offsetTop: '-3'
  ,wmode: 'transparent'
});

sIFR.replace(glypha, {
  selector: '#sidenav h3.bright'
  ,css: [
      '.sIFR-root { color: #ef4035; text-transform: uppercase; font-weight: bold; }'
    ]
  ,tuneHeight:'-8'
  ,offsetTop: '-1'
  ,wmode: 'transparent'
});

sIFR.replace(glypha, {
  selector: '#sidenav h3.white'
  ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; font-weight: bold; }'
    ]
  ,tuneHeight:'-8'
  ,offsetTop: '-1'
  ,wmode: 'transparent'
});

sIFR.replace(glypha, {
  selector: '#sidenav h3'
  ,css: [
      '.sIFR-root { color: #684f40; font-weight: bold; }'
    ]
  ,tuneHeight:'-8'
  ,offsetTop: '-1'
  ,wmode: 'transparent'
});


