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: black;
  background: white; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: 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; }

@font-face {
  font-family: "AllerRegular";
  src: url("fonts/aller_rg-webfont.eot");
  src: local("☺"), url("fonts/aller_rg-webfont.ttf") format("truetype"), url("fonts/aller_rg-webfont.woff") format("woff"), url("fonts/aller_rg-webfont.svg#webfontYnRTGrPN") format("svg"); }

html, body {
  height: 100%;
  background: #000;
  text-align: center; }

body,
textarea,
input {
  color: #cccccc;
  font-family: "AllerRegular", Arial, Helvetica, serif; }

body {
  font-size: 75%;
  line-height: 1.3em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 220%; }

h2 {
  font-size: 130%; }

h3 {
  font-size: 120%; }

h4 {
  font-size: 110%; }

h5, h6 {
  font-size: 100%; }

strong {
  font-weight: bold; }

p, hr, ul {
  margin: 0 0 10px; }

hr {
  height: 1px;
  border: 0;
  border-top: solid 1px #000; }

a {
  color: #CCCCCC;
  text-decoration: none; }
  a:hover {
    color: #FFF; }

a.button {
  padding: 5px 7px;
  background-color: rgba(32, 44, 44, 0.8);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  a.button:hover {
    color: #cccccc;
    background-color: rgba(32, 44, 44, 0.3); }

i, em {
  font-style: italic; }

#wrapper {
  position: relative;
  width: 930px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left; }
  #wrapper h1 {
    width: 100%;
    padding-top: 25px; }
    #wrapper h1 a {
      width: 182px;
      height: 105px;
      display: block;
      text-indent: -9999px;
      background: url("/images/layout/tania-lambert-cinematographer.png") no-repeat top left; }

.bkg-image {
  position: fixed;
  width: 1024px;
  height: 768px; }
  .bkg-image img {
    float: left;
    width: 100%;
    height: 100%; }

#content {
  float: left;
  margin: 0 0 30px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.work-list {
  width: 640px; }
  .work-list .article {
    margin: 0 0 20px;
    border-bottom: solid 1px #979797;
    color: #979797; }
    .work-list .article .image, .work-list .article a, .work-list .article img {
      float: left; }
    .work-list .article .image, .work-list .article .hgroup {
      margin: 0 0 5px; }
    .work-list .article h3 {
      font-size: 110%; }
      .work-list .article h3 span {
        margin-left: 5px; }

.work-display {
  width: 670px; }
  .work-display .article,
  .work-display .gallery {
    float: left;
    width: 640px;
    padding: 15px 15px 0;
    margin: 0 0 15px;
    background: rgba(32, 44, 44, 0.8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .work-display .article .vimeo, .work-display .article .hgroup, .work-display .article .body {
    clear: both;
    float: left;
    width: 100%; }
  .work-display .article .vimeo {
    margin-bottom: 10px; }
    .work-display .article .vimeo p {
      display: none; }
  .work-display .gallery li {
    float: left;
    display: inline;
    margin-right: 19px;
    margin-bottom: 15px; }
    .work-display .gallery li:nth-child(6) {
      margin: 0; }
  .work-display .hgroup {
    clear: both; }
    .work-display .hgroup h3 {
      margin: 0 0 10px; }

#home-page #content {
  width: 300px;
  padding: 20px 20px 5px;
  background-color: rgba(0, 0, 0, 0.4); }

#showreel-page .hgroup h2, #showreel-page .hgroup h3 {
  font-size: 110%; }

#sidebar {
  float: left;
  width: 160px;
  margin-left: 25px; }
  #sidebar li a {
    display: block;
    padding: 10px 20px 8px;
    background-color: rgba(32, 44, 44, 0.8);
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px; }
    #sidebar li a:hover, #sidebar li a.active {
      color: #CCC;
      background-color: rgba(32, 44, 44, 0.3); }
  #sidebar li:first-child a {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  #sidebar li:last-child a {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }

#home-page #sidebar a,
#about-page #sidebar a {
  background-color: rgba(0, 0, 0, 0.4); }
  #home-page #sidebar a:hover, #home-page #sidebar a.active,
  #about-page #sidebar a:hover,
  #about-page #sidebar a.active {
    background-color: rgba(0, 0, 0, 0.1);
    text-shadow: #000 1px 1px 3px; }

#footer {
  clear: both;
  margin-left: 200px;
  padding-bottom: 20px;
  word-spacing: 10px; }
  #footer address {
    font-style: normal; }

