/* v1.0 | 20080212 */

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%;
 font-family: inherit;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: 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;
}

/* end of reset */

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #000;
  color: #EEE;
  font-size: .625em;
}

/* typography */

h1 {
  float: left;
}

h1 a {
  text-align: -9999px;
  width: 380px;
  height: 120px;
  background: url(../images/logo.gif) 0 50% no-repeat;
  display: block;
}

h1 span,
h1 strong {
  display: none;
}

h2 {
  font-weight: normal;
  font-size: 4.8em;
  line-height: 1.5;
  color: #C00;
}

h3 {
  font-weight: normal;
  font-size: 3.4em;
  line-height: 1.5;
  color: #C00;
}

p, li {
  font-size: 1.8em;
  line-height: 1.8;
  color: #EEE;
  clear: both;
}

p {
  padding-bottom: 1em;
  width: 66%;
}

ol {
  list-style-type: decimal;
  font-weight: bold;
}

ol li {
  color: #333;
}

em {
  color: #C00;
  font-style: normal;
}

strong {
  font-weight: bold;
}

/* global layout */

#header {
  background: #EEE;
  padding: 0 3.6em;
}

#header h1 a {
  color: #C00;
}

#header:after,
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content {
  background: #111;
  padding: 1.8em 3.6em 9em 3.6em;
}

#footer {
  font-weight: bold;
  padding: 1.8em 2.7em;
  background: #900;
}

#footer p {
  float: right;
  text-align: right;
  color: #F66;
  font-size: 1.5em;
}

#footer p span {
  padding-left: .5em;
}

#footer ul li {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-variant: small-caps;
  display: inline-block;
}

#footer ul.navigation {
  float: left;
  margin-bottom: -1.8em;
}

#footer ul.navigation li {
  margin: 0;
  font-size: 1.5em;
}

#footer ul.navigation li a {
  padding-bottom: 2.4em;
}

#footer ul.navigation li.active a {
  background: #600;
}

#footer ul.navigation li.active a:hover {
  color: #eee;
}

#footer a {
  display: block;
  padding: 0 .5em;
  color: #EEE;
}

#footer a:hover {
  color: #111;
}

/* navigation */

#header ul.navigation {
  float: right;
  text-transform: lowercase;
  font-variant: small-caps;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#header ul.navigation li {
  font-weight: bold;
  display: inline-block;
}

#header ul.navigation li a {
  display: block;
  color: #111;
  padding: 2.4em .5em 0 .5em;
}

#header ul.navigation n li a:hover {
  color: #C00;
}

#header ul.navigation  li.active a {
  color: #EEE;
  background: #C00;
}

/* home layout */

#content.home h2 {
  color: #EEE;
}

#content.home ul {
  margin: 1.8em 0;
}

#content.home ul li {
  display: inline-block;
  width: 33.333%;
  font-size: 1.5em;
  text-align: right;
}

#content.home ul li a {
  display: block;
  line-height: 12em;
  border: none;
  background: url(../images/robot.jpg);
}

#content.home ul li a span {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  padding: .666em;
  background: #000;
  text-transform: uppercase;
}

#content.home ul li a:hover span{
  color: #EEE;
  background: #C00;
}

/* work layout */

#content.work ul {
  margin: 1.8em 0;
}

#content.work ul li {
  font-size: 1.5em;
  text-align: right;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

#content.work ul li.inactive {
  width: 10%;
}

#content.work ul li.active {
  width: 80%;
}

#content.work ul li.active a {
  background: #eee;
  color: #111;
  line-height: 18em;
}

#content.work ul li a {
  display: block;
  line-height: 12em;
  background: #000 url(../images/robot.jpg) 50% 10% no-repeat;
  border: none;
}

#content.work ul li a:hover span {
  color: #EEE;
  background: #C00;
}

#content.work ul li a span {
  background: #111;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  padding: .666em;
  text-transform: uppercase;
}

/* news layout */

#content.news img {
  margin-bottom: 1.8em;
  display: block;
}

#content.news h2 span {
  float: left;
  width: 66%;
}

#content.news h2 em {
  width: 33%;
  float: right;
  text-align: right;
  color: #333;
  font-weight: bold;
}

#content.news h2 a {
  color: #C00;
}

#content.news h2 a span {
  border-bottom: 1px solid #C00;
}

#content.news h2 a:hover span {
  color: #111;
  background: #eee;
  border-bottom: 1px solid #eee;
}

/* links */

a {
  text-decoration: none;
}

#content a {
  border-bottom: 1px solid #f00;
  font-weight: bold;
  color: #EEE;
  text-decoration: none;
}

#content a:hover {
  border-bottom: 1px solid #EEE;
  color: #C00;
  background: #EEE;
  text-decoration: none;
}

/* forms */

label {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
}

.text_field input,
.textarea_field textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #111;
  width: 50%;
}

.textarea_field textarea { height: 8em;}
.text_field,
.select_field,
.textarea_field {
  margin-bottom: .9em;
}
