/*****************************************************************************
    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.
    *****************************************************************************/
  
	var serifablack = {
      src: 'fonts/serifa-black.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
	
	var serifabt = {
      src: 'fonts/serifa-bt.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    //sIFR.domains = ['urbanity.nl'] // Don't check for domains in this demo
    //sIFR.useStyleCheck = true;
    sIFR.activate(serifablack, serifabt);

  

	
	 sIFR.replace(serifablack, {
      selector: 'h1'
      ,css: ['.sIFR-root {font-weight:normal; color:#358f03; font-size:28px; line-height:30px; padding:0 0 0 10px;}'
	  ,'strong {text-decoration: none; color:#000000;font-size:30px; }']
	  ,wmode: 'transparent'
    });
	 
	  sIFR.replace(serifablack, {
      selector: 'h2'
      ,css: ['.sIFR-root {font-weight:normal; color:#359e31; font-size:18px;  padding:0 0 0 10px;}'
	 ,'a {text-decoration: none; }'
        ,'a:link {color: #359e31; display:block; text-decoration:none; }'
        ,'a:hover {color: #97c180; text-decoration:underline;}']
	  ,wmode: 'transparent'
    });
	  
	  sIFR.replace(serifabt, {
      selector: 'h3'
      ,css: ['.sIFR-root {font-weight:normal; color:#a6a5a6; font-size:20px; }']
	  ,wmode: 'transparent'
    });
	  
	   sIFR.replace(serifabt, {
      selector: 'h4'
      ,css: ['.sIFR-root {font-weight:normal; color:#358f03; font-size:20px; }']
	  ,wmode: 'transparent'
    });
	   
	    sIFR.replace(serifabt, {
      selector: 'h5'
      ,css: ['.sIFR-root {font-weight:normal; color:#000000; font-size:26px; }'
	  ,'strong {text-decoration: none; color:#358f03; font-size:26px; font-weight:normal;}']
	  ,wmode: 'transparent'
    });
	 
	 
	
