
// COMMON SETTINGS

var chalet = {
    src: 'http://marionborgelt.com/assets/sIFR3/fonts/chalet.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 avenir = {
    src: 'http://marionborgelt.com/assets/sIFR3/fonts/avenir.swf'
  };
  
   var avenir_book = {
    src: 'http://marionborgelt.com/assets/sIFR3/fonts/avenir_book.swf'
	};


   var avenir_roman = {
    src: 'http://marionborgelt.com/assets/sIFR3/fonts/avenir_roman.swf'
	};
	
	var avenir_black = {
    src: 'http://marionborgelt.com/assets/sIFR3/fonts/avenir_black.swf'
	};


   var avenir_heavy = {
    src: 'http://marionborgelt.com/assets/sIFR3/fonts/avenir_heavy.swf'
	};

// END COMMON SETTINGS

// GALLERY IMAGES SETTINGS

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
   sIFR.useStyleCheck = true;
  sIFR.activate(chalet, avenir, avenir_heavy, avenir_black, avenir_roman, avenir_book);
  
  
    sIFR.replace(chalet, {
    selector: '.other'
    ,css: {
      '.sIFR-root': { 'color': '#333333' }
    	}
  ,wmode: 'transparent' ,transparent: true 
  });
  
  
  sIFR.replace(avenir_roman, {
    selector: '.thumb-caption'
    ,css: {
      '.sIFR-root': { 'color': '#ff6633' }
    	}
  ,wmode: 'transparent' ,transparent: true 
  });
  
   sIFR.replace(avenir_black, {
    selector: '#breadcrumb_box'
    ,css:   	  
	 [
	'.sIFR-root { color:#FFFFFF; }'
	 ,'a { text-decoration: none; color:#ff6633;}'
      ,'a:link { text-decoration: none; color:#ff6633;}'
		 ,'a:hover {text-decoration: underline; color:#ff6633;}'
	  ]
	  
  ,wmode: 'transparent' ,transparent: true 
  });
  
  
  sIFR.replace(avenir_roman, {
    selector: '#gallery_description_div p'
    ,css:   	  
	 [
	'.sIFR-root { color:#b39d78;}'
      ,'a { text-decoration: underline; color:#d2be9b;}'
      ,'a:hover {text-decoration: none; color:#d2be9b;}'
	  ]
	  
  ,wmode: 'transparent' ,transparent: true 
  });

  sIFR.replace(avenir_roman, {
    selector: '#gallery_description_div h2'
    ,css:   	  
	 [
	'.sIFR-root { color:#b39d78;}'
      ,'a { text-decoration: underline; color:#d2be9b;}'
      ,'a:hover {text-decoration: none; color:#d2be9b;}'
	  ]
	  
  ,wmode: 'transparent' ,transparent: true 
  });


  sIFR.replace(avenir, {
    selector: '#caption_details'
    ,css: [
	'.sIFR-root { font-style: normal; color:#FFFFFF; }',
	'.work_title {  color:#FFFFFF; margin-right:10px; }'
	  ]

	,wmode: 'transparent' ,transparent: true 
  });


  
    sIFR.replace(avenir_black, {
    selector: 'h4'
    ,css: ['.sIFR-root { font-style: normal; color:#333333; }']

	,wmode: 'transparent' ,transparent: true 
  });
  
  
   sIFR.replace(avenir, {
    selector: '.navigation-a-disabled-from-sfifr'
    ,css:   	  
	 [
	'.sIFR-root { color:#FFFFFF; text-align:right; line-height:0px;}'
	 ,'a { text-decoration: none; color:#FFFFFF;}'
      ,'a:hover {text-decoration: none; color:#FFFFFF;}'
	  ]
	  
  ,wmode: 'transparent' ,transparent: true 
  });
   
// end gallery sifr config

// ESSAYS 
  

   sIFR.replace(avenir_roman, {
    selector: 'h1.essay-title'
    ,css:   	  
	 [
	'.sIFR-root { color:#ff5d4a; font-size:20px;}'
	 ,'a {display:inline; text-decoration: none; color:#ff5d4a;}'
      ,'a:hover {text-decoration: none; color:#fa1c02;}'
	  ]
	  
  ,wmode: 'transparent' ,transparent: true 
  });



   sIFR.replace(avenir_black, {
    selector: 'h2.essay-author'
    ,css:   	  
	 [
	'.sIFR-root { text-decoration: none; color:#181818; font-size:11px; }'
	]
	  
  ,wmode: 'transparent' ,transparent: true 
  });



   sIFR.replace(avenir_black, {
    selector: 'h2.essay-publication-details'
    ,css:   	  
	 [
	'.sIFR-root { text-decoration: none; color:#181818; font-size:11px;}'
	]
	  
  ,wmode: 'transparent' ,transparent: true 
  });

  

  
  sIFR.replace(avenir, {
    selector: 'p'
    ,css: [
	'.sIFR-root { font-style: normal; color:#333333; }'
	 ,'a { text-decoration: underline; color:#333333;}'
      ,'a:link { text-decoration: underline; color:#333333;}'
      ,'a:hover {text-decoration: none; color:#333333;}'
	  ]

	,wmode: 'transparent' ,transparent: true 
  });
  
  
    sIFR.replace(avenir_black, {
    selector: 'h4'
    ,css: ['.sIFR-root { font-style: normal; color:#333333; }']

	,wmode: 'transparent' ,transparent: true 
  });
  
  sIFR.replace(avenir_black, {
    selector: 'h5'
    ,css: ['.sIFR-root { font-style: normal; color:#333333; text-align:right; display:block; float:right; }']

	,wmode: 'transparent' ,transparent: true 
  });
