/*****************************************************************************
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 gothambook = { src: 'http://www.ravintolapuistola.fi/docs/puistola/templates/stat/gothambook.swf' };
var mrsevans = { src: 'http://www.ravintolapuistola.fi/docs/puistola/templates/stat/mrseavessmallcaps.swf' };
//var gothambook = { src: 'http://atk/projects/ravintolapuistola.fi/templates/stat/gothambook.swf' };
sIFR.activate(gothambook,mrsevans);

sIFR.replace(gothambook, {
  selector: '.menu_title h2',
  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal;}',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: 'h2',
  css: '.sIFR-root { font-size:16px; color: #000000; font-weight:normal; padding-left:0; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: '#top_content_edit h1',
  css: '.sIFR-root { font-size:20px; color: #000000; font-weight:normal; }',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
  selector: 'h1',
  css: '.sIFR-root { font-size:28px; color: #000000; font-weight:normal; }',
  wmode: 'transparent'
});

sIFR.replace(mrsevans, {
  selector: '.fpLunchRight',
  css: '.sIFR-root { font-size:14px; color: #000000; font-weight:normal; }',
  wmode: 'transparent'
});

sIFR.replace(mrsevans, {
  selector: '.fpLunchLeft',
  css: '.sIFR-root { font-size:14px; color: #000000; font-weight:normal; margin-left: 18px;}',
  wmode: 'transparent'
});

sIFR.replace(gothambook, {
	  selector: '.footer_contact',
	  css: '.sIFR-root { font-size:10px; color: #000000; font-weight:normal; text-align: center; }',
	  wmode: 'transparent'
	});







