// Cufon

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Avenir","font-weight":350,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 3 2 2 4","ascent":"272","descent":"-88","x-height":"4","bbox":"-11 -285 360 104","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"63,-255r0,186r-26,0r0,-186r26,0xm50,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20","w":100},"\"":{"d":"57,-170r0,-85r21,0r0,85r-21,0xm109,-170r0,-85r21,0r0,85r-21,0","w":186},"#":{"d":"39,0r10,-77r-36,0r0,-22r39,0r8,-58r-39,0r0,-22r42,0r11,-76r22,0r-11,76r48,0r11,-76r22,0r-11,76r33,0r0,22r-36,0r-8,58r34,0r0,22r-37,0r-11,77r-22,0r11,-77r-48,0r-11,77r-21,0xm82,-157r-8,58r48,0r8,-58r-48,0"},"$":{"d":"91,-237v-35,0,-58,49,-32,74v8,7,18,12,32,17r0,-91xm109,-18v25,-1,47,-16,47,-46v0,-23,-15,-39,-47,-49r0,95xm182,-64v1,40,-34,69,-73,70r0,24r-18,0r0,-24v-33,-2,-61,-18,-76,-39r22,-16v12,15,32,30,54,31r0,-100v-35,-12,-68,-27,-69,-72v-1,-39,33,-68,69,-70r0,-25r18,0r0,24v27,0,48,11,66,31r-20,17v-8,-14,-26,-24,-46,-24r0,96v37,14,72,28,73,77"},"%":{"d":"77,-259v35,0,63,28,63,63v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63v0,-35,28,-63,63,-63xm77,-155v23,0,42,-18,42,-41v1,-23,-19,-43,-42,-42v-23,0,-42,19,-42,42v0,22,19,41,42,41xm223,-122v35,0,63,28,63,63v0,35,-28,63,-63,63v-35,0,-64,-28,-64,-63v0,-35,29,-63,64,-63xm223,-17v23,0,42,-19,42,-42v0,-22,-19,-41,-42,-41v-23,0,-42,18,-42,41v-1,23,19,43,42,42xm240,-256r-162,267r-19,-10r163,-267","w":299},"&":{"d":"171,-204v-1,37,-29,50,-57,66r59,61r35,-61r29,0r-47,79r58,59r-37,0r-36,-37v-20,26,-38,42,-78,43v-43,1,-81,-29,-80,-72v0,-32,19,-57,58,-75v-51,-42,-34,-120,34,-120v35,0,63,22,62,57xm98,-154v19,-13,46,-20,47,-50v1,-19,-17,-33,-36,-34v-21,0,-38,17,-38,38v0,17,17,38,27,46xm45,-66v-2,40,53,63,85,39v9,-6,19,-16,29,-28r-68,-70v-27,17,-44,25,-46,59","w":253},"'":{"d":"36,-170r0,-85r22,0r0,85r-22,0","w":93},"(":{"d":"70,58v-64,-78,-67,-246,2,-323r19,12v-29,49,-48,81,-48,149v0,68,18,97,46,147","w":93},")":{"d":"23,-265v65,75,67,247,-1,323r-19,-13v29,-49,46,-81,47,-149v0,-69,-18,-98,-46,-147","w":93},"*":{"d":"91,-255r0,52r50,-17r8,21r-51,16r32,43r-17,13r-33,-44r-33,44r-17,-13r32,-43r-51,-16r8,-21r50,17r0,-52r22,0","w":159},"+":{"d":"131,-201r0,81r81,0r0,22r-81,0r0,81r-22,0r0,-81r-81,0r0,-22r81,0r0,-81r22,0","w":239},",":{"d":"77,-34r-29,84r-25,0r25,-84r29,0","w":100},"-":{"d":"106,-98r0,23r-92,0r0,-23r92,0","w":119},".":{"d":"50,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20","w":100},"\/":{"d":"131,-254r-108,260r-21,-6r109,-261","w":133},"0":{"d":"14,-127v0,-71,17,-132,86,-132v69,0,86,61,86,132v0,71,-17,131,-86,131v-69,0,-86,-60,-86,-131xm100,-235v-40,0,-60,36,-60,108v0,72,20,108,60,108v40,0,61,-36,61,-108v0,-72,-21,-108,-61,-108"},"1":{"d":"125,-255r0,255r-26,0r0,-222r-45,40r-17,-20r65,-53r23,0"},"2":{"d":"24,-198v5,-80,157,-82,153,5v-2,45,-26,66,-51,90r-81,79r134,0r0,24r-162,0r0,-30r118,-120v27,-26,17,-85,-33,-85v-28,0,-46,17,-51,40"},"3":{"d":"149,-70v0,-41,-33,-54,-76,-52r0,-23v39,3,69,-11,70,-47v2,-52,-79,-57,-96,-15r-23,-12v27,-62,144,-49,144,26v0,28,-21,52,-43,58v27,7,50,31,50,66v0,87,-141,98,-161,22r27,-8v8,24,24,36,55,36v29,-1,54,-21,53,-51"},"4":{"d":"150,-255r0,171r36,0r0,24r-36,0r0,60r-26,0r0,-60r-110,0r0,-30r103,-165r33,0xm124,-84r-1,-145r-88,145r89,0"},"5":{"d":"150,-76v0,-59,-68,-76,-115,-47r2,-132r130,0r0,24r-104,0r-1,77v56,-23,114,16,114,75v0,86,-128,114,-159,38r26,-11v18,52,107,37,107,-24"},"6":{"d":"100,4v-77,0,-101,-82,-61,-147r69,-112r31,0r-69,110v51,-26,113,13,113,70v0,45,-37,79,-83,79xm100,-130v-32,0,-57,23,-57,55v0,32,25,56,57,56v32,0,57,-24,57,-56v0,-32,-25,-55,-57,-55"},"7":{"d":"171,-255r0,24r-103,231r-29,0r105,-231r-125,0r0,-24r152,0"},"8":{"d":"19,-68v0,-36,23,-58,48,-68v-21,-6,-38,-30,-38,-57v0,-39,32,-66,71,-66v39,0,71,27,71,66v0,28,-18,50,-38,58v27,7,48,32,48,67v0,42,-39,72,-81,72v-42,0,-81,-30,-81,-72xm100,-145v25,0,45,-20,45,-45v0,-25,-19,-45,-45,-45v-26,0,-45,20,-45,45v0,25,20,45,45,45xm100,-19v31,0,55,-22,55,-53v0,-30,-24,-52,-55,-52v-31,0,-55,22,-55,52v0,31,24,53,55,53"},"9":{"d":"100,-259v77,0,101,82,61,147r-69,112r-30,0r68,-110v-51,26,-113,-13,-113,-70v0,-45,37,-79,83,-79xm100,-125v32,0,57,-23,57,-55v0,-32,-24,-55,-57,-55v-33,0,-57,23,-57,55v0,32,25,55,57,55"},":":{"d":"50,-170v11,-1,19,9,19,19v0,10,-8,20,-19,20v-11,0,-19,-10,-19,-20v0,-10,8,-20,19,-19xm50,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20","w":100},";":{"d":"77,-34r-29,84r-25,0r25,-84r29,0xm53,-170v11,-1,20,9,20,19v0,10,-9,20,-20,20v-11,0,-19,-10,-19,-20v0,-10,8,-20,19,-19","w":100},"<":{"d":"212,-203r0,22r-155,72r155,72r0,22r-184,-86r0,-16","w":239},"=":{"d":"28,-147r184,0r0,22r-184,0r0,-22xm28,-93r184,0r0,22r-184,0r0,-22","w":239},">":{"d":"28,-181r0,-22r184,86r0,16r-184,86r0,-22r155,-72","w":239},"?":{"d":"158,-196v1,63,-68,55,-59,127r-26,0v-12,-72,54,-71,59,-125v2,-23,-18,-41,-42,-41v-26,0,-43,16,-46,39r-27,-3v5,-34,33,-61,72,-60v39,0,69,24,69,63xm89,-37v26,0,23,39,0,39v-11,0,-20,-9,-20,-19v0,-10,9,-21,20,-20","w":173},"@":{"d":"125,-71v30,2,57,-47,56,-76v0,-44,-54,-45,-72,-10v-24,29,-28,83,16,86xm68,-103v0,-49,35,-102,84,-102v22,0,33,12,42,30r8,-23r20,0r-34,120v0,4,5,7,9,7v27,-1,54,-46,54,-78v0,-51,-51,-93,-101,-93v-60,0,-113,57,-113,115v0,58,54,114,113,114v38,0,75,-20,91,-44r23,0v-21,36,-60,62,-114,63v-73,2,-135,-61,-135,-133v0,-72,62,-134,135,-134v65,0,125,46,123,110v-2,55,-34,95,-83,102v-16,2,-22,-10,-26,-22v-31,39,-96,22,-96,-32","w":288},"A":{"d":"58,-67r-28,67r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0xm123,-225r-55,134r111,0","w":246},"B":{"d":"205,-71v-2,76,-88,73,-170,71r0,-255v74,-1,158,-9,158,64v0,31,-21,49,-45,57v35,2,57,26,57,63xm165,-188v-1,-46,-55,-45,-105,-43r0,88v50,1,105,4,105,-45xm60,-24v55,1,117,4,117,-48v0,-52,-61,-53,-117,-50r0,98","w":226},"C":{"d":"45,-127v0,60,44,111,105,110v32,0,56,-13,73,-38r21,15v-16,26,-53,46,-94,46v-75,1,-133,-57,-133,-133v0,-114,148,-181,221,-94r-22,17v-9,-16,-41,-34,-66,-34v-62,-1,-105,51,-105,111","w":253},"D":{"d":"249,-127v0,111,-96,136,-218,127r0,-255v121,-8,218,15,218,128xm221,-127v0,-85,-69,-112,-164,-104r0,207v95,8,164,-18,164,-103","w":266},"E":{"d":"60,-121r0,97r137,0r0,24r-162,0r0,-255r158,0r0,24r-133,0r0,87r124,0r0,23r-124,0","w":213},"F":{"d":"60,-121r0,121r-25,0r0,-255r153,0r0,24r-128,0r0,87r119,0r0,23r-119,0","k":{"A":20,",":46,".":46}},"G":{"d":"17,-127v0,-115,147,-177,225,-100r-19,19v-18,-20,-43,-30,-73,-30v-62,-1,-105,51,-105,111v0,89,99,139,176,92r0,-86r-61,0r0,-23r87,0r0,125v-95,60,-230,8,-230,-108","w":280},"H":{"d":"35,0r0,-255r25,0r0,111r139,0r0,-111r26,0r0,255r-26,0r0,-121r-139,0r0,121r-25,0","w":259},"I":{"d":"60,-255r0,255r-25,0r0,-255r25,0","w":95},"J":{"d":"143,-70v11,83,-126,107,-138,23r26,-5v5,23,19,35,41,35v30,0,45,-22,45,-64r0,-174r26,0r0,185","w":173},"K":{"d":"60,-255r0,111r4,0r120,-111r37,0r-128,116r135,139r-38,0r-125,-131r-5,0r0,131r-25,0r0,-255r25,0","w":226},"L":{"d":"60,-255r0,231r119,0r0,24r-144,0r0,-255r25,0","w":180,"k":{"T":33,"V":33,"W":20,"y":13,"Y":35,"\u2019":35}},"M":{"d":"74,-255r86,207r86,-207r40,0r0,255r-26,0r-1,-220r-92,220r-14,0r-93,-220r0,220r-25,0r0,-255r39,0","w":320},"N":{"d":"67,-255r153,216r0,-216r26,0r0,255r-33,0r-153,-218r0,218r-25,0r0,-255r32,0","w":280},"O":{"d":"150,-261v75,0,133,58,133,134v0,76,-58,133,-133,133v-75,0,-133,-57,-133,-133v0,-76,58,-134,133,-134xm150,-17v61,0,105,-50,105,-110v0,-60,-43,-111,-105,-111v-62,0,-105,51,-105,111v0,60,44,110,105,110","w":300},"P":{"d":"193,-187v0,65,-63,73,-133,69r0,118r-25,0r0,-255v76,-2,158,-6,158,68xm165,-187v0,-46,-54,-46,-105,-44r0,89v51,2,105,2,105,-45","w":206,"k":{"A":27,",":55,".":55}},"Q":{"d":"146,-238v-59,0,-101,49,-101,107v0,58,41,107,101,107v60,0,101,-49,101,-107v0,-58,-42,-107,-101,-107xm146,-261v73,0,130,57,129,130v0,50,-20,86,-60,107r77,0r0,24r-146,0v-74,2,-129,-58,-129,-131v0,-73,56,-130,129,-130","w":300},"R":{"d":"197,-187v0,39,-28,63,-65,66r73,121r-31,0r-70,-118r-44,0r0,118r-25,0r0,-255v77,-1,162,-8,162,68xm169,-187v0,-47,-57,-46,-109,-44r0,89v52,1,109,4,109,-45","w":213,"k":{"T":-2,"V":-2,"W":-6,"y":-9,"Y":5}},"S":{"d":"57,-131v-64,-34,-28,-130,49,-130v30,0,54,10,72,31r-23,17v-21,-41,-108,-30,-104,21v6,73,131,37,131,125v0,79,-127,98,-164,36r23,-17v20,46,113,40,113,-16v0,-51,-63,-49,-97,-67"},"T":{"d":"116,-231r0,231r-26,0r0,-231r-85,0r0,-24r197,0r0,24r-86,0","w":206,"k":{"w":40,"y":40,"A":24,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"i":3,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"123,-17v99,0,61,-144,68,-238r26,0v-4,114,30,261,-94,261v-123,0,-88,-147,-93,-261r26,0v7,94,-31,238,67,238","w":246},"V":{"d":"28,-255r81,216r84,-216r28,0r-99,255r-26,0r-97,-255r29,0","w":219,"k":{"y":6,"A":20,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"i":-2,"r":13,"u":13,":":27,";":27}},"W":{"d":"29,-255r62,218r64,-218r31,0r65,218r60,-218r29,0r-75,255r-31,0r-64,-218r-65,218r-30,0r-75,-255r29,0","w":339,"k":{"A":6,",":27,".":27,"e":6,"o":6,"a":13,"i":-9,"r":6,"u":6,":":6,";":6}},"X":{"d":"44,-255r70,102r71,-102r32,0r-86,121r94,134r-35,0r-77,-116r-78,116r-33,0r93,-134r-86,-121r35,0","w":226},"Y":{"d":"116,-110r0,110r-26,0r0,-110r-95,-145r32,0r76,120r76,-120r33,0","w":206,"k":{"v":20,"A":27,",":44,".":36,"e":33,"o":33,"q":33,"-":40,"a":33,"i":3,"u":27,":":33,";":33,"p":27}},"Z":{"d":"190,-255r0,22r-149,209r151,0r0,24r-184,0r0,-22r149,-209r-147,0r0,-24r180,0"},"[":{"d":"82,-264r0,20r-35,0r0,281r35,0r0,19r-59,0r0,-320r59,0","w":93},"\\":{"d":"111,6r-109,-260r20,-7r109,261","w":133},"]":{"d":"12,56r0,-19r34,0r0,-281r-34,0r0,-20r58,0r0,320r-58,0","w":93},"^":{"d":"29,-99r82,-156r18,0r82,156r-22,0r-69,-130r-69,130r-22,0","w":239},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"44,-203r-48,-52r33,0r36,52r-21,0","w":86},"a":{"d":"17,-45v1,-55,59,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-38,133,-36,133,35v0,38,-2,79,3,113r-23,0v-1,-8,-3,-17,-3,-27v-22,46,-119,41,-118,-18xm83,-17v36,-1,54,-27,51,-67v-50,-2,-91,9,-91,36v0,21,20,31,40,31","w":186},"b":{"d":"206,-84v0,81,-114,119,-156,56r0,28r-24,0r0,-272r24,0r0,132v12,-19,38,-33,66,-33v51,0,90,40,90,89xm116,-17v37,0,64,-30,64,-67v0,-37,-27,-67,-64,-67v-37,0,-67,30,-67,67v0,37,31,67,67,67","w":219},"c":{"d":"17,-84v0,-79,104,-121,151,-60r-19,15v-30,-44,-115,-15,-106,45v-8,60,77,89,106,44r19,15v-47,60,-151,20,-151,-59","w":173},"d":{"d":"104,-173v28,0,55,14,66,33r0,-132r24,0r0,272r-24,0r0,-28v-41,62,-156,25,-156,-56v0,-49,39,-89,90,-89xm104,-151v-37,0,-64,30,-64,67v0,37,27,67,64,67v36,0,67,-30,67,-67v0,-37,-30,-67,-67,-67","w":219},"e":{"d":"102,-173v51,1,85,39,81,95r-141,0v2,31,29,61,62,61v23,0,45,-15,54,-29r19,15v-46,67,-160,31,-160,-53v0,-48,37,-90,85,-89xm157,-97v3,-50,-62,-71,-96,-38v-12,11,-18,24,-18,38r114,0"},"f":{"d":"113,-252v-50,-18,-52,34,-49,84r40,0r0,21r-40,0r0,147r-23,0r0,-147r-36,0r0,-21r36,0v-5,-66,6,-123,77,-106","w":106,"k":{"\u2019":-6,"f":6}},"g":{"d":"193,-1v9,94,-122,112,-172,54r18,-19v13,17,35,31,64,31v56,0,72,-42,65,-97v-40,64,-151,23,-151,-54v0,-80,107,-118,152,-54r0,-28r24,0r0,167xm106,-151v-35,0,-63,30,-63,65v0,34,28,64,63,64v35,0,64,-27,64,-64v0,-36,-28,-65,-64,-65","w":219},"h":{"d":"101,-151v-64,1,-50,86,-51,151r-24,0r0,-272r24,0r0,131v8,-16,33,-32,57,-32v83,0,60,97,63,173r-23,0v-5,-61,21,-153,-46,-151"},"i":{"d":"55,-168r0,168r-24,0r0,-168r24,0xm43,-251v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18","w":86},"j":{"d":"-8,62v24,10,39,-5,39,-32r0,-198r24,0r0,203v3,41,-29,58,-66,48xm43,-251v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18","w":86},"k":{"d":"50,-272r0,179r79,-75r36,0r-84,77r93,91r-37,0r-87,-89r0,89r-24,0r0,-272r24,0","w":173},"l":{"d":"55,-272r0,272r-24,0r0,-272r24,0","w":86},"m":{"d":"97,-151v-61,2,-45,88,-47,151r-24,0r-2,-168r26,0r0,25v19,-37,96,-43,108,5v9,-20,30,-34,56,-35v83,-4,60,97,63,173r-24,0v-7,-58,23,-151,-42,-151v-64,0,-45,88,-48,151r-23,0v-6,-59,23,-153,-43,-151","w":306},"n":{"d":"101,-151v-64,1,-50,86,-51,151r-24,0r-2,-168r25,0v1,6,1,15,1,27v8,-16,33,-32,57,-32v83,0,60,97,63,173r-23,0v-5,-61,21,-153,-46,-151"},"o":{"d":"107,-173v51,0,89,39,89,89v0,49,-39,88,-89,88v-51,0,-90,-38,-90,-88v0,-50,39,-89,90,-89xm107,-17v37,0,63,-30,63,-67v0,-37,-26,-67,-63,-67v-37,0,-64,30,-64,67v0,37,27,67,64,67","w":213},"p":{"d":"206,-84v0,81,-114,119,-156,56r0,132r-24,0r0,-272r24,0r0,28v12,-19,38,-33,66,-33v51,0,90,40,90,89xm116,-17v37,0,64,-30,64,-67v0,-37,-27,-67,-64,-67v-37,0,-67,30,-67,67v0,37,31,67,67,67","w":219},"q":{"d":"104,-173v28,0,55,14,66,33r0,-28r24,0r0,272r-24,0r0,-132v-41,62,-156,25,-156,-56v0,-49,39,-89,90,-89xm104,-151v-37,0,-64,30,-64,67v0,37,27,67,64,67v36,0,67,-30,67,-67v0,-37,-30,-67,-67,-67","w":219},"r":{"d":"118,-147v-37,-11,-66,20,-66,52r0,95r-24,0r-1,-168r23,0v1,10,-2,23,1,31v8,-24,37,-43,72,-34","w":119,"k":{",":33,".":33,"c":6,"d":6,"e":6,"g":6,"m":-6,"n":-6,"o":6,"q":6,"-":20}},"s":{"d":"18,-122v0,-59,100,-68,118,-21r-21,14v-8,-15,-20,-22,-36,-22v-26,0,-49,26,-27,42v27,19,90,11,90,61v0,63,-105,68,-130,20r20,-14v11,17,26,25,45,25v29,0,52,-26,31,-46v-29,-14,-90,-17,-90,-59","w":153},"t":{"d":"114,-2v-33,14,-73,5,-73,-39r0,-106r-36,0r0,-21r36,0r0,-48r23,0r0,48r49,0r0,21r-49,0r0,99v-2,33,27,37,49,24","w":119},"u":{"d":"95,-17v63,-2,52,-85,52,-151r23,0r2,168r-24,0v-2,-5,1,-18,-2,-27v-8,16,-33,31,-57,31v-82,0,-61,-96,-63,-172r24,0v5,60,-21,153,45,151"},"v":{"d":"168,-168r-68,168r-27,0r-68,-168r28,0r55,141r53,-141r27,0","w":173,"k":{",":27,".":27}},"w":{"d":"5,-168r28,0r40,136r45,-136r24,0r46,136r39,-136r28,0r-53,168r-27,0r-45,-138r-45,138r-27,0","w":259,"k":{",":20,".":20}},"x":{"d":"0,0r69,-90r-61,-78r33,0r46,63r45,-63r30,0r-59,78r71,90r-33,0r-56,-74r-55,74r-30,0","w":173},"y":{"d":"36,-168r53,139r51,-139r29,0r-84,212v-10,31,-34,49,-75,40r2,-23v41,18,53,-28,63,-59r-69,-170r30,0","w":173,"k":{",":33,".":33}},"z":{"d":"141,-168r0,17r-98,129r102,0r0,22r-137,0r0,-17r99,-130r-94,0r0,-21r128,0","w":153},"{":{"d":"98,56v-117,20,-19,-146,-94,-149r0,-21v75,-3,-23,-170,94,-150r0,22v-25,-2,-40,2,-38,30v4,47,5,102,-32,109v41,5,32,69,32,118v0,19,17,22,38,20r0,21","w":93},"|":{"d":"29,-270r22,0r0,360r-22,0r0,-360","w":79},"}":{"d":"-5,-264v116,-19,20,145,94,150r0,21v-74,4,23,170,-94,149r0,-21v25,3,40,-3,38,-30v-3,-47,-5,-103,33,-109v-42,-4,-33,-69,-33,-119v1,-19,-18,-21,-38,-19r0,-22","w":93},"~":{"d":"81,-134v46,0,78,59,112,2r15,14v-12,16,-23,32,-49,33v-48,3,-77,-59,-112,-1r-15,-14v11,-17,24,-34,49,-34","w":239},"\u00d7":{"d":"63,-182r57,57r57,-57r15,15r-57,58r57,57r-15,16r-57,-58r-57,58r-15,-16r57,-57r-57,-58","w":239},"\u2013":{"d":"180,-98r0,23r-180,0r0,-23r180,0","w":180},"\u2014":{"d":"360,-98r0,23r-360,0r0,-23r360,0","w":360},"\u2018":{"d":"20,-170r29,-85r24,0r-24,85r-29,0","w":93,"k":{"\u2018":13}},"\u2019":{"d":"73,-255r-29,85r-24,0r24,-85r29,0","w":93,"k":{"\u2019":13,"s":40,"t":6}},"\u201c":{"d":"34,-170r29,-85r24,0r-24,85r-29,0xm99,-170r30,-85r24,0r-24,85r-30,0","w":186},"\u201d":{"d":"153,-255r-30,85r-24,0r24,-85r30,0xm87,-255r-29,85r-24,0r24,-85r29,0","w":186},"\u2026":{"d":"60,-37v11,0,20,10,20,20v0,10,-10,19,-20,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20xm180,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20xm300,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-11,0,-20,-9,-20,-19v0,-10,9,-20,20,-20","w":360},"\u2122":{"d":"144,-255r0,20r-48,0r0,128r-21,0r0,-128r-49,0r0,-20r118,0xm334,-255r0,148r-22,0r0,-124r-50,124r-14,0r-51,-124r0,124r-22,0r0,-148r34,0r46,114r47,-114r32,0","w":360},"\u00a0":{"w":100}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":213,"face":{"font-family":"Avenir","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 2 2 3 2 2 4","ascent":"272","descent":"-88","x-height":"4","bbox":"-21 -283 360 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":106},"!":{"d":"75,-255r0,175r-43,0r0,-175r43,0xm53,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,11,29,27v0,15,-14,29,-29,28","w":106},"\"":{"d":"43,-160r0,-95r37,0r0,95r-37,0xm107,-160r0,-95r37,0r0,95r-37,0","w":186},"#":{"d":"39,0r10,-75r-32,0r0,-30r36,0r7,-44r-33,0r0,-31r37,0r11,-75r31,0r-11,75r37,0r11,-75r32,0r-11,75r32,0r0,31r-37,0r-6,44r33,0r0,30r-36,0r-11,75r-32,0r11,-75r-37,0r-11,75r-31,0xm128,-149r-37,0r-6,44r37,0"},"$":{"d":"17,-185v0,-42,39,-70,78,-74r0,-24r19,0r0,24v31,-1,58,9,74,25r-30,33v-12,-13,-27,-19,-44,-19v2,23,-4,53,2,72v41,11,80,23,81,73v1,48,-37,76,-83,79r0,26r-19,0r0,-26v-35,0,-63,-10,-84,-32r33,-33v11,16,28,24,51,26v-2,-24,4,-56,-2,-76v-40,-11,-75,-25,-76,-74xm95,-220v-32,-1,-45,52,-14,60r14,6r0,-66xm114,-35v39,0,53,-58,11,-66v-3,-1,-3,-1,-11,-4r0,70"},"%":{"d":"249,4v-36,0,-67,-31,-67,-67v0,-36,32,-67,67,-67v35,0,67,32,67,67v0,35,-31,67,-67,67xm249,-30v18,0,32,-15,32,-33v1,-18,-14,-33,-32,-32v-18,0,-33,14,-33,32v0,18,15,33,33,33xm78,-125v-35,0,-67,-31,-67,-67v0,-36,31,-67,67,-67v36,0,67,32,67,67v0,35,-32,67,-67,67xm78,-160v18,1,33,-14,32,-32v0,-18,-14,-33,-32,-33v-18,0,-33,15,-33,33v0,18,15,32,33,32xm74,-2r150,-264r29,13r-149,265","w":326},"&":{"d":"116,-261v40,0,73,19,72,60v0,26,-16,48,-50,66r41,44r28,-43r51,0r-51,74r55,60r-56,0r-27,-29v-42,60,-163,40,-162,-39v1,-35,26,-62,55,-72v-16,-17,-27,-31,-29,-59v-2,-40,33,-63,73,-62xm145,-199v0,-14,-12,-24,-28,-23v-39,3,-39,39,-6,62v23,-12,34,-26,34,-39xm65,-71v-2,38,48,49,73,26v4,-3,8,-8,14,-13r-52,-56v-17,10,-33,19,-35,43","w":266},"'":{"d":"35,-160r0,-95r37,0r0,95r-37,0","w":106},"(":{"d":"70,-264v9,8,23,11,30,21v-62,84,-61,196,0,279r-30,20v-70,-94,-71,-226,0,-320","w":106},")":{"d":"37,56v-10,-7,-22,-12,-31,-20v62,-84,63,-195,0,-279r31,-21v70,94,69,226,0,320","w":106},"*":{"d":"99,-255r0,51r48,-16r10,29r-49,16r31,42r-25,18r-31,-42r-30,41r-25,-18r31,-41r-49,-17r9,-29r49,17r0,-51r31,0","w":166},"+":{"d":"22,-127r80,0r0,-80r36,0r0,80r79,0r0,36r-79,0r0,79r-36,0r0,-79r-80,0r0,-36","w":239},",":{"d":"14,45r25,-95r44,0r-31,95r-38,0","w":106},"-":{"d":"101,-107r0,37r-89,0r0,-37r89,0","w":113},".":{"d":"53,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,11,29,27v0,15,-14,29,-29,28","w":106},"\/":{"d":"139,-261r-112,278r-30,-11r112,-279","w":140},"0":{"d":"107,4v-71,0,-93,-57,-93,-131v0,-74,22,-132,93,-132v71,0,92,58,92,132v0,73,-21,131,-92,131xm107,-218v-43,0,-50,47,-49,91v0,43,7,90,49,90v42,0,49,-47,49,-90v0,-43,-6,-91,-49,-91"},"1":{"d":"96,0r0,-205r-47,44r-26,-30r77,-64r40,0r0,255r-44,0"},"2":{"d":"109,-259v64,-4,105,57,73,112v-25,42,-73,73,-108,108r118,0r0,39r-171,0r0,-46r112,-108v23,-19,14,-67,-24,-64v-22,2,-37,14,-39,34r-45,-3v4,-45,36,-69,84,-72"},"3":{"d":"63,-68v7,49,84,40,84,-7v0,-29,-27,-40,-67,-38r0,-39v33,1,61,-2,61,-35v0,-42,-69,-42,-75,-5r-45,-12v11,-76,163,-74,163,13v0,30,-21,51,-44,58v30,4,50,29,50,62v0,91,-159,102,-173,16"},"4":{"d":"121,0r0,-52r-109,0r0,-43r103,-160r49,0r0,164r37,0r0,39r-37,0r0,52r-43,0xm121,-91r-1,-103r-64,103r65,0"},"5":{"d":"147,-80v0,-56,-73,-59,-113,-37r3,-138r145,0r0,39r-103,0r-1,51v60,-14,112,21,112,81v0,97,-153,123,-174,30r45,-12v10,46,86,34,86,-14"},"6":{"d":"107,4v-85,0,-111,-86,-67,-156r65,-103r52,0v-19,32,-45,64,-60,95v52,-18,100,25,100,77v0,52,-39,87,-90,87xm108,-130v-25,0,-47,22,-47,47v0,25,21,46,47,46v25,0,46,-21,46,-46v0,-25,-21,-47,-46,-47"},"7":{"d":"15,-214r0,-41r173,0r0,40r-102,215r-50,0r104,-214r-125,0"},"8":{"d":"28,-192v-1,-42,37,-67,79,-67v42,0,78,25,78,67v0,31,-18,49,-39,58v84,28,45,138,-39,138v-49,0,-86,-27,-86,-76v0,-31,23,-57,46,-63v-23,-7,-40,-27,-39,-57xm141,-188v0,-18,-16,-34,-34,-34v-22,0,-35,14,-35,34v0,20,13,36,35,36v18,0,34,-17,34,-36xm149,-78v0,-23,-19,-40,-42,-40v-23,0,-43,17,-43,40v0,24,19,41,43,41v24,0,43,-18,42,-41"},"9":{"d":"107,-259v84,0,111,87,67,156r-66,103r-52,0v19,-32,45,-64,60,-95v-52,18,-100,-26,-100,-77v0,-52,40,-87,91,-87xm105,-125v25,0,47,-22,47,-47v0,-25,-22,-46,-47,-46v-24,0,-46,22,-46,46v0,25,21,47,46,47"},":":{"d":"53,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,11,29,27v0,15,-14,29,-29,28xm53,-120v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,11,29,27v0,15,-14,29,-29,28","w":106},";":{"d":"14,45r25,-95r44,0r-31,95r-38,0xm53,-120v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,11,29,27v0,15,-14,29,-29,28","w":106},"<":{"d":"211,-15r-182,-81r0,-26r182,-81r0,40r-122,54r122,54r0,40","w":239},"=":{"d":"22,-160r195,0r0,37r-195,0r0,-37xm22,-95r195,0r0,37r-195,0r0,-37","w":239},">":{"d":"29,-203r182,81r0,26r-182,81r0,-40r121,-54r-121,-54r0,-40","w":239},"?":{"d":"177,-191v0,58,-64,53,-58,116r-43,0v-12,-66,49,-63,56,-114v2,-18,-14,-31,-33,-31v-20,0,-34,17,-36,35r-46,-4v5,-43,37,-72,84,-72v44,0,76,25,76,70xm97,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,11,29,27v0,15,-14,29,-29,28","w":186},"@":{"d":"171,-131v0,-19,-9,-33,-27,-33v-24,-1,-39,19,-38,43v0,22,10,34,30,34v25,1,35,-21,35,-44xm48,-127v0,89,109,130,174,79r40,0v-23,33,-61,53,-111,54v-75,1,-139,-57,-139,-133v0,-74,63,-136,137,-134v73,2,126,44,127,118v0,55,-29,85,-79,88v-17,1,-27,-10,-30,-20v-33,39,-103,16,-98,-41v-7,-60,75,-111,112,-60r3,-16r34,0r-17,91v0,9,4,14,10,14v21,-2,31,-25,31,-54v0,-56,-39,-88,-94,-88v-59,-1,-100,44,-100,102","w":288},"A":{"d":"0,0r111,-255r39,0r110,255r-52,0r-24,-58r-110,0r-23,58r-51,0xm89,-97r79,0r-39,-104","w":259},"B":{"d":"217,-73v0,86,-103,72,-189,73r0,-255v79,1,178,-15,178,64v0,31,-21,48,-44,57v30,4,55,28,55,61xm74,-151v39,1,85,4,87,-32v2,-34,-48,-35,-87,-33r0,65xm171,-76v0,-44,-53,-35,-97,-36r0,73v44,1,97,2,97,-37","w":233},"C":{"d":"15,-126v0,-120,150,-181,224,-95r-36,26v-50,-57,-141,-8,-141,66v0,79,98,130,145,63r37,27v-22,30,-54,45,-95,45v-78,1,-134,-53,-134,-132","w":246},"D":{"d":"258,-127v-3,116,-104,136,-230,127r0,-255r101,0v74,0,131,49,129,128xm211,-127v0,-75,-58,-92,-137,-87r0,173v77,5,137,-15,137,-86","w":273},"E":{"d":"28,0r0,-255r169,0r0,41r-123,0r0,63r117,0r0,41r-117,0r0,69r130,0r0,41r-176,0","w":219},"F":{"d":"28,0r0,-255r165,0r0,41r-119,0r0,67r112,0r0,41r-112,0r0,106r-46,0","w":206,"k":{"A":20,",":46,".":46}},"G":{"d":"62,-129v0,78,82,117,148,81r0,-60r-53,0r0,-41r98,0r0,130v-31,17,-67,25,-106,25v-78,1,-134,-53,-134,-132v0,-80,55,-136,134,-135v43,0,77,11,101,32r-34,34v-52,-54,-154,-15,-154,66","w":280},"H":{"d":"28,0r0,-255r46,0r0,102r119,0r0,-102r45,0r0,255r-45,0r0,-112r-119,0r0,112r-46,0","w":266},"I":{"d":"27,0r0,-255r46,0r0,255r-46,0","w":100},"J":{"d":"75,-35v27,0,32,-20,33,-49r0,-171r45,0r0,184v0,44,-29,77,-76,77v-42,0,-67,-19,-75,-58r42,-10v3,15,14,27,31,27","w":180},"K":{"d":"28,0r0,-255r46,0v2,35,-4,77,2,108r105,-108r62,0r-120,118r128,137r-64,0r-111,-125r-2,0r0,125r-46,0","w":246},"L":{"d":"28,0r0,-255r46,0r0,214r108,0r0,41r-154,0","w":186,"k":{"T":33,"V":33,"W":20,"y":13,"Y":40,"\u2019":79}},"M":{"d":"30,0r0,-255r69,0r68,179r68,-179r69,0r0,255r-43,0r-1,-212r-77,212r-32,0r-78,-212r0,212r-43,0","w":333},"N":{"d":"28,0r0,-255r61,0r124,189r0,-189r45,0r0,255r-57,0r-127,-195r0,195r-46,0","w":286},"O":{"d":"149,6v-78,1,-134,-53,-134,-132v0,-80,55,-135,134,-135v80,0,136,54,136,133v0,79,-58,134,-136,134xm150,-220v-51,0,-88,40,-88,91v0,53,35,94,88,94v53,0,88,-41,88,-94v0,-51,-37,-91,-88,-91","w":299},"P":{"d":"208,-181v0,70,-61,79,-134,76r0,105r-46,0r0,-255v85,-1,180,-11,180,74xm74,-144v41,-1,85,4,87,-36v2,-34,-45,-38,-87,-36r0,72","w":219,"k":{"A":27,",":61,".":61}},"Q":{"d":"149,-261v72,0,135,56,134,128v0,43,-18,76,-54,96r73,0r0,37r-148,0v-80,1,-139,-52,-139,-133v0,-73,62,-128,134,-128xm235,-132v0,-49,-36,-88,-87,-88v-49,0,-86,39,-86,88v0,50,36,91,86,91v50,0,87,-40,87,-91","w":306},"R":{"d":"212,-182v0,40,-22,64,-59,69r68,113r-55,0r-59,-108r-33,0r0,108r-46,0r0,-255v85,1,185,-14,184,73xm165,-182v0,-41,-50,-34,-91,-34r0,69v42,0,91,6,91,-35","w":226,"k":{"T":6,"Y":13}},"S":{"d":"67,-119v-89,-32,-40,-142,46,-142v30,0,55,8,73,26r-33,35v-16,-28,-86,-29,-86,12v16,59,121,25,121,113v0,89,-133,105,-177,47r34,-33v21,47,121,24,89,-28v-15,-16,-44,-22,-67,-30","w":206},"T":{"d":"81,0r0,-214r-78,0r0,-41r201,0r0,41r-78,0r0,214r-45,0","w":206,"k":{"w":40,"y":40,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":36,"r":33,"s":40,"u":33,":":30,";":30}},"U":{"d":"130,-37v90,-2,48,-135,57,-218r46,0r0,161v1,60,-43,100,-103,100v-60,0,-104,-40,-103,-100r0,-161r46,0r0,160v1,32,20,59,57,58","w":259},"V":{"d":"99,0r-100,-255r52,0r70,193r71,-193r49,0r-103,255r-39,0","w":240,"k":{"y":6,"A":20,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":17,";":17,"i":-4}},"W":{"d":"75,0r-75,-255r50,0r48,184r58,-184r44,0r57,184r50,-184r46,0r-74,255r-43,0r-60,-194r-59,194r-42,0","w":353,"k":{"A":9,",":27,".":27,"e":6,"o":6,"-":10,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"0,0r91,-133r-85,-122r57,0r60,94r60,-94r55,0r-84,122r93,133r-58,0r-67,-108r-67,108r-55,0","w":246},"Y":{"d":"91,0r0,-109r-96,-146r57,0r62,102r64,-102r54,0r-96,146r0,109r-45,0","w":226,"k":{"v":20,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":31,":":33,";":33,"i":3,"p":31}},"Z":{"d":"13,0r0,-41r136,-173r-134,0r0,-41r190,0r0,41r-137,173r139,0r0,41r-194,0","w":219},"[":{"d":"93,-264r0,29r-33,0r0,263r33,0r0,28r-69,0r0,-320r69,0","w":100},"\\":{"d":"1,-261r30,-12r112,279r-30,11","w":140},"]":{"d":"7,56r0,-28r33,0r0,-263r-33,0r0,-29r69,0r0,320r-69,0","w":100},"^":{"d":"67,-123r-42,0r80,-132r30,0r80,132r-43,0r-52,-87","w":239},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"28,-255r36,52r-34,0r-51,-52r49,0","w":93},"a":{"d":"24,-149v41,-46,147,-41,147,50r0,99r-39,0v-1,-7,2,-18,-1,-24v-24,46,-120,34,-118,-24v3,-56,60,-60,119,-60v4,-46,-62,-45,-85,-19xm86,-28v30,0,46,-17,44,-49v-41,-1,-74,6,-74,26v0,15,15,23,30,23","w":193},"b":{"d":"211,-86v10,80,-103,123,-145,60r0,26r-42,0r0,-272r44,0r1,121v47,-58,151,-12,142,65xm117,-35v29,0,51,-23,51,-51v0,-28,-21,-52,-51,-52v-30,0,-51,24,-51,52v0,28,22,51,51,51","w":226},"c":{"d":"16,-86v0,-79,105,-122,156,-65r-29,30v-30,-37,-84,-8,-84,35v0,43,58,70,84,35r29,31v-52,51,-156,14,-156,-66","w":173},"d":{"d":"16,-86v0,-78,94,-121,143,-65r0,-121r43,0r0,272r-41,0r0,-26v-12,20,-33,30,-60,30v-52,1,-85,-39,-85,-90xm110,-138v-30,0,-51,24,-51,52v0,28,22,51,51,51v29,0,51,-23,51,-51v0,-28,-21,-52,-51,-52","w":226},"e":{"d":"110,-177v55,0,86,44,81,106r-132,0v3,46,69,54,93,17r31,24v-48,65,-167,30,-167,-56v0,-53,41,-92,94,-91xm148,-104v3,-39,-50,-52,-75,-30v-8,7,-12,17,-14,30r89,0","w":206},"f":{"d":"129,-237v-41,-15,-51,20,-46,64r40,0r0,37r-40,0r0,136r-43,0r0,-136r-36,0r0,-37r36,0v-1,-60,2,-106,64,-103v10,0,20,0,28,2","w":126,"k":{"\u2019":-6,"f":6}},"g":{"d":"16,-86v-10,-80,103,-124,145,-61r0,-26r41,0r0,158v0,64,-31,102,-97,101v-36,0,-64,-9,-86,-28r26,-35v39,45,130,29,113,-46v-44,55,-152,11,-142,-63xm161,-87v0,-30,-20,-51,-51,-51v-30,0,-51,21,-51,51v0,27,23,50,51,50v31,0,51,-21,51,-50","w":226},"h":{"d":"107,-138v-59,-3,-34,84,-39,138r-44,0r0,-272r44,0r0,123v7,-15,27,-28,51,-28v83,0,60,100,63,177r-43,0v-6,-51,20,-135,-32,-138","w":206},"i":{"d":"25,0r0,-173r43,0r0,173r-43,0xm46,-206v-15,0,-27,-11,-27,-25v0,-14,11,-26,27,-26v16,0,29,12,29,26v0,14,-13,25,-29,25","w":93},"j":{"d":"-10,46v25,8,35,-7,35,-35r0,-184r43,0r0,183v5,56,-26,87,-81,73xm46,-206v-15,0,-27,-11,-27,-25v0,-14,11,-26,27,-26v16,0,29,12,29,26v0,14,-13,25,-29,25","w":93},"k":{"d":"24,0r0,-272r44,0r0,171r66,-72r56,0r-74,79r78,94r-57,0r-69,-88r0,88r-44,0","w":193},"l":{"d":"25,0r0,-272r43,0r0,272r-43,0","w":93},"m":{"d":"105,-138v-58,0,-34,84,-39,138r-43,0r0,-173r41,0r0,27v16,-42,93,-41,107,1v12,-21,31,-32,57,-32v82,-3,60,100,63,177r-44,0v-5,-49,19,-138,-32,-138v-55,0,-32,84,-37,138r-43,0r0,-103v0,-24,-10,-35,-30,-35","w":313},"n":{"d":"107,-138v-59,-3,-34,84,-39,138r-44,0r0,-173r42,0r0,28v10,-21,28,-32,53,-32v83,0,60,100,63,177r-43,0v-6,-51,20,-135,-32,-138","w":206},"o":{"d":"110,4v-52,0,-94,-38,-94,-90v0,-53,41,-91,94,-91v53,0,94,38,94,91v0,52,-42,90,-94,90xm110,-138v-30,0,-51,24,-51,52v0,28,22,51,51,51v29,0,51,-23,51,-51v0,-28,-21,-52,-51,-52","w":219},"p":{"d":"211,-86v0,78,-95,120,-143,64r0,104r-44,0r0,-255r42,0r0,26v12,-20,33,-30,60,-30v52,-1,85,40,85,91xm117,-35v29,0,51,-23,51,-51v0,-28,-21,-52,-51,-52v-30,0,-51,24,-51,52v0,28,22,51,51,51","w":226},"q":{"d":"16,-86v-10,-80,103,-124,145,-61r0,-26r41,0r0,255r-43,0r-1,-104v-46,57,-151,13,-142,-64xm110,-138v-30,0,-51,24,-51,52v0,28,22,51,51,51v29,0,51,-23,51,-51v0,-28,-21,-52,-51,-52","w":226},"r":{"d":"135,-133v-36,-10,-67,6,-67,40r0,93r-44,0r0,-173r44,0r0,28v10,-22,35,-38,67,-30r0,42","w":140,"k":{",":33,".":33,"c":6,"d":6,"e":6,"g":6,"m":-6,"n":-6,"o":6,"q":6,"-":20}},"s":{"d":"47,-77v-66,-25,-23,-100,37,-100v28,0,48,8,61,26r-28,26v-8,-12,-20,-18,-34,-18v-19,0,-37,24,-16,32v33,13,84,12,84,60v0,65,-110,70,-142,29r29,-27v13,14,27,21,41,21v22,0,41,-23,19,-35v-14,-7,-35,-8,-51,-14","w":159},"t":{"d":"96,4v-75,0,-52,-76,-56,-140r-36,0r0,-37r36,0r0,-50r43,0r0,50r48,0r0,37r-48,0v2,46,-16,128,48,98r0,37v-8,4,-20,5,-35,5","w":140},"u":{"d":"99,-35v59,3,35,-84,40,-138r43,0r0,173r-41,0v-1,-9,2,-21,-1,-28v-10,21,-28,32,-53,32v-82,3,-60,-100,-63,-177r44,0v6,51,-20,136,31,138","w":206},"v":{"d":"72,0r-71,-173r47,0r47,121r46,-121r45,0r-68,173r-46,0","w":186,"k":{",":33,".":33}},"w":{"d":"61,0r-60,-173r47,0r38,121r35,-121r47,0r38,121r36,-121r43,0r-58,173r-43,0r-42,-118r-36,118r-45,0","w":286,"k":{",":27,".":27}},"x":{"d":"0,0r69,-93r-60,-80r53,0r34,52r38,-52r49,0r-59,80r70,93r-53,0r-45,-62r-45,62r-51,0","w":193},"y":{"d":"75,1r-74,-174r48,0r49,120r43,-120r45,0r-82,210v-11,42,-48,57,-99,45r5,-39v39,17,58,-11,65,-42","w":186,"k":{",":33,".":33}},"z":{"d":"12,0r0,-40r93,-98r-88,0r0,-35r140,0r0,39r-94,99r98,0r0,35r-149,0","w":173},"{":{"d":"34,-60v2,-19,-20,-27,-34,-28r0,-32v15,1,34,-8,34,-25r0,-71v1,-38,35,-54,79,-48r0,31v-24,-1,-43,-1,-42,25v2,47,7,102,-36,105v48,0,36,59,36,104v0,26,18,26,42,25r0,30v-44,5,-79,-9,-79,-47r0,-69","w":100},"|":{"d":"22,-270r36,0r0,360r-36,0r0,-360","w":79},"}":{"d":"66,-147v-2,18,19,27,34,27r0,32v-14,0,-34,8,-34,25r0,72v-1,38,-35,52,-79,47r0,-30v24,1,43,1,43,-25v0,-46,-9,-103,35,-105v-47,0,-35,-59,-35,-104v0,-26,-19,-26,-43,-25r0,-31v44,-5,78,9,79,48r0,69","w":100},"~":{"d":"36,-108v26,-56,78,-19,122,-6v18,-4,22,-10,32,-25r13,31v-11,16,-22,31,-45,31v-35,0,-88,-54,-109,0","w":239},"\u00d7":{"d":"54,-201r66,66r65,-65r26,25r-66,65r67,67r-27,27r-65,-65r-66,65r-26,-26r66,-66r-66,-67","w":239},"\u2013":{"d":"180,-106r0,35r-180,0r0,-35r180,0","w":180},"\u2014":{"d":"360,-106r0,35r-360,0r0,-35r360,0","w":360},"\u2018":{"d":"88,-255r-25,95r-44,0r30,-95r39,0","w":106,"k":{"\u2018":32}},"\u2019":{"d":"19,-160r25,-95r44,0r-31,95r-38,0","w":106,"k":{"\u2019":32,"s":27,"t":6}},"\u201c":{"d":"90,-255r-25,95r-44,0r30,-95r39,0xm166,-255r-25,95r-44,0r30,-95r39,0","w":186},"\u201d":{"d":"97,-160r25,-95r44,0r-31,95r-38,0xm21,-160r25,-95r44,0r-31,95r-38,0","w":186},"\u2026":{"d":"60,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28xm180,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28xm300,2v-15,0,-29,-12,-29,-27v0,-15,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28","w":360},"\u2122":{"d":"58,-107r0,-115r-44,0r0,-33r125,0r0,33r-44,0r0,115r-37,0xm173,-107r0,-148r51,0r35,97r35,-97r52,0r0,148r-37,0r-1,-96r-36,96r-25,0r-37,-96r0,96r-37,0","w":360},"\u00a0":{"w":106}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 1996 Emigre Graphics, Designed by Zuzana Licko
 */
Cufon.registerFont({"w":128,"face":{"font-family":"MrsEaves","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-94.7835 -255 345 96.2208","underline-thickness":"9","underline-position":"-30.96","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":63},"\u00d7":{"w":0},"!":{"d":"45,-32v15,0,19,23,7,30v-11,11,-31,2,-28,-12v2,-9,11,-18,21,-18xm43,-58v8,-51,13,-108,15,-146v2,-13,21,-25,32,-13v8,28,-10,46,-17,83v-4,21,-12,46,-18,76r-12,0","w":108},"\"":{"d":"48,-141v6,-32,-18,-78,17,-81v36,10,-11,53,-11,81r-6,0xm108,-141v6,-32,-18,-78,17,-81v36,10,-11,53,-11,81r-6,0","w":130},"#":{"d":"119,-113r28,0r-6,19r-28,0r-15,44r-15,0r15,-44r-38,0r-15,44r-14,0r15,-44r-28,0r6,-19r28,0r14,-40r-27,0r6,-19r28,0r15,-44r15,0r-16,44r38,0r16,-44r14,0r-15,44r28,0r-7,19r-28,0xm67,-113r38,0r14,-40r-38,0","w":156},"$":{"d":"29,-51v14,9,20,29,43,31r15,-84v-21,-13,-48,-24,-43,-57v3,-26,32,-49,61,-49r7,-36r13,0r-7,36v23,-1,61,28,32,39v-13,-5,-16,-24,-34,-24r-13,73v22,12,52,24,49,58v-4,32,-36,58,-70,58r-6,36r-13,0r7,-36v-23,-1,-52,-15,-51,-35v0,-4,5,-11,10,-10xm85,-19v29,0,59,-33,38,-59v-6,-7,-13,-14,-24,-20xm103,-195v-23,1,-46,24,-34,48v4,5,11,11,22,18","w":179},"%":{"d":"208,-98v47,-2,60,66,23,88v-32,33,-96,9,-86,-36v5,-26,33,-52,63,-52xm242,-216r-178,222r-11,-6r177,-222xm105,-222v49,0,58,67,22,88v-32,32,-96,9,-85,-36v6,-26,32,-52,63,-52xm170,-16v17,28,63,0,61,-30v11,-37,-30,-54,-51,-30v-12,12,-21,42,-10,60xm67,-141v17,29,61,0,61,-29v11,-38,-30,-55,-51,-30v-11,13,-20,41,-10,59","w":274},"&":{"d":"118,-27v-21,-33,-35,-58,-42,-75v-23,21,-40,49,-24,81v16,20,50,16,66,-6xm136,-37v14,24,31,42,54,16r5,6v-23,29,-50,28,-72,-3v-33,44,-115,24,-100,-39v7,-28,25,-42,47,-58v-22,-57,4,-104,53,-107v45,-2,51,59,17,77v-12,-17,25,-62,-18,-62v-38,0,-44,49,-30,85v7,18,19,44,38,76v6,-5,23,-72,50,-65v23,-4,37,32,14,36v-14,2,-5,-24,-19,-24v-22,5,-26,44,-39,62","w":204},"'":{"d":"48,-141v6,-32,-18,-78,17,-81v36,10,-11,53,-11,81r-6,0","w":70},"(":{"d":"79,-153v-31,61,-12,149,25,185r-9,8v-102,-102,-57,-218,51,-292r7,7v-26,26,-55,55,-74,92"},")":{"d":"86,-131v2,-53,-20,-84,-42,-114r10,-7v102,101,57,219,-51,292r-8,-8v43,-40,88,-84,91,-163"},"*":{"d":"93,-150v-4,24,14,60,-13,63v-29,-8,10,-46,8,-63v-20,4,-40,51,-61,29v-5,-29,43,-22,60,-34v-13,-13,-63,-4,-48,-33v21,-25,35,24,51,29v5,-22,-15,-62,13,-63v29,7,-10,47,-8,63v20,-4,42,-52,61,-29v4,29,-44,19,-60,33v11,11,49,6,51,23v1,12,-12,21,-23,16v-5,-4,-21,-31,-31,-34","w":146},"+":{"d":"97,-91r57,0r-3,16r-56,0r-10,57r-16,0r9,-57r-56,0r3,-16r56,0r10,-56r16,0","w":164},",":{"d":"5,41v12,-12,28,-28,25,-38v-17,0,-18,-21,-7,-30v14,-11,32,0,28,18v-5,22,-23,44,-43,54","w":90},"-":{"d":"138,-69r-105,0r3,-16r105,0","w":164},".":{"d":"36,-32v15,0,19,23,7,30v-11,11,-31,2,-28,-12v2,-9,11,-18,21,-18","w":90},"\/":{"d":"149,-216r-141,222r-12,-6r142,-222","w":125},"0":{"d":"114,-162v71,-1,71,106,27,143v-32,27,-80,36,-103,0v-38,-58,15,-142,76,-143xm55,-27v30,47,95,-2,93,-51v8,-39,-2,-71,-36,-71v-50,0,-73,73,-57,122","w":190},"1":{"d":"95,0r-80,0r1,-8v48,4,32,-61,46,-97v5,-33,3,-39,-28,-39r2,-7r59,-12v-6,46,-24,102,-21,148v3,5,10,7,22,7","w":127},"2":{"d":"120,-137v-29,-27,-82,8,-61,44r-12,11v-39,-32,9,-80,52,-80v44,0,69,41,41,74v-24,28,-56,43,-84,67r84,0r-18,49r-7,0v11,-47,-60,-21,-98,-28r1,-9v34,-30,95,-56,109,-100v4,-12,0,-22,-7,-28","w":171},"3":{"d":"121,-137v-28,-27,-82,7,-62,44r-12,11v-39,-32,9,-84,52,-80v47,-6,71,48,37,78v-13,12,-25,24,-40,33v49,6,50,72,14,101v-34,27,-103,18,-101,-23v1,-9,13,-13,16,-3v2,29,45,38,68,18v21,-18,30,-79,-9,-83v-8,3,-15,24,-26,14v-2,-20,27,-28,38,-41v25,-19,41,-42,25,-69","w":169},"4":{"d":"86,-28r18,-99r-75,99r57,0xm109,-28v34,2,43,-8,49,-35r6,0r-11,48r-46,0v-1,24,-26,72,13,69r-1,7r-75,0r1,-7v37,2,30,-38,39,-69r-76,0r2,-7r117,-155r8,0","w":182},"5":{"d":"57,-156v42,-2,92,11,99,-27r6,0r-17,49r-82,0r-17,67v19,-20,65,-21,81,6v37,66,-46,165,-110,114v-12,-10,-20,-31,-2,-35v15,9,11,39,40,36v52,7,83,-122,25,-122v-21,0,-38,16,-43,36r-12,0","w":165},"6":{"d":"127,-99v-12,-29,-67,-13,-72,11v-7,35,-6,80,26,80v39,0,61,-53,46,-91xm170,-195v-15,27,-22,-22,-44,-17v-30,0,-52,35,-67,104v35,-47,112,-6,97,46v-2,51,-98,102,-122,38v-24,-64,12,-145,49,-180v21,-21,51,-25,76,-10v9,6,12,13,11,19","w":175},"7":{"d":"156,-159r-2,10r-106,199v-5,13,-19,25,-26,10v-1,-3,0,-8,4,-15r110,-181v-44,1,-93,-11,-99,34r-7,0r29,-86r7,0v-14,48,53,22,90,29","w":155},"8":{"d":"105,-129v21,-11,46,-39,32,-69v-29,-30,-77,15,-54,49v5,7,12,14,22,20xm91,-112v-29,14,-58,50,-40,91v33,37,104,-13,74,-59v-9,-13,-20,-22,-34,-32xm113,-123v24,16,46,30,41,67v-6,48,-83,87,-119,44v-35,-41,7,-96,47,-106v-57,-36,-15,-104,36,-104v28,0,52,20,45,50v-3,18,-20,35,-50,49","w":175},"9":{"d":"15,40v14,-28,22,15,45,15v30,0,52,-34,67,-103v-36,47,-113,6,-97,-47v3,-51,99,-100,122,-37v24,65,-11,145,-49,180v-22,20,-52,25,-77,10v-9,-6,-12,-12,-11,-18xm59,-57v12,30,67,12,72,-11v8,-35,6,-80,-26,-80v-39,0,-61,53,-46,91","w":175},":":{"d":"39,-32v15,0,18,21,7,30v-12,9,-30,3,-27,-12v2,-10,10,-18,20,-18xm51,-100v16,-1,18,21,7,29v-11,8,-31,5,-27,-12v2,-9,10,-17,20,-17","w":90},";":{"d":"51,-100v16,-1,18,21,7,29v-11,8,-31,5,-27,-12v2,-9,10,-17,20,-17xm35,3v-18,3,-20,-21,-9,-30v14,-11,32,0,28,18v-5,20,-23,45,-42,54r-4,-4v14,-12,23,-25,27,-38","w":90},"<":{"d":"149,-24r-6,6r-105,-78r132,-79r5,7r-97,72","w":180},"=":{"d":"143,-96r-105,0r3,-16r105,0xm135,-51r-105,0r3,-16r105,0","w":164},">":{"d":"158,-96r-132,78r-5,-6r97,-72r-71,-72r6,-7","w":180},"?":{"d":"63,-153v-24,-35,16,-69,56,-69v42,0,65,43,38,74v-20,24,-65,25,-76,57v-1,23,26,21,42,10v-2,24,-37,23,-50,11v-28,-57,64,-58,74,-105v4,-19,-13,-32,-33,-32v-22,1,-47,21,-36,46xm82,-32v16,0,18,23,7,30v-10,10,-30,3,-27,-12v2,-10,10,-18,20,-18","w":177},"@":{"d":"99,-70v9,33,47,4,53,-19r17,-63v-41,-31,-83,35,-70,82xm147,-60v-14,18,-58,30,-68,0v-19,-58,33,-131,94,-107r20,0r-24,90v-4,14,0,22,10,22v45,0,76,-98,34,-134v-91,-76,-233,65,-155,161v32,40,99,33,145,4r3,6v-77,62,-200,18,-192,-81v5,-66,68,-126,138,-126v85,0,119,99,65,156v-23,24,-57,41,-70,9","w":254},"A":{"d":"54,-75v-7,18,-26,41,-24,61v2,4,10,6,21,6r-1,8r-67,0r2,-8v28,0,26,-9,37,-31r92,-183r7,0v12,68,16,148,35,209v3,4,8,5,18,5r-1,8r-77,0r2,-8v41,4,22,-40,20,-67r-64,0xm116,-88r-12,-85r-43,85r55,0","w":173},"B":{"d":"62,-55v-19,52,33,47,55,28v24,-20,27,-81,-14,-81r-31,0xm88,-203r-14,81v46,9,79,-29,60,-69v-7,-15,-26,-12,-46,-12xm133,-117v58,27,13,129,-44,117r-86,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8v56,1,133,-15,124,54v-3,18,-14,33,-32,45","w":173},"C":{"d":"70,-24v39,44,90,-15,99,-59r7,0r-14,79r-7,0v0,-11,-2,-18,-4,-20v-33,39,-85,42,-108,-3v-39,-77,15,-191,93,-195v19,0,34,10,45,30v5,1,4,-21,18,-20r-14,79r-8,0v2,-41,-9,-73,-43,-75v-65,10,-95,119,-64,184","w":194},"D":{"d":"3,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8v55,1,120,-9,137,30v33,77,-11,190,-100,186r-75,0xm88,-203v-8,58,-27,123,-28,182v2,5,9,8,20,8v42,0,69,-32,80,-95v12,-75,-8,-101,-72,-95","w":200},"E":{"d":"74,-121v36,1,47,-2,51,-35r5,0r-14,83r-6,0v10,-37,-7,-35,-39,-35v-3,24,-14,65,-10,87v6,13,55,11,66,2v5,-4,12,-17,15,-29r6,0r-11,48r-134,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8r125,0r-6,48v-6,2,-7,-3,-6,-8v6,-39,-36,-24,-66,-27","w":161},"F":{"d":"159,-168v9,-45,-35,-34,-71,-35r-14,82v36,1,47,-2,51,-35r5,0r-14,83r-6,0v10,-37,-7,-35,-39,-35v-3,26,-15,68,-11,93v2,5,9,7,20,7r-2,8r-75,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8r130,0r-6,48r-6,0","w":148},"G":{"d":"169,-13v-17,1,-51,20,-74,19v-86,-5,-73,-148,-24,-195v35,-34,84,-50,110,-3v5,1,4,-21,18,-20r-14,79r-8,0v2,-41,-9,-73,-43,-75v-57,10,-76,78,-76,146v0,43,46,71,79,41v14,-12,37,-61,-3,-61r1,-7r74,0r-2,7v-37,-3,-28,38,-38,69","w":203},"H":{"d":"71,-108v-3,26,-15,68,-11,93v2,5,9,7,20,7r-2,8r-75,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8r76,0r-1,8v-43,-3,-30,53,-42,87r91,0v3,-21,13,-61,9,-80v-2,-5,-9,-7,-20,-7r2,-8r75,0r-1,8v-29,1,-29,11,-34,41v-8,48,-22,103,-22,152v2,5,9,7,20,7r-1,8r-76,0r1,-8v46,2,31,-65,45,-100r-92,0","w":214},"I":{"d":"78,0r-75,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8r76,0r-1,8v-29,1,-29,11,-34,41v-8,48,-24,101,-22,152v2,5,9,7,20,7","w":99},"J":{"d":"-27,44v17,0,5,29,25,25v22,-3,23,-22,28,-50v12,-72,32,-144,34,-220v-2,-5,-9,-7,-20,-7r1,-8r76,0r-1,8v-29,1,-29,11,-34,41r-33,186v-3,42,-43,78,-80,52v-12,-9,-10,-27,4,-27","w":99},"K":{"d":"193,-181v-11,2,-7,-20,-17,-18v-35,7,-58,52,-84,80v55,-11,49,54,58,96v4,20,12,17,23,7v-4,33,-48,23,-48,-5v0,-29,-3,-64,-16,-83v-29,-18,-45,24,-48,54v-3,31,-9,41,19,42r-2,8r-75,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8r76,0r-1,8v-46,-3,-31,64,-44,100v34,-38,59,-99,111,-107v20,-3,30,30,10,34","w":189},"L":{"d":"3,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8r76,0r-1,8v-29,1,-29,11,-34,41v-8,46,-23,98,-21,146v8,13,61,11,75,2v5,-4,12,-17,15,-29r6,0r-11,48r-143,0","w":158},"M":{"d":"229,0r-75,0r1,-8v25,0,31,-16,33,-42r14,-123r-90,179r-4,0r-27,-185r-31,129v-7,26,-6,41,18,42r-1,8r-66,0r2,-8v27,-1,27,-16,33,-42v11,-47,33,-99,32,-149v-3,-6,-10,-9,-21,-9r1,-8r51,0r26,171r85,-171r48,0r-1,8v-26,1,-31,14,-34,41r-11,117v-3,25,-6,42,18,42","w":248},"N":{"d":"6,-26v12,0,4,19,17,18v10,0,19,-18,24,-54v6,-42,23,-95,20,-139v-2,-5,-10,-7,-21,-7r2,-8r43,0r70,166v10,-49,17,-124,36,-158v11,-20,50,-18,47,7v-1,7,-5,11,-11,11v-10,2,-6,-20,-16,-18v-17,4,-19,31,-24,54r-29,160r-6,0r-78,-182v-11,52,-17,129,-37,168v-11,20,-50,18,-48,-7v1,-7,5,-11,11,-11","w":220},"O":{"d":"143,-222v93,0,83,148,29,195v-41,37,-99,48,-127,0v-45,-78,17,-195,98,-195xm188,-142v0,-34,-12,-66,-48,-66v-58,0,-82,69,-82,134v0,36,13,66,47,66v60,0,83,-70,83,-134","w":226},"P":{"d":"41,-216v59,-1,132,-10,121,61v-7,39,-41,66,-93,60v-3,21,-13,61,-9,80v2,5,9,7,20,7r-2,8r-75,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7xm71,-108v49,7,80,-39,60,-81v-7,-14,-23,-15,-43,-14","w":153},"Q":{"d":"25,54v-8,-27,36,-43,59,-51v-72,-19,-60,-146,-11,-192v41,-38,100,-48,128,1v45,77,-18,184,-90,194v-18,2,-37,9,-53,20v65,-21,82,39,134,39v28,0,50,-12,66,-37r6,2v-13,26,-43,57,-82,56v-47,-1,-63,-47,-104,-53v-28,-4,-32,30,-53,21xm188,-142v0,-36,-12,-66,-48,-66v-58,0,-82,69,-82,134v0,36,13,66,47,66v60,0,83,-70,83,-134","w":226},"R":{"d":"71,-108v49,7,80,-39,60,-81v-7,-14,-23,-15,-43,-14xm158,-8v-12,16,-51,20,-51,-13v0,-34,2,-85,-38,-74v-3,21,-13,61,-9,80v2,5,9,7,20,7r-2,8r-75,0r1,-8v30,-1,29,-12,34,-42v8,-47,24,-101,22,-151v-2,-5,-9,-7,-20,-7r1,-8v59,-1,132,-10,121,61v-4,27,-28,53,-53,59v19,11,21,46,26,73v3,21,12,17,23,7r0,8","w":169},"S":{"d":"28,-13v-10,5,-7,20,-20,19r14,-79r8,0v-17,63,74,92,84,27v9,-58,-83,-55,-71,-122v7,-39,58,-75,90,-39v8,-5,5,-18,18,-17r-14,79r-7,0v16,-71,-55,-81,-67,-31v-12,48,90,61,72,119v-1,50,-72,85,-107,44","w":150},"T":{"d":"35,-216v55,-7,142,20,156,-27r8,0r-14,41r-65,0v-8,60,-28,126,-29,187v2,5,9,7,20,7r-1,8r-76,0r1,-8v30,-1,29,-12,34,-42r27,-152v-36,-1,-60,-2,-67,27r-8,0","w":163},"U":{"d":"226,-208v-29,1,-29,11,-34,41v-14,74,-18,173,-97,173v-41,0,-60,-36,-51,-86v7,-36,19,-84,16,-121v-2,-5,-9,-7,-20,-7r1,-8r76,0r-1,8v-29,1,-29,11,-34,41v-7,42,-29,101,-11,140v36,43,91,-7,91,-51v0,-38,18,-86,17,-123v-2,-5,-9,-7,-20,-7r1,-8r67,0","w":209},"V":{"d":"210,-208v-28,0,-27,9,-38,31r-92,183r-7,0r-27,-183v-5,-23,-2,-31,-26,-31r1,-8r77,0r-2,8v-21,0,-29,6,-26,27r21,138r68,-138v10,-20,8,-27,-16,-27r2,-8r66,0","w":173},"W":{"d":"96,-208v-21,0,-28,6,-26,27r13,131r74,-166r6,0r17,166r59,-131v9,-20,7,-27,-16,-27r1,-8r67,0r-2,8v-27,0,-28,9,-38,31r-83,183r-6,0r-17,-165r-74,165r-7,0r-18,-183v-3,-24,-2,-31,-26,-31r1,-8r77,0","w":241},"X":{"d":"91,-94v-16,26,-44,47,-53,78v1,6,7,8,17,8r-1,8r-66,0r2,-8v23,-1,32,-16,44,-31r52,-68v-12,-30,-18,-71,-36,-94v-4,-6,-11,-7,-20,-7r1,-8r76,0r-1,8v-45,1,-5,54,-2,77r39,-50v14,-18,11,-27,-9,-27r1,-8r66,0r-2,8v-24,1,-31,14,-44,31r-46,60v13,33,20,77,39,102v4,6,11,7,20,7r-1,8r-77,0r1,-8v20,0,27,-7,20,-27","w":173},"Y":{"d":"183,-188v-13,2,-6,-17,-18,-17v-39,21,-78,127,-74,190v2,5,9,7,20,7r-1,8r-77,0r2,-8v35,3,30,-29,37,-60v11,-51,12,-94,-4,-126v-8,-16,-23,-18,-36,-5v-1,-17,17,-20,27,-21v40,7,39,48,39,107v20,-49,31,-96,75,-106v18,-4,31,28,10,31","w":168},"Z":{"d":"140,-189v19,2,23,-24,34,-30v5,0,7,3,6,10v-28,50,-107,115,-133,168v56,-11,65,38,89,66v24,17,41,5,67,-16r5,4v-21,30,-42,45,-63,45v-50,0,-41,-76,-83,-87v-28,-1,-34,24,-49,35v-6,0,-11,-7,-8,-14v9,-35,116,-148,144,-172v-42,22,-78,-47,-111,3r-3,-2v9,-17,21,-39,42,-40v27,-1,39,28,63,30","w":155},"[":{"d":"100,32r-73,0r49,-276r73,0r-2,11r-49,0r-45,253r49,0"},"\\":{"d":"129,0r-15,6r-98,-222r14,-6","w":125},"]":{"d":"72,32r-73,0r2,-12r50,0r45,-253r-50,0r2,-11r73,0"},"^":{"d":"117,-222r55,100r-7,6r-54,-66r-78,66r-6,-6","w":174},"_":{"d":"118,16r-130,0r3,-16r129,0"},"`":{"d":"41,-195v-11,-6,-6,-20,5,-21v20,4,29,28,43,40v-14,2,-32,-15,-48,-19","w":145},"a":{"d":"38,-23v10,32,48,7,52,-19r11,-63v-43,-32,-78,35,-63,82xm85,-12v-14,20,-54,27,-66,-1v-25,-55,23,-134,85,-107r19,0r-16,97v-4,21,8,16,18,7v-1,25,-39,30,-40,4","w":136},"b":{"d":"43,-16v26,27,50,-16,56,-44v8,-38,-17,-69,-41,-42v-15,17,-23,60,-15,86xm52,-110v36,-40,86,3,70,50v0,47,-79,98,-102,39v-4,-60,26,-119,23,-177v-2,-5,-7,-8,-16,-8r1,-7r43,-9","w":132},"c":{"d":"90,-90v-15,0,-4,-26,-19,-24v-28,4,-48,61,-34,93v10,22,38,14,54,-4r4,7v-31,45,-95,21,-82,-39v8,-38,45,-88,83,-61v11,8,7,28,-6,28","w":105},"d":{"d":"38,-23v10,32,48,7,52,-19r11,-63v-43,-32,-78,35,-63,82xm85,-12v-14,20,-54,27,-66,-1v-25,-55,23,-134,85,-107v-1,-26,29,-84,-7,-86r1,-7r43,-9r-34,199v-4,21,8,16,18,7v-1,25,-39,30,-40,4","w":136},"e":{"d":"82,-107v-25,-17,-45,24,-48,53v27,-7,56,-24,48,-53xm98,-18v-16,21,-63,38,-78,5v-22,-46,11,-113,56,-113v35,0,32,45,6,61v-13,8,-28,17,-49,21v-2,40,39,46,61,19","w":112},"f":{"d":"-30,60v15,0,3,29,20,26v18,-4,19,-22,23,-47r26,-146r-24,0r3,-13r23,0v4,-52,34,-127,88,-93v11,7,10,26,-4,27v-16,0,-4,-29,-23,-26v-31,5,-34,57,-40,92r28,0r-2,13r-29,0r-26,146v-7,47,-36,70,-69,49v-10,-9,-8,-27,6,-28","w":80},"g":{"d":"35,-50v17,25,39,-4,41,-27v10,-30,-15,-50,-31,-27v-8,10,-14,37,-10,54xm23,-1v33,11,81,9,75,51v-6,41,-77,60,-111,35v-24,-18,-10,-43,16,-54r6,4v-32,20,-12,49,22,49v28,0,65,-27,39,-47v-19,-15,-82,-5,-75,-42v3,-14,18,-26,33,-30v-40,-32,14,-121,58,-81v13,-13,40,-15,40,6v0,11,-20,16,-20,4v0,-8,-8,-9,-15,-5v19,35,-9,83,-44,83v-16,0,-47,20,-24,27","w":112},"h":{"d":"12,0v9,-65,28,-131,31,-198v-2,-5,-7,-8,-16,-8r1,-7r43,-9r-21,126v20,-47,83,-36,67,24r-9,49v-4,22,9,16,19,7v-1,21,-28,28,-37,14v-11,-29,13,-65,7,-97v-8,-17,-26,-10,-38,5v-17,22,-20,62,-27,94r-20,0","w":138},"i":{"d":"35,-97v3,-23,-12,-14,-18,-7v1,-21,27,-27,37,-14v7,31,-8,64,-12,95v-3,22,9,16,18,7v-1,21,-27,28,-36,14v-7,-31,7,-64,11,-95xm62,-190v6,0,10,7,10,13v0,10,-15,16,-23,9v-8,-9,3,-22,13,-22","w":74},"j":{"d":"-38,60v15,1,4,30,23,26v20,-4,22,-23,27,-51r23,-132v5,-23,-12,-14,-18,-7v1,-21,27,-27,37,-14v3,5,3,11,2,18v-15,59,-14,138,-43,181v-16,24,-64,17,-62,-12v1,-6,5,-9,11,-9xm62,-190v6,0,10,7,10,13v0,10,-15,16,-23,9v-8,-9,3,-22,13,-22","w":70},"k":{"d":"113,-93v-13,1,-5,-19,-18,-17v-19,3,-25,16,-40,32v45,-13,24,50,45,70v4,0,9,-3,14,-8v1,16,-17,20,-24,21v-24,2,-21,-36,-21,-60v0,-20,-15,-18,-25,-8r-12,63r-20,0v9,-65,28,-131,31,-198v-2,-5,-7,-8,-16,-8r1,-7r43,-9r-25,145v22,-27,39,-61,74,-41v7,9,4,25,-7,25","w":126},"l":{"d":"18,-2v-5,-63,27,-132,25,-196v-2,-5,-7,-8,-16,-8r1,-7r43,-9r-34,199v-4,21,8,16,18,7v-1,21,-28,28,-37,14","w":72},"m":{"d":"55,-96v9,-29,68,-50,66,3v7,-17,22,-32,42,-33v39,-3,20,72,14,103v-5,21,9,16,18,7v-1,21,-27,28,-36,14v-9,-29,13,-68,8,-98v-8,-15,-25,-10,-36,5v-16,21,-19,63,-26,95r-19,0v3,-31,16,-69,13,-100v-8,-15,-24,-9,-35,5v-17,21,-19,63,-26,95r-20,0r17,-97v5,-23,-12,-14,-18,-7v1,-21,27,-27,37,-14v4,6,3,15,1,22","w":207},"n":{"d":"55,-96v9,-23,53,-46,66,-15v11,25,-4,62,-7,88v-3,21,8,16,18,7v-1,21,-28,29,-36,14v-11,-20,2,-47,6,-69v8,-43,-19,-47,-38,-23v-17,22,-19,62,-26,94r-20,0r17,-97v5,-23,-12,-14,-18,-7v1,-21,27,-27,37,-14v4,6,3,15,1,22","w":144},"o":{"d":"80,-126v55,0,53,88,18,113v-22,24,-59,28,-76,0v-28,-46,10,-113,58,-113xm59,-5v34,0,50,-58,40,-95v-6,-22,-35,-18,-47,0v-13,20,-33,95,7,95","w":136},"p":{"d":"50,-18v24,28,53,-13,55,-42v11,-40,-18,-70,-48,-45v-2,28,-19,62,-7,87xm1,-52v23,-28,43,-77,49,-125r19,0r-9,57v41,-22,75,16,68,60v-6,41,-55,92,-88,50v1,28,-37,95,13,92r-2,8r-77,0r2,-8v31,-1,30,-10,35,-41r23,-130v-8,16,-17,29,-27,41","w":138},"q":{"d":"38,-23v10,32,48,7,52,-19r11,-63v-43,-32,-78,35,-63,82xm123,-120v-9,64,-28,130,-29,195v3,5,10,7,22,7r-1,8r-77,0r1,-8v47,4,32,-57,45,-92v-36,40,-81,-1,-70,-50v9,-38,47,-82,90,-60r19,0","w":132},"r":{"d":"35,-97v5,-23,-12,-14,-18,-7v-1,-16,16,-20,23,-21v16,-2,16,17,13,34v6,-17,18,-33,36,-35v13,-1,21,10,18,23v0,9,-14,17,-22,9v-5,-3,2,-17,-5,-16v-29,11,-36,69,-43,110r-19,0","w":102},"s":{"d":"77,-98v-13,0,-4,-21,-21,-18v-34,5,-10,43,6,52v37,34,-16,91,-54,62v-10,-8,-10,-25,4,-25v12,4,6,23,25,22v21,-2,26,-34,9,-43v-32,-18,-34,-78,14,-78v15,0,26,9,25,21v-1,5,-3,7,-8,7","w":87},"t":{"d":"71,-24v3,18,-18,27,-31,30v-40,-5,-8,-80,-7,-113r-23,0r3,-13r23,0r10,-57r20,0r-10,57r29,0r-3,13r-28,0r-13,72v-6,37,15,32,30,11","w":82},"u":{"d":"35,-97v4,-23,-12,-14,-18,-7v1,-21,27,-27,37,-14v7,22,-3,46,-7,68v-8,43,18,49,38,24v17,-21,20,-61,26,-94r20,0r-17,97v-4,21,8,16,18,7v1,16,-17,20,-23,21v-13,1,-18,-13,-16,-26v-9,21,-53,42,-65,12v-11,-25,2,-62,7,-88","w":144},"v":{"d":"11,-104v5,-31,32,-15,55,-22v-4,26,-33,78,-21,110v23,27,51,-18,55,-44v5,-32,-4,-39,-9,-59v2,-9,15,-10,18,-1v18,46,-7,126,-54,126v-64,0,-17,-86,-7,-111v-12,-5,-26,-13,-37,1","w":123},"w":{"d":"98,-42v9,-14,21,-56,12,-69v-12,11,-15,48,-12,69xm11,-104v5,-31,32,-15,55,-22v-4,25,-35,81,-21,110v8,17,28,9,39,-6v-11,-32,-2,-97,27,-104v14,1,14,23,11,42v-4,20,-11,38,-22,54v9,26,30,30,46,9v12,-15,24,-68,8,-87v-11,-13,8,-26,15,-12v26,57,-29,171,-81,106v-24,34,-76,22,-66,-25v0,-11,26,-57,26,-66v-13,-5,-26,-13,-37,1","w":182},"x":{"d":"10,6v-16,3,-19,-22,-8,-27v11,-1,-1,16,11,16v7,4,26,-32,33,-48v-6,-21,-6,-79,-33,-52v0,-22,27,-27,37,-15v6,7,8,26,12,37v14,-29,27,-43,39,-43v16,0,19,22,8,26v-12,2,2,-16,-11,-16v-7,-4,-26,34,-34,49v6,21,9,80,34,52v0,21,-26,27,-37,16v-6,-6,-9,-25,-11,-38v-12,19,-19,40,-40,43","w":107},"y":{"d":"25,-125v37,7,36,68,29,122v28,-39,45,-81,21,-119v0,-9,15,-9,18,-2v29,77,-47,158,-96,195v-23,18,-46,25,-65,25v-25,0,-37,-24,-16,-31v37,38,95,-15,116,-40v7,-49,8,-90,-2,-123v-6,-18,-21,-16,-31,-6v-1,-17,16,-20,26,-21","w":111},"z":{"d":"78,-107v11,0,15,-15,22,-19v11,8,-3,19,-13,31v-33,33,-53,57,-61,71v37,-9,36,33,64,38v12,2,23,-15,30,-6v-13,20,-25,29,-38,29v-28,0,-26,-47,-50,-52v-19,-4,-19,25,-34,19v-4,-19,8,-24,32,-52v20,-24,37,-40,50,-51v-23,9,-43,-20,-62,1r-4,-2v5,-11,15,-24,27,-26v10,-2,30,19,37,19","w":101},"{":{"d":"79,28v-63,-24,2,-122,-55,-132v12,-15,36,-12,40,-38v10,-56,35,-96,85,-111r5,7v-31,19,-50,34,-58,73v-9,43,-12,57,-48,66v48,2,14,77,28,109v5,9,15,19,29,30v-6,14,-17,-1,-26,-4"},"|":{"d":"77,-255r16,0r-45,255r-16,0","w":97},"}":{"d":"70,-241v63,24,-1,120,54,132v-12,16,-35,15,-40,42v-8,49,-29,88,-72,100v-14,8,-11,8,-17,-1v34,-22,48,-28,57,-72v7,-37,14,-60,50,-67v-41,-3,-24,-47,-24,-84v0,-31,-17,-40,-34,-55v6,-14,20,3,26,5"},"~":{"d":"61,-116v23,0,59,49,73,3r7,0v-3,21,-16,42,-37,42v-7,3,-43,-25,-49,-24v-10,0,-19,12,-22,20r-7,0v2,-19,16,-41,35,-41","w":152},"\u2122":{"d":"219,-185v-6,28,-22,66,-23,95v1,5,7,8,17,8r-1,6r-62,0r2,-6v45,0,40,-56,52,-90v10,-28,7,-36,-19,-38r1,-6r46,0r16,111r55,-111r42,0r-2,6v-46,-4,-28,55,-36,90v0,27,0,37,25,38r-1,6r-69,0r1,-6v42,2,21,-64,31,-98r-55,110r-4,0xm53,-216v47,-4,111,14,121,-27r7,0r-14,39r-47,0v-5,33,-20,79,-16,113v2,5,9,8,20,8r-1,7r-72,0r2,-7v29,-2,29,-12,34,-42r14,-79v-33,-1,-45,3,-54,27r-8,0","w":348},"\u2026":{"d":"36,-32v15,0,19,23,7,30v-11,11,-31,2,-28,-12v2,-9,11,-18,21,-18xm126,-32v15,0,19,23,7,30v-11,11,-31,2,-28,-12v2,-9,11,-18,21,-18xm216,-32v15,0,19,23,7,30v-11,11,-31,2,-28,-12v2,-9,11,-18,21,-18","w":263},"\u2013":{"d":"192,-69r-189,0r3,-16r189,0","w":189},"\u2014":{"d":"243,-69r-240,0r2,-16r241,0","w":240},"\u201c":{"d":"132,-149v-17,9,-30,-29,-28,-50v2,-16,21,-31,35,-18v8,13,-5,34,-21,29v0,13,4,26,14,39xm73,-149v-17,9,-31,-29,-29,-50v2,-16,23,-31,35,-18v8,14,-5,33,-20,29v0,13,4,27,14,39","w":132},"\u201d":{"d":"62,-188v-9,3,-18,-5,-17,-16v2,-15,23,-25,33,-12v10,31,-19,57,-40,71r-3,-4v14,-12,22,-26,27,-39xm122,-188v-9,3,-19,-5,-17,-16v2,-15,23,-25,33,-12v10,31,-19,57,-40,71r-3,-4v14,-12,23,-26,27,-39","w":132},"\u2018":{"d":"73,-149v-17,9,-31,-29,-29,-50v2,-16,23,-31,35,-18v8,14,-5,33,-20,29v0,13,4,27,14,39","w":72},"\u2019":{"d":"62,-188v-9,3,-18,-5,-17,-16v2,-15,23,-25,33,-12v10,31,-19,57,-40,71r-3,-4v14,-12,22,-26,27,-39","w":72},"\u00a0":{"w":63}}});

//superfish

;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl()},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path)}},o.delay)},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone())};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass)});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this))}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li)}).blur(function(){out.call($li)})});o.onInit.call(this)}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '))})};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)this.toggleClass(sf.c.shadowClass+'-off')};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:800,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul)});return this}})})(jQuery);

