var coopheavy  	= { src: rootFolder+'/fonts/CoopHeavy.swf' };
var signpainter	= { src: rootFolder+'/fonts/SignPainter.swf' };
var signpainteroutline	= { src: rootFolder+'/fonts/SignPainter-Outline.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(coopheavy,signpainter);

/*************************** Body ****************************/
/* --------------- Main Title */
sIFR.replace(signpainter, {
  selector: 'body.FamilyLanding #mainContainer .contentHeader .title h1',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#0f76b1'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.SchoolsLanding #mainContainer .contentHeader .title h1',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#047a3d'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.GirlsLanding #mainContainer .contentHeader .title h1',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#a82974'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.BoysLanding #mainContainer .contentHeader .title h1',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#113d72'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: '#mainContainer .contentHeader .title h1, #mainContainer .contentHeader .title h3',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#dc5311'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

/* --------------- Side Title */
sIFR.replace(signpainter, {
  selector: 'body.FamilyLanding #mainContainer .mainSide .sideContent h5',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#0f76b1'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.SchoolsLanding #mainContainer .mainSide .sideContent h5',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#047a3d'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.GirlsLanding #mainContainer .mainSide .sideContent h5',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#a82974'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.BoysLanding #mainContainer .mainSide .sideContent h5',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#113d72'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: '#mainContainer .mainSide .sideContent h5',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#dc5311'
     ,strength: 15
     ,alpha: 1
     ,blurX: 8
     ,blurY: 8
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

/* --------------- Smaller Side Title */
sIFR.replace(signpainter, {
  selector: 'body.GirlsLanding #mainContainer .mainSide .sideContent h6',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#a82974'
     ,strength: 15
     ,alpha: 1
     ,blurX: 7
     ,blurY: 7
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: 'body.BoysLanding #mainContainer .mainSide .sideContent h6',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#113d72'
     ,strength: 15
     ,alpha: 1
     ,blurX: 7
     ,blurY: 7
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: '#mainContainer .mainSide .sideContent h6',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#dc5311'
     ,strength: 15
     ,alpha: 1
     ,blurX: 7
     ,blurY: 7
	  ,distance: 0
    }
  },
  tuneWidth: 20,
  offsetLeft : 7,
  transparent: true
});


/**************************** Product ****************************/
sIFR.replace(signpainter, {
  selector: '.productRelated .title h4',
  css: '.sIFR-root { color: #ffffff; }',
  filters: {
    Glow: {
     color: '#113d72'
     ,strength: 15
     ,alpha: 1
     ,blurX: 7
     ,blurY: 7
	  ,distance: 0
    }
  },
  tuneWidth: 30,
  offsetLeft : 5,
  thickness: 100,
  transparent: true
});


/**************************** Footer ****************************/
sIFR.replace(coopheavy, {
  selector: '#footerContainer .footerInfo p',
  css: '.sIFR-root { color: #ffffff; leading: -5; }',
  transparent: true
});

sIFR.replace(signpainter, {
  selector: '#footerContainer .footerNavigation h6',
  css: '.sIFR-root { color: #ffffff; }',
  tuneWidth: 10,
  transparent: true
});
/*
sIFR.replace(gothamBook, {
  selector: 'h3.whiteHeading',
  css: '.sIFR-root { color: #FFFFFF; font-weight: bold; }',
  filters: {
    DropShadow: {
      distance: 2
     ,color: '#000000'
     ,strength: 1
     ,alpha: .3
     ,angle: 150
     ,blurX: 5
     ,blurY: 5
    }
  },
   transparent: true
});*/

/**************************** Checkout ****************************/
sIFR.replace(signpainter, {
  selector: '.shopHeader .title h1',
  css: '.sIFR-root { color: #333333; }',
  tuneWidth: 10,
  tuneHeight: -5,
  offsetTop : 0,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: '.accountHeader .title h1',
  css: '.sIFR-root { color: #333333; }',
  tuneWidth: 10,
  tuneHeight: -5,
  offsetTop : 0,
  offsetLeft : 7,
  transparent: true
});

sIFR.replace(signpainter, {
  selector: '.accountContentFull .header h3',
  css: '.sIFR-root { color: #333333; font-size: 22px; }',
  tuneWidth: 10,
  tuneHeight: -3,
  offsetTop : 3,
  offsetLeft : 3,
  transparent: true
});

/**************************** Store ****************************/
sIFR.replace(signpainter, {
  selector: '.moduleStoreMapLocations .header h3',
  css: '.sIFR-root { color: #333333; }',
  tuneWidth: 10,
  tuneHeight: -3,
  offsetTop : 3,
  offsetLeft : 3,
  transparent: true
});

