html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-weight: normal; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

sup, sub {
  font-size: 11px; }

body {
  line-height: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  background: #fdf8eb url(paper.jpg); }

/* Multiple backgrounds */
html {
  background-color: #FDF8EB;
  background-image: url(paper-top.jpg), url(paper.jpg);
  background-repeat: repeat-x, repeat; }

body {
  width: 730px;
  margin: 0 auto;
  font: 14px/1.5 "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
  position: relative;
  text-rendering: optimizeLegibility; }

body, a {
  color: #5a4d3e; }

a {
  color: #5a4d3e;
  -webkit-transition: color 120ms;
  -moz-transition: color 120ms;
  -o-transition: color 120ms;
  transition: color 120ms;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #968168; }

h1 {
  background: transparent url("sprites.png?v2") no-repeat 0 -300px;
  width: 196px;
  height: 196px;
  text-indent: -10000px;
  height: 196px;
  position: absolute;
  top: 75px;
  left: 260px;
  -webkit-user-select: none; }

img#thewall {
  margin-top: 220px;
  width: 731px;
  height: 549px; }

body > h2 {
  background: transparent url("sprites.png?v2") no-repeat 0 0;
  width: 731px;
  height: 44px;
  text-indent: -10000px;
  margin-top: 30px; }

section.team, section.work {
  margin-top: 50px; }

section.services, section.contact-us {
  margin-top: 40px; }

section.team, section.services {
  clear: left;
  float: left;
  width: 230px; }

section.work, section.contact-us {
  float: left;
  width: 480px;
  margin-left: 20px; }

section.services, section.contact-us {
  margin-bottom: 40px; }

body > section > h3 {
  margin-bottom: 15px; }

section.team > ul > li, section.work > ul > li {
  float: left;
  margin-left: 10px; }
  section.team > ul > li img, section.work > ul > li img {
    width: 100px;
    height: 100px;
    border: 5px solid #FeF9Ec;
    -webkit-transition: border-color 120ms;
    -moz-transition: border-color 120ms;
    -o-transition: border-color 120ms;
    transition: border-color 120ms; }
  section.team > ul > li a:hover img, section.work > ul > li a:hover img {
    border-color: #fff; }
  section.team > ul > li:first-child, section.work > ul > li:first-child {
    margin-left: 0; }

section.team h3 {
  background: transparent url("sprites.png?v2") no-repeat 0 -100px;
  width: 47px;
  height: 24px;
  text-indent: -10000px; }
section.team a {
  position: relative; }
  section.team a:hover:after {
    content: attr(data-name);
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: white;
    font-style: italic;
    text-shadow: black 1px 1px 0;
    background: transparent url("sprites.png?v2") no-repeat -512px -302px;
    width: 95px;
    opacity: .9; }

section.work h3 {
  background: transparent url("sprites.png?v2") no-repeat -200px -100px;
  width: 97px;
  height: 24px;
  text-indent: -10000px; }
section.work a {
  position: relative; }
  section.work a:hover:after {
    content: " ";
    position: absolute;
    left: 12px;
    bottom: 13px;
    background: transparent url("sprites.png?v2") no-repeat -712px -302px;
    width: 95px;
    height: 20px;
    opacity: .9; }

section.services h3 {
  background: transparent url("sprites.png?v2") no-repeat -400px -100px;
  width: 86px;
  height: 24px;
  text-indent: -10000px; }
section.services li {
  font-style: italic; }

section.contact-us h3 {
  background: transparent url("sprites.png?v2") no-repeat -600px -100px;
  width: 111px;
  height: 24px;
  text-indent: -10000px; }

section.space {
  clear: left;
  background: #494136 url("bg-chalkboard.jpg") no-repeat;
  color: #e1dfd9;
  width: 100%;
  padding: 20px;
  margin-left: -20px;
  overflow: hidden; }
  section.space h2, section.space h3 {
    margin-bottom: 10px; }
  section.space p {
    margin-top: 10px; }
  section.space a {
    color: #e1dfd9;
    -webkit-transition: color 120ms;
    -moz-transition: color 120ms;
    -o-transition: color 120ms;
    transition: color 120ms; }
    section.space a:hover {
      color: white; }
  section.space > div {
    float: left;
    width: 230px;
    margin-left: 20px; }
    section.space > div:first-child {
      margin-left: 0; }
  section.space section.coworkers h3, section.space section.where h3 {
    margin-top: 20px; }
  section.space section.about img {
    width: 230px;
    height: 173px; }
  section.space section.about h2 {
    background: transparent url("sprites.png?v2") no-repeat 0 -200px;
    width: 140px;
    height: 36px;
    text-indent: -10000px; }
  section.space section.about p em {
    font: italic 18px "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif; }
  section.space section.jelly h3 {
    background: transparent url("sprites.png?v2") no-repeat -200px -200px;
    width: 104px;
    height: 19px;
    text-indent: -10000px; }
  section.space section.coworkers h3 {
    background: transparent url("sprites.png?v2") no-repeat -400px -200px;
    width: 123px;
    height: 19px;
    text-indent: -10000px; }
  section.space section.wifi h3 {
    background: transparent url("sprites.png?v2") no-repeat -600px -200px;
    width: 111px;
    height: 19px;
    text-indent: -10000px; }
  section.space section.where h3 {
    background: transparent url("sprites.png?v2") no-repeat -800px -200px;
    width: 91px;
    height: 19px;
    text-indent: -10000px; }
  section.space section.where .map {
    width: 229px;
    height: 180px;
    background-color: #494136;
    margin-top: 15px;
    cursor: pointer; }

p.made-in-aus {
  background: transparent url("sprites.png?v2") no-repeat -200px -300px;
  width: 191px;
  height: 33px;
  text-indent: -10000px;
  margin: 50px auto 80px auto;
  position: relative;
  left: -20px; }
