var GothamBook = {
src: 'http://www.londonbridgeresort.com//assets/js/sifr3-r436/flash/GothamBook.swf'
  //,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var GothamBold = {
src: 'http://www.londonbridgeresort.com//assets/js/sifr3-r436/flash/GothamBold.swf'
  //,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var GothamMed = {
src: 'http://www.londonbridgeresort.com//assets/js/sifr3-r436/flash/GothamMed.swf'
  //,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(GothamBook,GothamBold,GothamMed);

/* inside section title h1  */
sIFR.replace(GothamBook, {
  selector: '#page-title-bar h1'
  ,css: [ '.sIFR-root {color: #ffffff; }']
  ,wmode: 'transparent'
});

/* inside page title h2  
sIFR.replace(GothamBold, {
  selector: '#main-content h2'
  ,css: [ '.sIFR-root {color: #442c1e; background-color:#F6F3F0; }']
});*/

/* inside page subtitle h5  */
sIFR.replace(GothamMed, {
  selector: '#page-title-bar h5'
  ,css: [ '.sIFR-root {color: #91816f;}']
  ,wmode: 'transparent'
});

/*  h2  */
sIFR.replace(GothamBold, {
  selector: '#main-content h2'
	,css: [ '.sIFR-root {color: #442c1e; background-color:#f6f3f0; text-transform:uppercase}'
	,'a { text-decoration: none; }'
	,'a:link { color: #6ba8cf; text-decoration: none;}'
	,'a:hover { color: #9b8e86; }'
	]
	,wmode: 'opaque'
});


sIFR.replace(GothamBold, {
  selector: '#main-content #page-title-container h2'
  ,css: [ '.sIFR-root {color: #442c1e; background-color:#f6f3f0;}']
  ,wmode: 'opaque'
});

/* home h3  */
sIFR.replace(GothamBook, {
  selector: '#main-content h5.home'
  ,css: [ '.sIFR-root {color: #746452; background-color:#f6f3f0; }']
  ,wmode: 'opaque'
});