(function($){$.preLoadImages=function(imageList,callback){var pic=[],i,total,loaded=0;if(typeof imageList!='undefined'){if($.isArray(imageList)){total=imageList.length;for(i=0;i<total;i++){pic[i]=new Image();pic[i].onload=function(){loaded++;if(loaded==total){if($.isFunction(callback)){callback();}}};pic[i].src=imageList[i];}}
else{pic[0]=new Image();pic[0].onload=function(){if($.isFunction(callback)){callback();}}
pic[0].src=imageList;}}
pic=undefined;};})(jQuery);jQuery.fn.labelify=function(settings){settings=jQuery.extend({text:"title",labelledClass:""},settings);var lookups={title:function(input){return $(input).attr("title");},label:function(input){return $("label[for="+input.id+"]").text();}};var lookup;var jQuery_labellified_elements=$(this);return $(this).each(function(){if(typeof settings.text==="string"){lookup=lookups[settings.text];}else{lookup=settings.text;};if(typeof lookup!=="function"){return;}
var lookupval=lookup(this);if(!lookupval){return;}
$(this).data("label",lookup(this).replace(/\n/g,''));$(this).focus(function(){if(this.value===$(this).data("label")){this.value=this.defaultValue;$(this).removeClass(settings.labelledClass);}}).blur(function(){if(this.value===this.defaultValue){this.value=$(this).data("label");$(this).addClass(settings.labelledClass);}});var removeValuesOnExit=function(){jQuery_labellified_elements.each(function(){if(this.value===$(this).data("label")){this.value=this.defaultValue;$(this).removeClass(settings.labelledClass);}})};$(this).parents("form").submit(removeValuesOnExit);$(window).unload(removeValuesOnExit);if(this.value!==this.defaultValue){return;}
this.value=$(this).data("label");$(this).addClass(settings.labelledClass);});};$(document).ready(function(){$.preLoadImages(['/images/a-bg-black.png','/images/a-bg-white.png','/images/a-bg-brand.png','/images/text.png','/images/thumbnails-on.png','/images/feed-hover.png','/images/new-hover.png','/images/index-hover.png','/images/next-hover.png','/images/previous-hover.png','/images/overlay-bg.png','/images/livesite-hover.png'])
$(':text').labelify({labelledClass:'inputlabel',text:'label'});$('#home #name').css('background','url(/images/a-bg-black.png)');$('#home #slogan').css('background','url(/images/a-bg-black.png)');if(!((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/iPad/i)))){$('a.teaser').hover(function(){$('.client',this).css('background','url(/images/a-bg-brand.png)');$('.title',this).css('background','url(/images/a-bg-brand.png)');$('#name',this).css('background','url(/images/a-bg-black.png)');$('#slogan',this).css('background','url(/images/a-bg-black.png)');},function(){$('.client',this).css('background','none');$('.title',this).css('background','none');$('#name',this).css('background','none');$('#slogan',this).css('background','none');})
$('.zemSubmit').hover(function(){$(this).css('background','url(/images/a-bg-white.png)');},function(){$(this).css('background','none');})
$('.close').hover(function(){$(this).css('background','url(/images/a-bg-white.png)');},function(){$(this).css('background','none');})
$('footer a').hover(function(){$(this).css('background','url(/images/a-bg-brand.png)');},function(){$(this).css('background','none');})}
if($.browser.mozilla){$('#filter span').css('background-position','right 9px');$('#feedlink').css('background-position','right 10px');$('#indexlink').css('background-position','0 10px');$('#previouslink').css('background-position','right 12px');$('#nextlink').css('background-position','left 12px');$('#toggletext').css('background-position','0 10px');$('.livesite a').css('background-position','right 2px');$('#togglethumbnails').css('background-position','0 10px');$('.zemSubmit').css('padding','2px 0 2px 0');}
if(navigator.platform.match(/Win/i)&&!($.browser.msie&&$.browser.version>='9.0')){$('body').css('font-family','"Century Schoolbook", "Times New Roman", Times, serif');$('.client').css('padding','0 0');$('.title').css('padding','0 0');$('#name').css('padding','0 0');$('#slogan').css('padding','0 0');}
if($.browser.msie&&$.browser.version=='7.0'){$('a.teaser').prepend('<img class="ie-teaser-link" src="/images/ie-teaser-link.png" width="188" height="154" alt="" />');}
if(!((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/iPad/i)))){$('a.teaser').hover(function(){$('.thumbnail',this).stop(true,true).slideDown(100);},function(){$('.thumbnail',this).stop(true,true).delay(50).slideUp(650);});}
if(!((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/iPad/i)))){$('#displayall').hover(function(){$('.print .teasercontent').addClass('highlighted');$('.identity .teasercontent').addClass('highlighted');$('.web .teasercontent').addClass('highlighted');$('.other .teasercontent').addClass('highlighted');},function(){$('.print .teasercontent').removeClass('highlighted');$('.identity .teasercontent').removeClass('highlighted');$('.web .teasercontent').removeClass('highlighted');$('.other .teasercontent').removeClass('highlighted');})
$('#displayprint').hover(function(){$('.print .teasercontent').addClass('highlighted');},function(){$('.print .teasercontent').removeClass('highlighted');})
$('#displayidentity').hover(function(){$('.identity .teasercontent').addClass('highlighted');},function(){$('.identity .teasercontent').removeClass('highlighted');})
$('#displayweb').hover(function(){$('.web .teasercontent').addClass('highlighted');},function(){$('.web .teasercontent').removeClass('highlighted');})
$('#displayother').hover(function(){$('.other .teasercontent').addClass('highlighted');},function(){$('.other .teasercontent').removeClass('highlighted');})}
$('#displayall').click(function(event){event.preventDefault();$('*').removeClass('active');$(this).addClass('active');$('.print a').show();$('.web a').show();$('.identity a').show();$('.other a').show();})
$('#displayprint').click(function(event){event.preventDefault();$('*').removeClass('active');$(this).addClass('active');$('.web a').hide();$('.identity a').hide();$('.other a').hide();$('.print a').show();})
$('#displayidentity').click(function(event){event.preventDefault();$('*').removeClass('active');$(this).addClass('active');$('.print a').hide();$('.web a').hide();$('.other a').hide();$('.identity a').show();})
$('#displayweb').click(function(event){event.preventDefault();$('*').removeClass('active');$(this).addClass('active');$('.print a').hide();$('.identity a').hide();$('.other a').hide();$('.web a').show();})
$('#displayother').click(function(event){event.preventDefault();$('*').removeClass('active');$(this).addClass('active');$('.print a').hide();$('.identity a').hide();$('.web a').hide();$('.other a').show();})
if(!((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/iPad/i)))){$('#toggletext').hover(function(){$('#toggletextlabel').show();},function(){$('#toggletextlabel').hide();})
$('#togglethumbnails').hover(function(){$('#togglethumbnailslabel').show();},function(){$('#togglethumbnailslabel').hide();})}
$('#toggletext').click(function(event){event.preventDefault();$('*').removeClass('active');$('#displayall').addClass('active');$('.print a').show();$('.web a').show();$('.identity a').show();$('.other a').show();$('.staticthumbnail').removeClass('staticthumbnail').addClass('thumbnail').slideUp(250);$('.project .teasercontent').fadeIn(200);$('*').removeClass('toggled');$(this).addClass('toggled');$('#brandingoverlay').slideDown(500);})
$('#togglethumbnails').click(function(event){event.preventDefault();$('*').removeClass('active');$('#displayall').addClass('active');$('.print a').show();$('.web a').show();$('.identity a').show();$('.other a').show();$('.thumbnail').stop(true,true).removeClass('thumbnail').addClass('staticthumbnail').slideDown(250);$('.project .teasercontent').fadeOut(200);$('*').removeClass('toggled');$(this).addClass('toggled');$('#brandingoverlay').slideUp(500);})
$('.displayabout').click(function(event){event.preventDefault();$('.overlay').slideUp(200);$('#overlay-bg').fadeIn(400);$('#about').slideDown(400);})
$('.displayresume').click(function(event){event.preventDefault();$('.overlay').slideUp(200);$('#overlay-bg').fadeIn(400);$('#resume').slideDown(400);})
$('.displaycontact').click(function(event){event.preventDefault();$('.overlay').slideUp(200);$('#overlay-bg').fadeIn(400);$('#contact').slideDown(400);})
$('.close').click(function(event){event.preventDefault();$('#overlay-bg').fadeOut(200);$('.overlay').slideUp(200);})
$('#overlay-bg').click(function(event){event.preventDefault();$('#overlay-bg').fadeOut(200);$('.overlay').slideUp(200);})
if($(window).height()>($('#container').height()+10)){$('#brandingoverlay').addClass('immobile');}});$(window).resize(function(){if($(window).height()>($('#container').height()+10)){$('#brandingoverlay').addClass('immobile');}else{$('#brandingoverlay').removeClass('immobile');}});