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


// Next, activate sIFR:
    sIFR.activate(gotham);

    sIFR.replace(gotham, {
      selector: '.one, .two, .three, .four, .five, .six, .seven'
      ,css: [
        '.sIFR-root { text-align: left; margin-left: 47px; margin-top: 5px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #deca9b; }'
        ,'a:hover { color: #ffffff; text-decoration: none; }'
      ]
	  ,wmode: 'transparent'
	  ,filters: {
        DropShadow: {
          knockout: false
          ,distance: 1
          ,color: '#330000'
          ,strength: 1
        }
      }
    });
	
    sIFR.replace(gotham, {
      selector: '#rightColSub h1'
	  ,css: [ '.sIFR-root {color: #911d1f; text-transform: uppercase;}' ]
		,selectable: false
				,wmode: 'transparent'
    });
	
	sIFR.replace(gotham, {
      selector: '#rightColSub h2'
	  ,css: [ '.sIFR-root {color: #000000; text-transform: none; font-weight: normal;}' ]
		,selectable: false
				,wmode: 'transparent'
    });
	
    sIFR.replace(gotham, {
      selector: '#hometext h1'
	  ,css: [ '.sIFR-root {color: #911d1f; text-transform: uppercase;}' ]
		,selectable: false
		,wmode: 'transparent'
    });