/*****************************************************************************
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 akzidenzbold = { src: 'http://origin-static.ciscoeos.com/zipupload/7b1/04d/ff66ebe9f77d581db743596f16/js/Akzidenz_Grotesk_BE_BoldCn.swf' };
var akzidenz = { src: 'http://origin-static.ciscoeos.com/zipupload/7b1/04d/ff66ebe9f77d581db743596f16/js/Akzidenz_Grotesk_BE_Cn.swf' };
var helveticaneue = {src: 'http://origin-static.ciscoeos.com/1266410511/zipupload/a9f/622/cfadc0c1528311283d1b76187d/js/helveticaneue.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(akzidenzbold, akzidenz, helveticaneue);
// 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>.

// Flag pop up removing sifr

sIFR.replace(akzidenz, {
  selector: '#alertFlagConfirm.modalWindow .main .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color: #000000;font-size:10px; }',
  	],
  tuneHeight: '-12',
  wmode: 'transparent'
});

//for module headers in signup, join, login and password reset forms
sIFR.replace(akzidenz, {
  selector: 'body.m32 #container .module .content .head h3:not(.removeSifr), #container .modalWindow .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color: #000000;font-size:10px; }',
  	],
  tuneHeight: '-12',
  wmode: 'transparent'
});


//for the photo/video title on the photo and detail pages
sIFR.replace(akzidenz, {
  selector: '.photo_viewer .body .title h3, .video_player .body .title h3, .audio_player .lyrics h3 ,#album_info-383751 .txt .title h4',
  css: [
  	'.sIFR-root {color: #333333; }',
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});

sIFR.replace(akzidenz, {
  selector: '#headerTitle a',
  css: [
  	'.sIFR-root {color: #333333;text-align:center; font-size:61px; cursor:pointer; text-decoration:none; }',
  	],
  wmode: 'transparent',
  tuneHeight: '-16',
  tuneWidth:'30'
});


sIFR.replace(akzidenz, {
  selector: '#homepage_ss2 .grid_5 .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#CAC7C4;font-size:40px;}',
  	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});


sIFR.replace(akzidenzbold, {
  selector: '.photovideo .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#ebc94e;font-size:25px;text-align:center;}',
	'.sIFR-root .total {display:none}',
  	'.sIFR-root a {color:#ebc94e; text-decoration:none}',
  	'.sIFR-root a:hover {color:#ebc94e}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});

sIFR.replace(akzidenz, {
  selector: '#categories-765322.categories .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#CAC7C4;font-size:32px;text-align:center;leading:-8;}',
  	'.sIFR-root .total {display:none}',
	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-13',
  wmode: 'transparent'
});


sIFR.replace(akzidenz, {
  selector: ' #photo_thumbnail-340501.photo_thumbnail .module .content .head h3,#container div.grid_5 .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#CAC7C4;font-size:40px;text-align:center;leading:-8;}',
  	'.sIFR-root .total {display:none}',
	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});


sIFR.replace(akzidenz, {
  selector: '#photo_thumbnail-294570.photo_thumbnail .module .content .head h3,#video_thumbnail-294592.video_thumbnail .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#CAC7C4;font-size:40px;text-align:left; }',
  	'.sIFR-root .total {display:none}',
	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
}); 

sIFR.replace(akzidenz, {
  selector: '#photo_thumbnail-1007355.photo_thumbnail .module .content .head h3,#video_thumbnail-1219349.video_thumbnail .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#000000;font-size:40px;text-align:left; }',
  	'.sIFR-root .total {display:none}',
	'.sIFR-root a {color:#000000; text-decoration:none}',
  	'.sIFR-root a:hover {color:#000000}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
}); 

sIFR.replace(akzidenz, {
  selector: '#container div.grid_3 .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#CAC7C4;font-size:40px;text-align:center;leading:-8 }',
  	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});



sIFR.replace(akzidenz, {
  selector: '#container div.grid_6 .module .content .head h3,#member_pagetitle-294562.member_pagetitle .module .content .head h3,#photo_thumbnail-294569 .module .content .head h3,#photo_thumnail-294571 .module .content .head h3,#video_thumbnail-294591 .module .content .head h3,#video_thumbnail-294593 .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color: #CAC7C4;font-size:40px; }',
  	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});


sIFR.replace(akzidenz, {
  selector: '#html-659951.html .module .content h3,#member_listing-666354.member_listing .module .content .head h3,.grid_6 #discussion_listing-294531.discussion_listing .module .content .head h3,#member_detail .grid_6 .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color: #CAC7C4;font-size:40px; }',
  	'.sIFR-root a {color:#CAC7C4; text-decoration:none}',
  	'.sIFR-root a:hover {color:#CAC7C4}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});


//for page headers and module headers
sIFR.replace(akzidenz, {
  selector: '#event-707479.event .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color: #000000;font-size:30px; }',
  	'.sIFR-root a {color:#000000; text-decoration:none}',
  	'.sIFR-root a:hover {color:#000000}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});

sIFR.replace(akzidenz, {
  selector: '.module.e404 .content .body h4 , .module .content .head h3:not(.removeSifr)',
  css: [
  	'.sIFR-root { text-transform: uppercase; color: #000000;font-size:40px; }',
  	'.sIFR-root a {color:#000000; text-decoration:none}',
  	'.sIFR-root a:hover {color:#000000}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});


/*
sIFR.replace(akzidenzbold, {
	selector: '#html-683925.html .module .content .body .twitterContainerMore:not(.removeSifr)',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #000000;font-size:12px;text-align:center;}',
		'.sIFR-root a {color:#000000; text-decoration:none}',
	  	'.sIFR-root a:hover {color:#000000}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});
*/
sIFR.replace(akzidenz, {
  selector: '#edit_discussion-1279770.edit_discussion .module .content .head h3',
  css: [
  	'.sIFR-root { text-transform: uppercase; color:#000000;font-size:40px;}',
  	'.sIFR-root a {color:#000000; text-decoration:none}',
  	'.sIFR-root a:hover {color:#000000}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});



//for the global sitemap footer
sIFR.replace(akzidenzbold, {
  selector: ' #footer h3:not(.removeSifr)',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #EAC94D;font-size:24px; }',
		'.sIFR-root a {color:#FFFFFF; text-decoration:none}',
	  	'.sIFR-root a:hover {color:#FFFFFF}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});

//for the global sitemap footer
sIFR.replace(helveticaneue, {
  selector: ' #footer h4:not(.removeSifr)',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #FFFFFF;font-size:12px; }',
		'.sIFR-root a  {color:#FFFFFF; text-decoration:none}',
	  	'.sIFR-root a:hover {color:#FFFFFF}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});

/*
sIFR.replace(akzidenz, {
  selector: ' #html-1005191 .body .navigationalButtons .navButtonLinksWrapper',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #E0E0E0;font-size:21px; leading:20; text-align:center; }',
		'.sIFR-root a{color:#E0E0E0; text-decoration:none;text-align:center;display:block;leading:20;}',
	  	'.sIFR-root a:hover {color:#EAC94D}'
  	],
  wmode: 'transparent'
  
});
*/

sIFR.replace(akzidenzbold, {
  selector: '#html-1005191.html .module .content .body .navButtonLinksWrapper:not(.removeSifr)',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #ffffff;font-size:21px;text-align:center; }',
		'.sIFR-root a  {color:#ffffff; text-decoration:none}',
	  	'.sIFR-root a:hover {color:#ffffff}'
  	],
  tuneHeight: '-10',
  wmode: 'transparent'
});
sIFR.replace(akzidenzbold, {
  selector: '#html-1215712 .articles li .title h4:not(.removeSifr)',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #6e6e6e;font-size:21px; }',
		'.sIFR-root a  {color:#6e6e6e; text-decoration:none}',
	  	'.sIFR-root a:hover {color:#6e6e6e}'
  	],
  tuneHeight: '-10',
  wmode: 'transparent'
});

sIFR.replace(akzidenz, {
  selector: '#blog_listing-294510 .articles li .title h4,#blog_entry-294508 .body .title h4,#blog_listing-294512 .module .content .body h4:not(.removeSifr)',
  css: [
	  	'.sIFR-root { text-transform: uppercase; color: #6e6e6e;font-size:21px; }',
		'.sIFR-root a  {color:#6e6e6e; text-decoration:none}',
	  	'.sIFR-root a:hover {color:#6e6e6e}'
  	],
  tuneHeight: '-5',
  wmode: 'transparent'
});
