/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 - edited ZC
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, 
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*font-family:Helvetica, Arial, sans-serif;*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}

i {
	font-style: italic;
}

a {
	color:#3e4e43;
}

/* moved out of reset */
sub, sup {
	font-size:0.5em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
	background:#FFF;
	color:#555;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

div#main img {
  border:5px solid #ffffff;
  margin:15px 25px 15px 0;
  -webkit-box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  max-width:98%;
  height:auto;
}

div.strip {
  border-bottom:1px solid #dddddd;
  background-color: #ffffff;
  max-height:400px;
  overflow: hidden;
  padding:0;
}

div.strip img {
  width:100%;
  border:none !important;
  margin-bottom:-8px;
}

body {
  background-color:#eeeeee;
  position:relative;
}

* {
  margin:0;
  padding:0;
}

p a.homelink {
  font-size:1em;
  padding:0;
  text-decoration: none;
}

a.homelink::before { 
    content: "« ";
}

p a.homelink:hover {
  text-decoration: underline;
}

h1 {
  text-align: center;
  font-size:3em;
  margin:0 auto 5px;
  padding:0 10px;
}

h2 {
  text-align: center;
  font-size:2.25em;
  padding:0 5px;
}

h3 {
  font-size:1.4em;
  color:#FFFFFF;
  background:rgba(0,0,0,0.8);
  text-decoration: none;
  padding:10px;
}

div#header, div#footer {
  z-index: 6;
  color:#333333;
  width:100%;
  display: block;
}

div#header {
  /*background:#f5f5f5 top 50% no-repeat;*/
  background:#fff top left no-repeat;
  /*padding:35px 0 30px 0;*/
  /*border-bottom:8px solid #fff;*/
  -webkit-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  z-index:10;
  height:8px;
  position:fixed;
  top:200px;
  left:0;
}

div#header div#shade {
  display:block;
  background:transparent top left repeat-x url('/img/shade.png');
  width:100%;
  height:200px;
  position:fixed;
  top:0;
  left:0;
}

div#header a {
  text-decoration: none;
  color:#333333;
}

div#header a:hover {
  color:#111111;
}

div#header ul {
  /*display:inline-block;*/
  margin-top:-50px;
  /*top:-150px;*/
}

div#header ul li {
  cursor:pointer;
  position:absolute;
  display:inline-block;
  border:8px solid #fff;
  width:10px;
  height:10px;
  /*border-radius:60px;*/
  -webkit-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  //text-align:center;
  color:#fff;
  font-size:60px;
  position:absolute;
  left:-100px; /* off the screen */
  /*margin:0 0 0 -50%;*/
  margin:0;
  background-position:50% 50%;
  background-size:100% 100%;
  background-repeat:no-repeat;
}

div#header ul li a {
  display:block;
  text-indent:-999px;
  overflow:hidden;
  width:100%;
  height:100%;
}

div#header ul li:hover {
  -webkit-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.35);
  box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.35);
  background-size:105% 105%;
}

div#header ul li:nth-child(1) {
  background-color:#900;
  background-image:url('../img/icon_game.png');
}

div#header ul li:nth-child(2) {
  background-color:#d60;
  background-image:url('../img/icon_guitar.png');
}

div#header ul li:nth-child(3) {
  background-color:#fc6;
  background-image:url('../img/icon_dock.png');
}

div#header ul li:nth-child(4) {
  background-color:#090;
  background-image:url('../img/icon_framework.png');
}

div#header ul li:nth-child(5) {
  background-color:#009;
  background-image:url('../img/icon_tv.png');
}

div#header ul li:nth-child(6) {
  background-color:#509;
  background-image:url('../img/icon_animation.png');
}

div#header ul li:nth-child(7) {
  background-color:#909;
  background-image:url('../img/icon_video.png');
}


div#footer {
  background: #f2f2f2;
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#eeeeee 100%);
  background: -o-linear-gradient(top,  #f2f2f2 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top,  #f2f2f2 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,  #f2f2f2 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eeeeee',GradientType=0 );
  padding:35px 0 30px 0;
  border:8px solid #fff;
  border-width: 8px 0 0 0;
  -webkit-box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
}

div#footer img {
  width:100px;
  height:100px;
  border:4px solid #3e4e43;
  float:left;
  margin: 0 20px 10px 10px;
  position: absolute;
}

