html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
	color: #696969;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=***********Typography****************/
p {
	color: #605f5d;
	padding: 7px 0;
	line-height: 1.2em;
}

a {
  text-decoration: none;
  color: #551a8b;
}

a:hover {
  color: #000;
}

ul li {
	 font: 62.5% "Helvetica Neue", "Helvetica", "Ariel", Verdana, sans-serif;
}






/*=***********Layout****************/
body {
	font: 200% "Helvetica Neue", "Helvetica", "Ariel", Verdana, sans-serif;
	/*background: url('../imgs/grid.png');*/
  background: #f6f6f6;
  background-attachment: fixed;
  /*text-align: center;*/
  min-width: 1100px;
}

#intro {
  position: absolute;
  margin-top: 105px;
  /*border: 1px solid yellow;*/
  margin-left: 205px;
    z-index: 5;


}



#intro h1 {
	font-weight: 200;
	line-height: .9em;
  font-size: 30px;
  position: relative;
  width: 300px;

}

#my_job {
  top: -25px;
}

#disclaimer {
  opacity: .5;
  position: fixed;
  top: 250px;
  left: 205px;
  width: 350px;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: .4em;
  padding: 10px;
}

#scrollit {
  margin-top: -50px;
  font-weight: 200;
  color: #ababab;
  font-size: 30px;
  position: absolute;
  top: 62px;
  left: 0px;
  padding-right: 28px;
  background: url('../imgs/arrows.png') 100% 50% no-repeat;
}

.touch #viewport-wrapper {
      overflow: hidden;
    }




#intro h5 {
  font-size: 30px;
  font-weight: 500;
}

#andima {
  color: #ababab;
  position: relative;
  font-weight: 100;
  left: 200px;
  top: -23px;
  opacity: 0;
  font-weight: 200;
}


#paper {
  position: absolute;
  left: 650px;
  top: -70px;
}




#grid, #gridHoriz {
  opacity: .3;
}


#grid {
  width: 3003px;
  /*text-align: left;*/
  position: absolute;
  left: -210px;
  top: 3000px;
  z-index: -1;
}

#gridHoriz {
  width: 3003px;
  /*text-align: left;*/
  position: absolute;
  left: -3203px;
  top: -2200px;
  z-index: -1;
}





#me {
  width: 75px;
  position: relative;
  left: 90px;
  top: 11px;
  opacity: 0;
}



#nav {
  position: relative;
  left: 450px;
  top: -55px;
  z-index: 4;
}


#nav li {
  display: inline;
  font-size: 24px;
  margin-left: 10px;
}

#nav li a.selected {
  color:  #000;
}


#panel {
  width: 100%;
  min-width: 1100px;
  background: #fff;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  height: 100px;
  position: fixed;
  top: -100px;
  z-index: 4;
  opacity: .98;
}

#panel #pointer {
    color: #fff !important;
/*  -moz-text-shadow: 0 0 5px #888;
  -webkit-text-shadow: 0 0 5px#888;
  text-shadow: 0 0 5px#888;*/
  position: relative;
  /*left: 435px;*/
  top: -90px;
  opacity: 0;
  width: 100px;
  font-size: 98px;
  z-index: 3;
}

#CW {
  position: absolute;
  left: 460px;
  top: 62px;
  font-size: 16px; 
  z-index: 5;
  display: block;
}

#CW a {
  color: #666;
  z-index: 3;
  display: block;
  z-index: 5;
}


#subnav {
  display: none;
  width: 180px;
  position: absolute;
  left: 450px;
  top: 90px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ababab;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 3;
}

#subnav li a {
  color: #ababab;
}

#subnav li a:hover {
  color: #666;
}

#subnav li {
  float: left;
  font-size: 16px;
  display: block;
  margin: 3px 0;
/*  position: absolute;
  left: 0px;
  top: 0px;*/
  /*display: none;*/
}

