// JavaScript Document

/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    sIFR.replace(acens, {
      selector: '.TopStripContentTxt',
	  transparent:true,
	  offsetTop:0,
	  tuneHeight:0,
      css: [
        '.sIFR-root { text-align: right; color: #ffffff;  font-size:15px; letter-spacing: 1;  text-transform:uppercase; }'
        ,'a { text-decoration: none;  }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(acens, {
      selector: '.FooterStripContentTxt',
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; color: #ffffff;  font-size:15px; letter-spacing: 1; text-transform:uppercase;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	sIFR.replace(acens, {
      selector: '.FooterStripContentLink',
	  transparent:true,
      css: [
        '.sIFR-root { text-align: right; color: #ffffff; font-size:10px; letter-spacing: 1; text-transform:uppercase;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(acens, {
      selector: '#Menu li',
	  forceSingleLine:true,
	  transparent:true,
	  offsetTop:-2,
	  tuneHeight:-2,
      css: [
        '.sIFR-root { text-align: center; color: #ffffff; font-size:18px; letter-spacing: 1; text-transform:uppercase;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(acens, {
      selector: '.drawer-handle',
	  forceSingleLine:true,
	  transparent:true,
	  offsetTop:-2,
	  tuneHeight:-2,
      css: [
        '.sIFR-root { text-align: left; color: #ffffff; font-size:18px; letter-spacing: 1; text-transform:uppercase; height:15px; margin:0px; padding:0px; leading:-10;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(acens, {
      selector: '.panel-header',
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; color: #ffffff; font-size:16px; letter-spacing: 1; text-transform:uppercase; margin:0px; padding:0px; leading:-10;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	sIFR.replace(acens, {
      selector: 'h1',
	  offsetTop:-6,
	  tuneHeight:-6,
	  transparent:true,
	  css: [
        '.sIFR-root { text-align: left; color: #ffffff;  font-size:25px; letter-spacing: 1; text-transform:uppercase; margin:0px; padding:0px; leading:-10;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	sIFR.replace(acens, {
      selector: 'h3',
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; color: #000000; font-size:18px; letter-spacing: 1; text-transform:uppercase; margin:0px; padding:0px; leading:-10;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
      ]
    });
	sIFR.replace(acens, {
      selector: '.grey-h3',
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; color: #000000; font-size:18px; letter-spacing: 1; text-transform:uppercase; margin:0px; padding:0px; leading:-10;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
      ]
    });
	
	    