div#footer p {
  line-height: 1em;
  padding-top:2px;
  padding-left:130px;
}

span#contact-info-label {
  display:none;
}

div#main {
  /*background-color:#ffffff;*/
  /*border:1px solid #dddddd;*/
  /*border-width:0 1px;*/
  /*padding:5px 20px;*/
  padding:0;
  margin:0 auto;
  z-index: 1;
}

div.content {
  margin:0 auto;
  max-width: 80%;
  padding-top:200px;
}

div#footer div.content {
  padding-top:10px;
}

/*div#main.content {
  padding:0;
  -webkit-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
}

div#main.content section {
  padding-bottom:100px;
}
*/

/*div#main.content {*/
div#main.content section {
  background: #ffffff;
  padding:0 0 40px 0;
  margin:  0 0 70px 0;
  -webkit-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
  box-shadow: 3px 3px 22px 0px rgba(0,0,0,0.28);
}

/*div#main.content section {
  padding-bottom:100px;
}
*/


.video-section {
  padding: 20px;
}

.video-border {
  border: 5px solid #ffffff;
  margin: 20px;
  -webkit-box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 3px 16px 0px rgba(0,0,0,0.25);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

div.banner {
  background:#fff 50% 50% no-repeat;
  background-size:100%;
  background-image:url('/img/guitar1.jpg');
  display:block;
  width:100%;
  height:200px;
  border:1px solid #ddd;
  border-width:1px 0;
  margin:0;
}

section#Home div.banner {
  background-image:url('/img/guitar1.jpg?v=2');
}

section#Guitar div.banner {
  background-image:url('/img/guitar1.jpg?v=2');
}

section#WoodGame div.banner {
  background-image:url('/img/woodgame1.jpg');
}

section#Game div.banner {
  background-image:url('/img/game1.jpg');
}

section#Dock div.banner {
  background-image:url('/img/dock1.jpg');
}

section#Commercial div.banner {
  background-image:url('/img/commercial1.jpg');
}

section#Animation div.banner {
  background-image:url('/img/animation1.jpg');
}

section#Framework div.banner {
  background-image:url('/img/event1.jpg');
}

section#Video div.banner {
  background-image:url('/img/multiple-iphone-video1.jpg');
}

div.content h2 {
  margin: 35px 15px 20px 15px;
  /*margin: 20px 15px 20px 15px;*/
}

div.content p {
  line-height: 1.5em;
  margin-bottom:20px;
  padding:5px 20px;
}

div.content p.intro {
  padding-top:10px;
}

div.content li {
  margin:8px 8px 8px 15px;
}

div.content a:hover h3 {
    background:rgba(0,0,0,0.7);;
}

/* phone screen size only */
@media only screen and (max-width: 720px) { 
  div.banner {
    height:100px;
  }

  div#header {
    top:100px;
  }

  div#header div#shade {
    height:100px;
  }

  div#header ul {
    margin-top:-17px;
  }

  div.content h2 {
    margin-top: 13px;
  }
}


ul#projects {
  text-align: center;
  margin:10px auto;
}

ul#projects li {
  display:inline-block;
  width:300px;
  margin:2%;
  height:200px;
  background-size:100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.41);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.41);
}

ul#projects li a {
  display: block;
  width: 100%;
  height:100%;
  text-decoration: none;
  background:rgba(0,0,0,0.1);
}

ul#projects li a:hover {
  background:rgba(0,0,0,0.0);
}

ul#projects li#guitar {
  background-image: url('/img/tile-guitar.jpg');
}

ul#projects li#commercial {
  background-image: url('/img/tile-commercial.jpg');
}

ul#projects li#dock {
  background-image: url('/img/tile-dock.jpg');
}

ul#projects li#game {
  background-image: url('/img/tile-game.jpg');
}

ul#projects li#event {
  background-image: url('/img/tile-event.jpg');
}

ul#projects li#animation {
  background-image: url('/img/tile-animation.jpg');
}

ul#projects li#soundtrack {
  background-image: url('/img/tile-soundtrack.jpg');
}

ul#projects li#multiple-iphone-video {
  background-image: url('/img/tile-multiple-iphone-video.jpg');
}