#subnav li.inview a   {
  display: block;
  font-weight: bold;
  color: #000;
}











.shadow {
      -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}


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


#work  {
  min-height: 4000px;  /****************** this needs constant changing **********/ 
  margin-bottom: 300px;
  margin-left: 100px;
}

#work img, #work div, #work video {
  position: relative;

}

div {
  position: relative;
}

#kraft div, #kraft2 div, #mead div, #wk div, #clients div {
  position: relative;
  max-width: 320px;
}



#work ul {
  margin-bottom: 10px;
  /*list-style-position: outside;*/
  list-style-type: circle;
  margin-left: 20px;
}

#work li {
  font-size: 16px;

}

#work h5 {
  font-weight: 200;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}
#work h6 {
  font-size: 16px;
}

#work .storytext {
  left: 675px;
  width: 250px  !important;
}

#work  .storytext p {
  position: relative;
  font-size: 16px;
  padding-top: 0px;
}

.small {
  font-style: italic;
  font-size: 12px !important;
  margin-top: -10px;
}
/****************************//****************************//****************************/

#mead {
  /*top: -4220px;*/
}

#work #meadText {
  top: -500px;
  /*margin-left: -175px;*/
  width: 350px !important;
}

#meadVideo {
  height: 811px;
  max-width: 411px !important;
  width: 411px;
  background: url('../imgs/iphone.png') top left no-repeat;
  position: relative;

}

#sampleMovie {
  position: relative;
  top: 128px;
  margin-left: 44px;
  width: 320px;
  height: 565px;

}

#playme {
  position: absolute;
  left: -100px;
  top: -25px;
  z-index: 3;
  opacity: 0;
  margin-bottom: 150px;
}

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



#kraft {
  top: 1300px;
}





#kraftW {
  width: 320px;
}

#kraftV {
  left: 340px;
  width: 320px;
}




#kraftT {
  top: -6300px;

}
/****************************//****************************//****************************/
#kraft2 {
  top: -2700px;
}


#kraftT2 {
  top: -625px;
  margin-left: -750px;
}

#kraftF {
  left: 200px;
}


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

#bluebite {
  top: -2700px;
  left: -75px;
}

#work #blueText {
  top: 5px;
  margin-left: -650px;
  max-width: 900px !important;
  width: 900px !important;
}

#blueSummary {
  position: absolute;
  left: 350px;
  top: -200px;
  max-width: 550px !important;
  width: 550px;
}

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

#uxtrends {
  top: -1400px;
  left: -75px;
}

#work #trendsText {
  top: 10px;
  margin-left: -650px;
  width: 900px !important;
}

#trendsSummary {
  position: absolute;
  left: 350px;
  top: -70px;
  width: 550px;
}

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

#wk {
  top: -100px;
  left: -75px;
}

#work #wkText {
  left: 750px;
  top: -900px;
}

/*#trendsSummary {
  position: absolute;
  left: 350px;
  top: -70px;
  width: 550px;
}
*/


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

#clients {
  top: -300px;

}

h3 {
  position: relative;
  font-weight: 200 !important;

}

#work #logos {
  left: 282px;
  margin: 20px;
  display: block;
  position: relative;
  max-width: 600px !important;
}

#work #logos img {
  position: relative;
}

#logos #regis {
  left: 30px;
}

/*#trendsSummary {
  position: absolute;
  left: 350px;
  top: -70px;
  width: 550px;
}
*/


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

#work #older {
  max-width: 817px !important;
  width: 800px !important;
  position: relative;
  top: 700px;

} 

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

#story {
  position: relative;
  top: 200px;
  max-width: 1200px;

} 



#skillset {
  position: relative;

  /*left: 78px;*/
  top: 300px;
  opacity: 0;
}

#skillset h5 {
  font-size: 14px;
  color: #000;
}

#skillset ul {margin-top: 10px;}

#skillset ul li {
  font-size: 14px;
  line-height: 25px;
}

