/*****************************************************************************
    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.useStyleCheck = true;
    sIFR.activate(lithos);

   
  
    sIFR.replace(lithos, {
      selector: '#home .item h2'
      ,css: [
      '.sIFR-root { color: #666666; font-size: 22px; font-style: normal; text-decoration: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #1da1d6; }'
      ,'a:hover { color: #1da1d6; }'
    ]	 
	  ,selectable: true
	  , wmode: 'transparent'
    });
	
	sIFR.replace(lithos, {
      selector: 'h2.pagetitle'
      ,css: [
      '.sIFR-root { color: #666666; font-size: 19px; font-style: normal; text-decoration: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #718317; }'
      ,'a:hover { color: #718317; }'
    ]	 
	  ,selectable: true
	  , wmode: 'transparent'
    });
	
	sIFR.replace(lithos, {
      selector: 'h2.center'
      ,css: [
      '.sIFR-root { color: #666666; font-size: 19px; font-style: normal; text-decoration: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #718317; }'
      ,'a:hover { color: #718317; }'
    ]	 
	  ,selectable: true
	  , wmode: 'transparent'
    });
	
	sIFR.replace(lithos, {
      selector: 'h3.searchtitle'
      ,css: [
      '.sIFR-root { color: #4ba6d2; font-size: 14px; font-style: normal; text-decoration: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4ba6d2; }'
      ,'a:hover { color: #4ba6d2; }'
    ]	 
	  ,selectable: true
	  , wmode: 'transparent'
    });
	
	sIFR.replace(lithos, {
      selector: '.post h2'
      ,css: [
      '.sIFR-root { color: #666666; font-size: 16px; font-style: normal; text-decoration: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #718317; }'
      ,'a:hover { color: #718317; }'
    ]	 
	  ,selectable: true
	  , wmode: 'transparent'
    });
	
	