body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  width: 1106px; }

html, body {
  height: 100%; }

#container {
  margin: 0 0 0 102px;
  width: 900px;
  border-left: 2px black solid;
  min-height: 100%; }

h1 {
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: bold;
  float: left;
  margin: 34px 0 14px 34px; }
  h1 a {
    text-decoration: none;
    color: #000;
    background: none; }
  h1 a:hover {
    color: #000;
    background: none; }
  h1 span.studio {
    font-weight: normal; }

a {
  color: #000;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  color: #fff;
  background: #000; }

.lang {
  float: right;
  margin: 50px 0 0 0; }
  .lang span {
    padding: 5px 7px 5px 7px; }
  .lang span.active {
    background: #000;
    color: #fff; }

#navigation {
  clear: both;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 159px; }
  #navigation li {
    font-weight: normal;
    font-size: 17px;
    height: 51px;
    float: left;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer; }
    #navigation li a {
      margin: 18px auto auto 37px;
      display: block;
      display: block;
      color: #000;
      text-decoration: none; }
  #navigation li.active {
    background: #000; }
    #navigation li.active a {
      color: #fff;
      font-weight: bold; }
  #navigation li a {
    font-weight: normal; }
  #navigation li:hover {
    background: #000; }
    #navigation li:hover a {
      color: #fff;
      font-weight: bold; }
  #navigation li, #navigation li.tag, #navigation #facebook {
    width: 223px; }
  #navigation #studio {
    width: 448px; }
  #navigation #contact {
    width: 673px; }

#content {
  padding: 50px 0 30px 37px;
  clear: both;
  font-size: 13px;
  line-height: 18px; }
  #content p {
    margin-bottom: 15px; }
  #content em {
    font-weight: bold; }

#content.page {
  padding: 50px 0 50px 37px; }
  #content.page img {
    float: right;
    margin: 0 0 20px 20px; }
  #content.page iframe {
    float: right;
    height: 450px;
    width: 450px; }
  #content.page h2 {
    font-weight: bold; }

#content.front {
  padding: 50px 0 30px 0; }

#content.project {
  padding: 50px 0 27px 0; }
  #content.project img {
    margin: 0 0 15px 0; }
  #content.project div.caption {
    float: right;
    font-size: 11px; }
    #content.project div.caption a {
      font-weight: normal; }
  #content.project h2 {
    font-weight: bold;
    margin: 0 0 15px 0; }
  #content.project span.client {
    font-weight: bold;
    display: block;
    margin: 0 0 15px 0; }
  #content.project .description {
    padding: 0 0 0 37px; }

#projects li {
  position: relative;
  width: 900px;
  margin: 0 0 15px 0; }
  #projects li a:hover img.project-thumb {
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  #projects li a img.project-thumb {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); }
  #projects li a div.rect {
    width: 900px;
    height: 240px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: none; }
  #projects li a:hover div.rect {
    background: rgba(0, 0, 0, 0.5); }
  #projects li a:hover {
    background: none; }
  #projects li a div.project-title {
    display: none; }
  #projects li a:hover div.project-title {
    display: block !important;
    float: right;
    font-size: 16px;
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-weight: bold;
    display: none;
    color: #fff; }
    #projects li a:hover div.project-title span.client {
      font-weight: normal; }

br.clear {
  clear: both;
  height: 1px;
  line-height: 1px; }

.paging {
  position: fixed;
  height: 54px;
  cursor: pointer;
  float: left;
  background: #fff;
  padding: 0;
  text-align: center;
  width: 102px; }
  .paging a {
    color: #000;
    font-weight: normal;
    background-position: center top;
    display: block;
    width: 102px;
    height: 54px; }

#prev {
  left: 0;
  bottom: 44px; }
  #prev a {
    background-image: url("../../images/prev.gif"); }

#next {
  left: 1004px;
  bottom: 44px; }
  #next a {
    background-image: url("../../images/next.gif"); }

#top {
  left: 0;
  top: 50%;
  margin-top: -27px;
  display: none; }
  #top a {
    background-image: url("../../images/top.gif"); }

.paging:hover {
  background: #000;
  color: #fff; }
  .paging:hover a {
    color: #fff;
    font-weight: bold;
    background-position: center bottom; }

#footer {
  font-size: 12px;
  width: 758px;
  padding: 13px 70px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 0 30px 0; }