.progressbar {
  width: 98px;
  height: 5px !important;
  margin-top: -4px;
  margin-bottom: -3px;

}



.storytext {
  position: relative;
  left:401px;
  width: 600px;
  margin-bottom: 40px;
}



.years, .storytext h3 {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 200;
}
.years {
  margin-left: 301px;
  margin-top: 3px;
  font-size: 18px;
  position: absolute;
}
.storytext p {
  position: relative;
  font-size: 18px;
}

.storytext h6 {
  font-weight: 200;
  font-size: 14px;
  color: #000;
}


#thoughts {
  left: 300px;
}


#looking h2 {
    font-weight: 300;
  font-size: 36px;
  color: #000;
}

#thoughts h2 {
  font-weight: 300;
  font-size: 36px;
  color: #000;
  text-align: right;
}



#in a, #resume a {
  display: block;
background: #ccc url('../imgs/in.png') 8% 48% no-repeat;
color: #ccc;
padding: 1px 10px 1px 35px;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
color: #999;
width: 75px;
color: #666;
}

#resume a {
  background: #ccc url('../imgs/pdf.png') 8% 48% no-repeat;
  width: 100px;
}

#in a:hover , #resume a:hover{
  color: #ababab;
}

#c_content #availability {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 500px;
  text-align: left;
  width: 200px;
  top: 40px;
  font-size: 14px;
  padding: 10px;
}


#c_content {
  position: absolute;
  left: 200px;
  top: 125px;
  display: none;
  opacity: 0;
}
#c_content h1 a {
  color: #000;
  font-size: 48px;
}

#c_content h1 a:hover {
  color: #666;
}

a#nav_contact {





padding: 1px 35px 1px 10px;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;

color: #551a8b;
width: 75px;

}

#background {
    width: 300px;
    height: 300px;
}

.background-1 {
  background: #e6d1ff url('../imgs/plus.png') 96% 50% no-repeat;
    -webkit-transition: background 500ms linear;
     -moz-transition: background 500ms linear;
     -o-transition: background 500ms linear;
     -ms-transition: background 500ms linear;
     transition: background 500ms linear;
}

.background-2 {
background: #e6d1ff url('../imgs/close.png') 96% 50% no-repeat;    
-webkit-transition: background 500ms linear;
     -moz-transition: background 500ms linear;
     -o-transition: background 500ms linear;
     -ms-transition: background 500ms linear;
     transition: background 500ms linear;
}





.button, .button:visited {
  -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  box-shadow:inset 0px 1px 0px 0px #bee2f9;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
  background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
  background-color:#63b8ee;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border:1px solid #3866a3;
  padding: 5px;
  color:#14396a;
  font-size: 14px;
  font-style:normal;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #7cacde;
  position: relative;
  top: -10px;
}
.button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
  background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
  background-color:#468ccf;
}.button:active {
  position:relative;
  top:-9px;
}




/* Video */
    .video {
      position:relative;
      width: 320px;
      z-index: 3;
      }
      #work div.video2 {
      position:relative;
      max-width: 960px !important;
      width: 960px;
      }
      .video VIDEO, .video2 VIDEO {
        display:block;

        }
      



































#contact  {
  position: relative;
  left: 200px;
  width: 700px;
  top: -100px;
}

#contact h5 {
  color: #000;
  font-weight: 300;
}

#contact p {
  font-size: 18px;
}

#work #older #whativedone .mainsection {
  background: url(../imgs/frm.png) -3px -1px no-repeat;
  width: 817px !important;
}







#work div.content a, div.navigation a {
  text-decoration: none;
  color: blue;
  z-index: 3;
}


#work div.content a, div.navigation a.prev {
  margin-right: 10px;
}
#work div#controls a:hover {
  text-decoration: underline;
}
#work div#controls {
  margin-top: 10px;
  margin-right: -20px;
  position: absolute;
  font-size: 18px;
  right:  40px;margin-top:  -70px;
  z-index: 3;
}
div.controls a {
  padding: 5px;
  z-index: 3;
}
div#ss-controls {
  float: right;
  z-index: 3;
}
div.nav-controls {
  float: right;
  z-index: 3;
}

