/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var futura = { src: 'js/futura lt book.swf' };
var bodoni = { src: 'js/bodoni.swf' };


sIFR.activate(futura);
sIFR.activate(bodoni);


sIFR.replace(futura, {
	selector: 'h1.box_title',
	wmode: 'transparent',
	tuneHeight: '-7',
	css: [ '.sIFR-root { color: #ffffff;  }' ]
	
});

sIFR.replace(futura, {
	selector: '.title h1',
	wmode: 'transparent',
	tuneHeight: '-10',
	css: [ '.sIFR-root { font-size: 30px; color: #ffffff; }' ]
	
});

sIFR.replace(futura, {
	selector: '.our_spirit_section h1',
	wmode: 'transparent',
	tuneHeight: '-5',
	css: [ '.sIFR-root { font-size: 24px; color: #FFFFFF; text-transform: uppercase; }' ]
	
});

sIFR.replace(futura, {
	selector: '.recipe h1',
	wmode: 'transparent',
	tuneHeight: '-10',
	css: [ '.sIFR-root { font-size: 30px; color: #0e0000; text-transform: uppercase; text-align: center; }' ]
	
});

sIFR.replace(futura, {
	selector: '.coming_soon h1',
	wmode: 'transparent',
	tuneHeight: '-5',
	css: [ '.sIFR-root { font-size: 32px; color: #FFFFFF; text-transform: uppercase; text-align: center; }' ]
	
});

sIFR.replace(futura, {
	selector: '.cform label',
	wmode: 'transparent',
	tuneHeight: '-4',
	css: [ '.sIFR-root { color: #FFFFFF; text-transform: uppercase; }' ]
	
});

sIFR.replace(futura, {
	selector: '#internal h1',
	wmode: 'transparent',
	tuneHeight: '-5',
	css: [ '.sIFR-root { font-size: 22px; color: #FFFFFF; }' ]
	
});



sIFR.replace(futura, {
	selector: '.entry_content h2',
	wmode: 'transparent',
	tuneHeight: '-6',
	css:['.sIFR-root { color: #B8ADA0; }',  
	'.sIFR-root a { color: #B8ADA0; text-decoration: none; }',  
	'.sIFR-root a:hover { color: #B8ADA0; text-decoration: none; }',  
	'.sIFR-root a:visited { color: #B8ADA0; text-decoration: none; }']  
 

	/*css: [ '.sIFR-root { color: #B8ADA0; text-transform: uppercase; }' ]*/
	
});

/*sIFR.replace(futura, {
	selector: '.entry_content h2',
	wmode: 'transparent',
	tuneHeight: '-8',
	css: [ '.sIFR-root { color: #B8ADA0; text-transform: uppercase; }' ]
	
});*/