/*****************************************************************************
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 NeoSansReg = { src: 'http://www.untiedshoes.co.uk/themes/flash/neo-sans-reg.swf' };



// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

// sIFR.useStyleCheck = true;

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

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

// Now we can do the replacements. You can do as many as you like, but just
// as an example, we'll replace all `<h1>` elements with the Futura movie.
// 
// The first argument to `sIFR.replace` is the `futura` object we created earlier.
// The second argument is another object, on which you can specify a number of
// parameters or "keyword arguemnts". For the full list, see "Keyword arguments"
// under `replace(kwargs, mergeKwargs)` at 
// <http://wiki.novemberborn.net/sifr3/JavaScript+Methods>.
// 
// The first argument you see here is `selector`, which is a normal CSS selector.
// That means you can also do things like '#content h1' or 'h1.title'.
//
// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.


sIFR.replace(NeoSansReg, {
      selector: '#right_sidebar .rightbox_holder .rightbox_inner #ramblings_wrapper #ramblings_slide_wrapper .ramblings_container h4, #right_sidebar .rightbox_holder .rightbox_inner .rightbox_inner_details h4',
      css: [
      '.sIFR-root { font-size:14px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }',
	  'a { text-decoration: none; color: #e9e4b0; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '#right_nav_block h4',
      css: [
      '.sIFR-root { font-size:18px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0px; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }',
	  'a { text-decoration: none; color: #e9e4b0; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '#main_content h1, .fullSection h1',
      css: [
      '.sIFR-root { font-size:28px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.orange { color:#f78d1f; }',
	  'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #c2c2c2; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '.fullwidthdivtitle h2',
      css: [
      '.sIFR-root { font-size:18px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      'strong { color:#f78d1f; }',
	  'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #c2c2c2; }',
      ],
	   fitExactly: true,
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '.fullwidthdivtitle h3, .fullwidthdivmore h3, .footer_inner h5, .blog_details h3, .blog_details dl.two_col_list dt',
      css: [
      '.sIFR-root { font-size:18px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.light { color:#999999; }',
	  'a { text-decoration: none; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: 'dt.title, dl.services_box dt.title',
      css: [
      '.sIFR-root { font-size:14px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      'strong { color:#f78d1f; }',
	  'a { text-decoration: none; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '.quote_inner h5',
      css: [
      '.sIFR-root { font-size:18px; text-align: left; color:#999; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      'strong { color:#f78d1f; }',
	  'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #c2c2c2; }',
      ],
	 
      wmode: 'transparent'

});
sIFR.replace(NeoSansReg, {
      selector: '.blog_wrapper .blog_details h3',
      css: [
      '.sIFR-root { font-size:16px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.light { color:#999999; }',
	  'a { text-decoration: none; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '.fullwidthbox div.inner .contactleft ul#contactdetails li',
      css: [
      '.sIFR-root { font-size:16px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.light { color:#999999; }',
	  'a { text-decoration: none; color: #f78d1f; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color:#e9e4b0; }',
      ],
      wmode: 'transparent',
	  tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '#main_notice_wrapper h4.replaced',
      css: [
      '.sIFR-root { font-size:48px; text-align: left; color:#e9e4b0; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }',
	  'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #c2c2c2; }',
      ],
		filters: {
				DropShadow: {
				  distance: 2
				 ,color: '#000000'
				 ,strength: 2
				 ,alpha: .5
				 ,blurX: 1
				 ,blurY: 1
				}
			  },
     wmode: 'transparent',
	 tuneHeight: -4

});
sIFR.replace(NeoSansReg, {
      selector: '#main_notice_wrapper h5, #main_notice_wrapper h6',
      css: [
      '.sIFR-root { font-size:30px; text-align: left; color:#b06c3a; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }',
	  'a { text-decoration: none; }',
      'a:link { color: #FFFFFF; }',
      'a:hover { color: #c2c2c2; }',
      ],
		filters: {
				DropShadow: {
				  distance: 2
				 ,color: '#000000'
				 ,strength: 2
				 ,alpha: .5
				 ,blurX: 1
				 ,blurY: 1
				}
			  },
     wmode: 'transparent',
	 tuneHeight: -4

});

sIFR.replace(NeoSansReg, {
      selector: '.tab_container h3',
      css: [
      '.sIFR-root { font-size:18px; text-align: left; color:#e9e4b0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.grey { color:#999999; }',
	  'a { text-decoration: none; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
	  fitExactly: true,
      wmode: 'transparent',
	  tuneHeight: -4

});

sIFR.replace(NeoSansReg, {
      selector: '#bread_crumbs p',
      css: [
      '.sIFR-root { font-size:16px; text-align: left; color:#333333; margin-left:0px; margin-right:0; margin-top:0; margin-bottom:0; padding-top:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.current { color:#999999; }',
	  'a { text-decoration: none; }',
      'a:link { color: #333333}',
      'a:hover { color: #f78d1f; }',
      ],
     wmode: 'transparent',
	 tuneHeight: -4

});

sIFR.replace(NeoSansReg, {
      selector: '#formWrapper h1',
      css: [
      '.sIFR-root { font-size:22px; text-align: left; color:#212121; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding:0; white-space:nowrap; }',
      'em { font-style:italic; }',
      '.grey { color:#212121; }',
	  'a { text-decoration: none; }',
      'a:link { color: #e9e4b0; }',
      'a:hover { color: #f78d1f; }',
      ],
	  fitExactly: true,
      wmode: 'transparent',
	  tuneHeight: -4

});