div.nav-controls a {
  color: blue;
}
#work div.slideshow-container {
  position: relative;
  clear: both;
  height: 537px; /* This should be set to be at least the height of the largest image in the slideshow */
  width: 817px !important;
}
#work div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../imgs/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 534px; /* This should be set to be at least the height of the largest image in the slideshow */
}
/*div#slideshow-container {
position: relative;
clear:  both;
top:  8px;
left:  1px;
overflow: auto;
height:  537px;
}*/

#header.scroller {
  background: url('../imgs/scroller.png') no-repeat 700px 69px ;

}

#work div#slideshow {
position: relative;
clear:  both;
top:  8px;
left:  5px;
overflow-x: hidden;
overflow-y: scroll;
height:  537px;
width:  800px !important; 

}
#work div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#work div.slideshow a.advance-link {
  display: block;
  width: 850px;
  height: 534px; /* This should be set to be at least the height of the largest image in the slideshow */
  line-height: 534px; /* This should be set to be at least the height of the largest image in the slideshow */
  text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none;
}
div.slideshow img {
  vertical-align: middle;
  border: 1px solid #000;
}
div.download {
  float: right;
}
div.caption-container {
  
}
span.image-caption {
  display: block;
  position: absolute;
}

div#caption-cont {
position: relative;
  top: -74px;
  left:  2px;
  width:  807px;
  height: 82px;
  background: #000;
  filter: alpha(opacity=30);
     filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
     -moz-opacity: 0.30;
     opacity:0.7;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     -o-border-radius: 20px;
     
     /* firefox's individual border radius properties */

     -moz-border-radius-bottomleft:2px; /* bottom left corner */
     -moz-border-radius-bottomright:2px; /* bottom right corner */
     
     /* webkit's individual border radius properties */
     -webkit-border-top-left-radius:2px; /* top left corner */
     -webkit-border-top-right-radius:2px; /* top right corner */
     -webkit-border-bottom-left-radius:2px; /* bottom left corner */
     -webkit-border-bottom-right-radius:2px; /* bottom right corner */
}


div.caption {
position: relative;
  width:  810px;
  height: 82px;
color: #ccc;

   opacity:.9;
}
div.caption a {
  color: #fff !important;
  
}
div.image-title {
  font-weight: bold;
  font-size: 14px;
  position: absolute !important;
    right:  20px;
    top: -125px;
}

div.image-title a {
  border-bottom: 1px dashed #aaa;
  color: #fff;
}

div.image-title a:hover {
  border-bottom: 1px dashed #fff;
}

div.image-desc {
position: relative;
left:  20px;
top:  -157px;
font-size: 14px;
  line-height: 1.3em;
  padding-top: 12px;
    width:  450px;
  
}
div.navigation {
  /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
  position: relative;
  float:  left;
  z-index: 3;
  margin-top:  -70px;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  z-index: 3;
}
a.thumb {
  padding: 0;
  display: inline;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  margin:  5px;
  z-index: 3;
}
a.thumb span {
display: block;
  position: relative;
  left:  -55px;
  top:  0px;
}
ul.thumbs li.selected a.thumb {
  color: #000;
  font-weight: bold;
  width: 10px;
  height: 10px;
  background: #000;
}
a.thumb:focus {
  outline: none;
}
ul.thumbs img {
  border: none;
  display: block;
}
div.pagination {
  clear: both;
}
div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}
div.navigation div.bottom {
  margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #ccc;
}
div.pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}
div.pagination span.current {
  font-weight: bold;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
}
#captionToggle a {
  float: right;
  display: block;
  background-image: url('caption.png');
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 5px;
  padding: 5px 30px 5px 5px;
}


























