/* sifr */

var gotham = {
	src: '/_addons/js/sifr/gotham.swf'
  , ratios: [8, 1.3, 9, 1.22, 10, 1.25, 11, 1.22, 12, 1.2, 18, 1.19, 21, 1.15, 28, 1.16, 30, 1.15, 40, 1.14, 59, 1.13, 95, 1.12, 96, 1.11, 103, 1.12, 105, 1.11, 108, 1.12, 110, 1.11, 111, 1.12, 115, 1.11, 117, 1.12, 124, 1.11, 1.12]
};

sIFR.useStyleCheck = true;
sIFR.activate( gotham );

sIFR.replace( gotham, {
	selector: '.main-content h2, #wide-content h2'
	,wmode: 'transparent'
	,offsetTop: 6
  ,tuneHeight: -3
	,css: [
		'.sIFR-root { color: #474747; font-size: 20px; line-height: 20px; text-transform: uppercase; }'
		, 'a {color: #474747; text-decoration: none;}'
		, 'a:hover {color: #474747; text-decoration: underline;}'
	]
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 2
        ,angle: 90
      }
   }
});


sIFR.replace( gotham, {
	selector: '.sidebar h3'
	,offsetTop: 2
	,css: [
		'.sIFR-root { color: #474747; font-size: 16px; line-height: 20px;}'
		, 'a {color: #474747; text-decoration: none;}'
		, 'a:hover {color: #474747; text-decoration: underline;}'
	]
	,wmode: 'transparent'
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 2
        ,angle: 90
      }
   }
});

sIFR.replace( gotham, {
	selector: 'h3.styled'
	,offsetTop: +2
	,css: [
		'.sIFR-root { color: #474747; font-size: 18px; line-height: 20px;}'
		, 'a {color: #474747; text-decoration: none;}'
		, 'a:hover {color: #474747; text-decoration: underline;}'
	]
	,wmode: 'transparent'
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 2
        ,angle: 90
      }
   }
});

/*
sIFR.replace( gotham, {
	selector: '.footer-title'
	,css: [ '.sIFR-root { color: #ffe1cf; font-size: 1.4em; margin: 0; }' ]
	,wmode: 'transparent'
});
*/
