/*****************************************************************************

    The sIFR configuration should typically go in `sifr-config.js`, but in order to

    keep the config file clean, and to give a quick overview, it's done here instead.

    *****************************************************************************/

  

    var bluehighway = {

      src: 'themes/wenters/BlueHighway.swf'

    };



    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.

    // sIFR.useStyleCheck = true;

    sIFR.activate(bluehighway);

	sIFR.replace(bluehighway, {

      selector: 'div.wenters_event_title'

      ,css: [

        '.sIFR-root { color: #3b5e7d; cursor: pointer;}'

        ,'a { text-decoration: none; }'

        ,'a:link { color: #3b5e7d; }'

        ,'a:hover { color: #3b5e7d;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.wenters_frontpage_news_item_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 22px; cursor: pointer;}'

        ,'a { text-decoration: none; }'

        ,'a:link { color: #204566; }'

        ,'a:hover { color: #204566;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.wenters_header_navigation_button'

      ,css: [

        '.sIFR-root { color: #ffffff; font-size: 15px; text-align: center; cursor: pointer;}'

        ,'a { text-decoration: none; }'

        ,'a:link { color: #ffffff; }'

        ,'a:hover { color: #ffffff;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'
	  
	  ,offsetTop: 3

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.wenters_frontpage_news_image_text111'

      ,css: [

        '.sIFR-root { color: #ffffff; font-size: 21px; text-align: right; cursor: pointer;}'

        ,'a { text-decoration: none; }'

        ,'a:link { color: #ffffff; }'

        ,'a:hover { color: #ffffff;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

	  ,offsetTop: 3

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.jongin_sitemap_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 30px;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.jongin_sitemap_articles_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 20px;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.jongin_sitemap_reactions_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 15px;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });	

	

	sIFR.replace(bluehighway, {

      selector: 'div.jongin_sitemap_experiences_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 20px;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });

	

	sIFR.replace(bluehighway, {

      selector: 'div.jongin_sitemap_links_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 20px;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });	

	

	sIFR.replace(bluehighway, {

      selector: 'div.jongin_sitemap_downloads_title111'

      ,css: [

        '.sIFR-root { color: #204566; font-size: 20px;}'

      ]

	  ,selectable: false

	  ,wmode: 'transparent'

    });