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

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var osFont = { src: 'http://www.outsidersinpalermo.it/wp-content/themes/outsiders/font/osFont.swf' };
sIFR.activate(osFont);
sIFR.replace(osFont, {
  selector: 'h2.post-title',
  css: ['.sIFR-root {font-size:26px;background-color:#AC244A;color:#FFFFFF;}','.sIFR-root a {text-decoration:none;color:#FFFFFF;background:#AC244A}','.sIFR-root a:hover {text-decoration:none;color:#FFFFFF;background:#AC244A}'],
  filters: {
		DropShadow: {
			distance: 1
			,color: '#330000'
			,strength: 2
		}

	}

});

sIFR.replace(osFont, {
  selector: 'h2.post-title:hover',
  filters: {
		DropShadow: {
			distance: 2
			,color: '#330000'
			,strength: 2
		}

	}

});

sIFR.replace(osFont, {
  selector: 'h3.sifrd',
  css: ['.sIFR-root {font-size:20px;background-color:#700D21;color:#FFFFFF}'],
  filters: {
		DropShadow: {
			distance: 1
			,color: '#333333'
			,strength: 3
		}

	}

});

sIFR.replace(osFont, {
  selector: 'h3#comments',
  css: ['.sIFR-root {font-size:20px;color:#FFFFFF}'],
  filters: {
		DropShadow: {
			distance: 1
			,color: '#333333'
			,strength: 3
		}

	},
  wmode: 'transparent'
});

sIFR.replace(osFont, {
  selector: '.sidebar-element h2',
  css: ['.sIFR-root {font-size:20px;color:#FFFFFF}'],
  filters: {
		DropShadow: {
			distance: 1
			,color: '#333333'
			,strength: 3
		}

	},
  wmode: 'transparent'
});

//sifrd