//hoverintent

(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev])}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev])};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode}catch(e){p=this}}if(p==this){return false}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob)},cfg.timeout)}}};return this.mouseover(handleHover).mouseout(handleHover)}})(jQuery);

// Lazy Load

(function($){$.fn.lazyload=function(options){var settings={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(options){$.extend(settings,options);}
var elements=this;if("scroll"==settings.event){$(settings.container).bind("scroll",function(event){var counter=0;elements.each(function(){if($.abovethetop(this,settings)||$.leftofbegin(this,settings)){}else if(!$.belowthefold(this,settings)&&!$.rightoffold(this,settings)){$(this).trigger("appear");}else{if(counter++>settings.failurelimit){return false;}}});var temp=$.grep(elements,function(element){return!element.loaded;});elements=$(temp);});}
return this.each(function(){var self=this;$(self).data("original",$(self).attr("src"));if("scroll"!=settings.event||($.abovethetop(self,settings)||$.leftofbegin(self,settings)||$.belowthefold(self,settings)||$.rightoffold(self,settings))){if(settings.placeholder){$(self).attr("src",settings.placeholder);}else{$(self).removeAttr("src");}
self.loaded=false;}else{self.loaded=true;}
$(self).one("appear",function(){if(!this.loaded){$("<img />").bind("load",function(){$(self).hide().attr("src",$(self).data("original"))
[settings.effect](settings.effectspeed);self.loaded=true;}).attr("src",$(self).data("original"));};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self.loaded){$(self).trigger("appear");}});}});};$.belowthefold=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).height()+$(window).scrollTop();}else{var fold=$(settings.container).offset().top+$(settings.container).height();}
return fold<=$(element).offset().top-settings.threshold;};$.rightoffold=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).width()+$(window).scrollLeft();}else{var fold=$(settings.container).offset().left+$(settings.container).width();}
return fold<=$(element).offset().left-settings.threshold;};$.abovethetop=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).scrollTop();}else{var fold=$(settings.container).offset().top;}
return fold>=$(element).offset().top+settings.threshold+$(element).height();};$.leftofbegin=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).scrollLeft();}else{var fold=$(settings.container).offset().left;}
return fold>=$(element).offset().left+settings.threshold+$(element).width();};$.extend($.expr[':'],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"});})(jQuery);


// Document Ready

jQuery(document).ready(function($){

	Cufon.replace('nav.topnav li, p#byline .artist, p#byline .description, #gallerynav h2 a, .avenir',{hover:true,fontFamily:'Avenir'});
	Cufon.replace('#inset h1, #inset h2, .mrseaves',{fontFamily:'MrsEaves'});

	//superfish
	jQuery("ul.sf-menu").superfish({ 
        delay:       500,                            // one second delay on mouseout 
        animation:   {opacity:"show",height:"show"},  // fade-in and slide-down animation 
        speed:       "fast",                          // faster animation speed 
        autoArrows:  true,                           // disable generation of arrow mark-up 
        dropShadows: true                            // disable drop shadows 
    });
	jQuery("img").lazyload();

	// Fade
   jQuery("#gallerynav div").hover(function(){
       jQuery(this).fadeTo("fast", 0.8); // This sets 100% on hover
   },function(){
        jQuery(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
   });
       
    jQuery(".topnav a,#credit").fadeTo("fast", 0.8);
    jQuery(".topnav a,#credit").hover(function(){
        jQuery(this).fadeTo(1, 1.0); // This sets 100% on hover
    },function(){
        jQuery(this).fadeTo("fast", 0.8); // This should set the opacity back to 30% on mouseout
    });
   
    jQuery(".galpost a").hover(function(){
        jQuery(this).fadeTo("fast", 0.8); // This sets 100% on hover
    },function(){
        jQuery(this).fadeTo("fast", 1.0); // This should set the opacity back to 30% on mouseout
    });
    

	// Contact Form
   	$('form#contactForm').submit(function() {
		$('form#contactForm .error').remove();
		var hasError = false;
		$('.requiredField').each(function() {
			if(jQuery.trim($(this).val()) == '') {
				var labelText = $(this).prev('label').text();
				$(this).parent().append('<span class="error">You forgot to enter your '+labelText+'.</span>');
				hasError = true;
			} else if($(this).hasClass('email')) {
				var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
				if(!emailReg.test(jQuery.trim($(this).val()))) {
					var labelText = $(this).prev('label').text();
					$(this).parent().append('<span class="error">You entered an invalid '+labelText+'.</span>');
					hasError = true;
				}
			}
		});
		if(!hasError) {
			$('form#contactForm button.big-button').fadeOut('normal', function() {
				$(this).parent().append('<img src="../wp-content/themes/rahkonen/img/ajax-loader.gif" alt="Loading&hellip;" />');
			});
			var formInput = $(this).serialize();
			$.post($(this).attr('action'),formInput, function(data){
				$('form#contactForm').slideUp("fast", function() {				   
					$(this).before('<p class="thanks"><strong>Thanks!</strong> Your email was successfully sent. We will be in touch soon.</p>');
				});
			});
		}
		return false;
	});
	
/* JQUERY GRID ACTIVATION */
	$("#grid-content").vgrid({
		easeing: "easeOutQuint",
		time: 400,
		delay: 20,
		fadeIn: {
			time: 500,
			delay: 50
		}
	});	
	
	
});
