sIFR.useStyleCheck = true;
sIFR.activate(mathtutorfont);

sIFR.replace(mathtutorfont, {
    selector: '#content #diskhome h1.diskheader',
    css:{
        '.sIFR-root' : { 'color' : '#ffffff', 'text-align' : 'left' }
    },
    filters: {
        GlowFilter: {
            strength : 3,
            blurY : 9,
            blurX : 9,
            color : '#848484',
            quality : 3
        }
    },
    transparent: true
});

sIFR.replace(mathtutorfont, {
    selector: '#content h1.homeheader',
    transparent: true
});


sIFR.replace(mathtutorfont, {
    selector: '#sidehead h2', 
    css:{
        '.sIFR-root' : { 'color' : '#222222' } 
    },
    transparent: true
});

sIFR.replace(mathtutorfont, {
    selector: '#sidehead h1', 
    css:{
        '.sIFR-root' : { 'color' : '#5c5c5c' } 
    },
    transparent: true
});

sIFR.replace(mathtutorfont, {
    selector: '#header #menu ul li.selected span',
    css:{
        '.sIFR-root' : { 'color': '#f8941d' },
        'a:hover' : { 'color' : '#f8941d', 'text-decoration' : 'none' },
        'a:link' : { 'color' : '#f8941d', 'text-decoration' : 'none' }
    },
    forceSingleLine: true,
    transparent: true 
});

sIFR.replace(mathtutorfont, {
    selector: '#header #menu ul li.diskheader span',
     css:{
        '.sIFR-root' : { 'color': '#ffffff' },
        'a:hover' : { 'color' : '#f8941d', 'text-decoration' : 'none' },
        'a:link' : { 'color' : '#ffffff', 'text-decoration' : 'none' }
    },
    forceSingleLine: true,
    transparent: true
});

sIFR.replace(mathtutorfont, {
    selector: '#header #menu ul li span',
     css:{
        '.sIFR-root' : { 'color': '#a1a1a1' },
        'a:hover' : { 'color' : '#f8941d', 'text-decoration' : 'none' },
        'a:link' : { 'color' : '#a1a1a1', 'text-decoration' : 'none' }
    },
    forceSingleLine: true,
    transparent: true
});

sIFR.replace(mathtutorfont, {
    selector: '#content #diskhome #diskmenu li.selected span',
     css:{
        '.sIFR-root' : { 'color': '#a1a1a1', 'margin-left' : '2px' },
        'a:hover' : { 'color' : '#a1a1a1', 'text-decoration' : 'none' },
        'a:link' : { 'color' : '#a1a1a1', 'text-decoration' : 'none' }
    },
    forceSingleLine: true,
    transparent: true 
});

sIFR.replace(mathtutorfont, {
    selector: '#content #diskhome #diskmenu li span',
     css:{
        '.sIFR-root' : { 'color': '#000000' },
        'a:hover' : { 'color' : '#a1a1a1', 'text-decoration' : 'none' },
        'a:link' : { 'color' : '#000000', 'text-decoration' : 'none' }
    },
    forceSingleLine: true,
    transparent: true  
});


