// 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.
    *****************************************************************************/

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;

    
	sIFR.replace(barmeno, {
      selector: 'h1.center',
	  offsetTop:0,
	  tuneHeight: -5,
	  //forceSingleLine:true,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: center; font-weight: normal; color: #261352; font-size:32px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #261352; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h1.pink',
	  offsetTop:-4,
	  tuneHeight: -9,
	  //forceSingleLine:true,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #bd0066; font-size:32px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #bd0066; }'
        ,'a:hover { color: #bd0066; }'
      ]
    });
	sIFR.replace(barmeno, {
      selector: 'h1.orange',
	  offsetTop:-4,
	  tuneHeight: -9,
	  //forceSingleLine:true,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #f55e17; font-size:32px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f55e17; }'
        ,'a:hover { color: #f55e17; }'
      ]
    });
	sIFR.replace(barmeno, {
      selector: 'h1.green',
	  offsetTop:-4,
	  tuneHeight: -9,
	  //forceSingleLine:true,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #ccd00a; font-size:32px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ccd00a; }'
        ,'a:hover { color: #ccd00a; }'
      ]
    });
	sIFR.replace(barmeno, {
      selector: 'h1.blue',
	  offsetTop:-4,
	  tuneHeight: -9,
	  //forceSingleLine:true,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #0088a5; font-size:32px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #0088a5; }'
        ,'a:hover { color: #0088a5; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h1',
	  offsetTop:-4,
	  tuneHeight: -9,
	  //forceSingleLine:true,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #261352; font-size:32px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #261352; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h2.pink',
	  offsetTop:0,
	  tuneHeight: -5,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #BD0066; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #BD0066; }'
        ,'a:hover { color: #BD0066; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h2.orange',
	  offsetTop:0,
	  tuneHeight: -5,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #f55e17; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f55e17; }'
        ,'a:hover { color: #f55e17; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h2.green',
	  offsetTop:0,
	  tuneHeight: -5,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #ccD00A; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ccD00A; }'
        ,'a:hover { color: #ccD00A; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h2.blue',
	  offsetTop:0,
	  tuneHeight: -5,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #0088A5; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #0088A5; }'
        ,'a:hover { color: #0088A5; }'
      ]
    });
	
	sIFR.replace(barmeno, {
      selector: 'h2',
	  offsetTop:0,
	  tuneHeight: -5,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #261352; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #261352; }'
      ]
    });
	
	
	sIFR.replace(barmeno, {
      selector: '#Menu li#home, #Menu li#vacancies',
	  offsetTop:-3,
	  tuneHeight: -10,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #261352; font-size:20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #0088A5; }'
      ]
    });
	sIFR.replace(barmeno, {
      selector: '#Menu li#about, #Menu li#contact',
	  offsetTop:-3,
	  tuneHeight: -10,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #261352; font-size:20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #BD0066; }'
      ]
    });
	sIFR.replace(barmeno, {
      selector: '#Menu li#people, #Menu li#locations',
	  offsetTop:-3,
	  tuneHeight: -10,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #261352; font-size:20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #ccd00a; }'
      ]
    });
	sIFR.replace(barmeno, {
      selector: '#Menu li#video, #Menu li#referrals',
	  offsetTop:-3,
	  tuneHeight: -10,
	  transparent:true,
      css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #261352; font-size:20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261352; }'
        ,'a:hover { color: #f55e17; }'
      ]
    });
	
	    	
