/** { border: solid black 1px; }*/

body {
  width: 960px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 2em;
  position: relative;
  background: url(/TileBackground.png) repeat-x #dcdcdc;
  color: #333;
}

a {
  color: #d66;
  text-decoration: none;
}

.clear { clear: both; }

h1 {
  padding: 0;
  font-size: 3em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 0;
}

#header {
  position: relative;
  background: url(/HeaderBackground.png) no-repeat;
  height: 170px;
  width: 960px;
}

#header #typewriter {
  position: absolute;
  top: 25px;
  left: 15px;
}

#header #doormouse {
  position: absolute;
  left: 412px;
  top: 9px;
}

#header #appstore {
  position: absolute;
  left: 658px;
  top: 26px;
}

#header h2 {
  line-height: 2.75em;
  margin: 0; padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

h2 {
  font-weight: normal;
  font-style: italic;
  color: #aaa;
  font-size: 1.5em;
}

#breadcrumb {
  position: absolute;
  top: 170px;
  left: -1.25em;
  font-size: 2em;
  color: #999;
}

ul.cards {
  margin: 0; padding: 0;
  list-style-type: none;
  margin-top: 2em;
}

ul.cards li {
  float: left;
  margin: 10px;
  padding: 0;
  position: relative;
  width: 300px; height: 200px;
}

ul.cards li a.card {
  position: absolute;
}

a#older, a#newer {
  font-size: 1.3em;
  position: relative;
  top: 1em;
  
}
a#older { left: -1.25em; float: left; }
a#newer { float: right; margin-right: -1.25em; }

img.thumb {
  -webkit-box-shadow: 0px 1px 2px gray;
}

a:hover img.thumb {
  position: relative;
  top: -1px;
  -webkit-box-shadow: 0px 2px 3px gray;
}

#card {
  text-align: center;
  padding-top: 50px;
  margin-right: 20px;
  margin-left: 60px;
}

#parent {
  position: relative;
  top: 100px;
  width: 320px;
  height: 380px;
  margin-right: 20px;
  float: left;
}
#parent a {
  margin: 10px;
}

#children {
  margin-top: -55px;
}
#children h2, #parent h2 {
  position: relative;
  top: -10px;
}

#card img {
  -webkit-box-shadow: 0px 2px 4px gray;
}

#footer {
  clear: both;
  border-top: solid silver 1px;
  margin-top: 50px;
  padding-top: 1em;
  margin-bottom: 2em;
  text-align: center;
  color: gray;
}


/* splash */

div#video {
  width: 537px;
  height: 953px;
  position: relative;
  top: -60px;
  left: -40px;
  margin-bottom: -165px;
  margin-right: -100px;
  float: left;
  background: url(PhoneBackground.png);
}

.mv-player, #video > video {
  position: absolute !important;
  top: 210px !important;
  left: 109px !important;
}

#cards {
  width: 470px;
  float: right;
  margin-top: -12px;
  margin-right: 10px;
}

#cards h2 {
  font-size: 150%;
}

#cards ul.cards {
  width: 100%;
}

#cards ul.cards li {
  width: 225px; height: 150px;
  margin: 5px;
}

#cards ul.cards li img {
  width: 225px; height: 150px;
}

#copy {
  position: relative;
  top: 1px;
  font-size: 16pt;
  color: #666;
}

.admin {
  position: absolute; top: -0.5em; left: 5px;
  width: 100%;
}

.admin a {
  position: absolute;
  right: 10px; top: 10px;
}

#addthis {
  position: absolute;
  width: 150px; text-align: right;
  top: 182px; right: -36px;
}
