body {
  font-family: "LucidaGrande", "Lucida Grande", "Helvetica", "Arial", sans-serif;
  background-color: #3e3e3e;
  color: #bbbbbb;
  font-size: 75%;
  text-align: left; }

.container {
  margin: 0 0 0px 80px;
  display: block; }

#footer {
  background-color: #3a3a3a;
  height: 72px;
  padding: 18px 0 18px 18px;
  margin-top: 100px;
  color: #313131;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px; }
  #footer a {
    color: #666666; }

div.breadcrumb {
  height: 36px;
  background-color: #3a3a3a;
  margin-bottom: 36px;
  padding: 0;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  clear: both; }
  div.breadcrumb ul {
    list-style-type: none;
    margin-left: 18px;
    padding: 0; }
    div.breadcrumb ul li {
      float: left;
      line-height: 36px;
      background-image: url(/i/breadcrumb.png);
      background-position: right top;
      background-repeat: no-repeat; }
      div.breadcrumb ul li.active {
        background-image: none;
        padding-left: 0; }
      div.breadcrumb ul li a {
        padding-right: 27px;
        border: none; }
        div.breadcrumb ul li a:hover {
          color: white; }
    div.breadcrumb ul li, div.breadcrumb ul a {
      color: #666666; }

h1 {
  position: relative;
  height: 54px;
  padding: 0;
  text-indent: -3000px; }
  h1 a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-repeat: no-repeat; }
  h1.magnetised a {
    width: 255px;
    height: 48px;
    background-image: url(/i/magnetised.info.png); }
  h1.spontaneous {
    left: -65px;
    top: -2px; }
    h1.spontaneous a {
      width: 486px;
      height: 50px;
      background-image: url(/i/spontaneous.png);
      position: relative; }

h3 {
  color: #bbbbbb;
  font-size: 2em;
  line-height: 30.6px;
  text-transform: uppercase;
  font-family: "MyriadPro-Cond", "Myriad Pro Condensed", "MyriadPro-Regular", "Myriad Pro Regular", MyriadPro, "Myriad Pro", "Franklin Gothic Medium", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: condensed; }

h6 {
  color: white;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal; }

hr {
  background-color: #3a3a3a; }

strong {
  font-weight: normal; }

a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999; }
  a:hover {
    color: white; }
  a.spontaneous {
    color: #10b2fe !important;
    border: none; }
    a.spontaneous:hover {
      color: white !important; }
    a.spontaneous span {
      color: #666666; }

.spontaneous a:hover {
  color: white; }
.spontaneous ul.nav li a {
  color: #10b2fe; }
  .spontaneous ul.nav li a:hover {
    color: white; }


.row {
  width: 630px; }

.navigation {
  position: fixed;
  left: 764px;
  top: 126px; }
  .navigation em {
    display: block;
    color: #666666; }
  .navigation .area {
    background-color: #3a3a3a;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    padding: 18px 18px 1px 18px;
    width: 100%; }

ul.nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0; }
  ul.nav li {
    padding: 0;
    margin: 0; }
    ul.nav li a {
      font-style: normal;
      color: #79b24e;
      text-decoration: none;
      border: none; }
      ul.nav li a:hover {
        color: white; }
  ul.nav li.active a {
    color: white !important; }

.spontaneous .navigation .magnetised {
  position: static;
  margin-top: 18px;
  padding-left: 0; }
  .spontaneous .navigation .magnetised ul.nav li a {
    color: #79b24e; }
    .spontaneous .navigation .magnetised ul.nav li a:hover {
      color: white; }

.gap {
  height: 90px; }

.project {
  padding-bottom: 3.1em; }

.url {
  text-align: right; }
  .url a {
    color: #79b24e;
    font-style: normal;
    border: none; }
    .url a:hover {
      color: white; }

.date {
  text-align: right;
  color: #666666; }

.site-preview {
  height: 216px; }

.site-thumbs {
  height: 144px; }
  .site-thumbs div {
    padding: 2px;
    border: solid 1px #3a3a3a;
    background-color: #3a3a3a;
    height: 108px;
    vertical-align: middle;
    text-align: center; }

.text p.version2 {
  background-color: #313131;
  padding: 9px;
  display: inline-block;
  color: white;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px; }

