/*****************************************************************************
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 hypatia = { src: 'http://www.artecconsultants.com/new2011website-styles-scripts/js/hypatiaregular.swf' };


    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(hypatia);


    sIFR.replace(hypatia, {
      selector: 'li#homelink'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });

    sIFR.replace(hypatia, {
      selector: 'li#services'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });

    sIFR.replace(hypatia, {
      selector: 'li#projects'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });

    sIFR.replace(hypatia, {
      selector: 'li#insights'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });

    sIFR.replace(hypatia, {
      selector: 'li#team'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });

    sIFR.replace(hypatia, {
      selector: 'li#news'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });

    sIFR.replace(hypatia, {
      selector: 'li#testimonials'
      ,css: [
        '.sIFR-root { background-color:#EFEFEF; padding:0; margin:0; font-size:27px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #144284; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });
	
	
	
	
	
	
	
	
	
	
	    sIFR.replace(hypatia, {
      selector: 'li#contact-us'
      ,css: [
        '.sIFR-root { background-color:#005699; padding:0; margin-top:30px; font-size:20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #8D0000; }'
      ]
    });
		
		    sIFR.replace(hypatia, {
      selector: 'li#downloads'
      ,css: [
        '.sIFR-root { background-color:#005699; font-size:20px; float: right; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #8D0000; }'
		        ,'position: absolute; '
				        ,'top: 30px; '
      ]
    });

	
	
	
	
	
	
	 sIFR.replace(hypatia, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { padding:0; margin:0; color: #000000; font-size:24px; background-color:#EFEFEF; }'
      ]
    });
	
	 
	 sIFR.replace(hypatia, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { padding:0; margin:0; color: #000000; font-size:20px; background-color:#EFEFEF; text-align:center; }'
      ]
    });
	 
	 sIFR.replace(hypatia, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { padding:0; margin:0; color: #000000; font-size:18px; background-color:#EFEFEF; text-align:center; line-height:33px; }'
      ]
    });
	 
	 
	 	 sIFR.replace(hypatia, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { padding:0; margin:0; color: #000000; font-size:16px; background-color:#EFEFEF; }'
      ]
    });
	 
	 sIFR.replace(hypatia, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { padding:0; margin:0; color: #000000; font-size:16px; background-color:#FFFFFF; }'
      ]
    });
	 
		 
	 	 sIFR.replace(hypatia, {
      selector: 'h6'
      ,css: [
        '.sIFR-root { padding:0; margin:0; color: #000000; font-size:14px; background-color:#FFFFFF; }'
      ]
    });
	 
 
