body {
  color: #B3B3B3;
  background-color: #1f272a;
  margin: 0;
  padding: 0;
  background-image: url("/images/hex.gif");
  background-position: center -110px;
  background-repeat: repeat-x;
}

a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #FFC425;
}

h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}
h1.entry-title,
h2.comments-header {
  margin-top: 10px;
  color: #FFE49D;
  font-size: 24px;
}
h2.comments-header {
  margin-top: 30px; 
}
h3 {
  color: #797250;
}
.grid_10 h3 {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 1.0em;
  text-transform: uppercase;
}

.grid_6 h2,
h3.widget-header, 
h4 {
  color: #FFE49D;
  font-size: 1.0em;
}
h3.widget-header {
  margin-top: 15px;
}

p {
  line-height: 1.6em;
  padding-bottom: 0.4em;
}
p img {
  padding-bottom: 0.5em;
}

.asset-meta {
  font-size: 11px;
  color: #666;
}
.asset-meta a {
  color: #666;
}
.asset-meta a:hover {
  color: #FFC425;
}

#people, 
#people li { 
  margin: 0; padding: 0; 
}
  #people li { list-style-type: none; }
  #people img {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
  }
  #people p {
    margin-left: 115px;
  }
  #people h2 {
    clear: left;
  }


#header {
  margin: 30px 0 85px 0;
}

#nav ul {
  margin: 0;
  margin-top: 51px;
  padding: 0;
  list-style-type: none;
}
#nav a {
  display: block;
  width: 50px;
  height: 9px;
  padding-bottom: 2px;
}
#nav a:hover {
  border-bottom: 2px solid #FFC425;
}
#nav span {
  display: none;
}

#nav ul#main_nav li {
  margin: 0 35px 0 0;
  padding: 0;
  float: left;
}
#nav ul#main_nav a {
  background-image: url("/images/nav_sprites.gif");
  background-repeat: no-repeat;
  padding: 5px;
}

#nav ul#secondary_nav li {
  text-align: right;
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
}
#nav ul#secondary_nav a {
  background-image: url("/images/secondary_nav_sprites.gif");
  background-repeat: no-repeat;
}

#main_nav #product a {
  width: 61px;
  margin-left: 60px;
  background-position: 5px -25px;
}
#main_nav #technology a {
  width: 88px;
  background-position: 5px 5px;
}
#main_nav #value a {
  width: 41px;
  background-position: 5px -55px;
}
#main_nav #about a {
  width: 45px;
  background-position: 5px -85px;
}

#secondary_nav a {
  width: 45px;
  height: 7px;
  padding: 5px;
}
#secondary_nav #careers a {
  background-position: 5px -25px;
}
#secondary_nav #careers a:hover {
  background-position: -145px -25px;
}
#secondary_nav #contact a {
  background-position: 5px 5px;
}
#secondary_nav #contact a:hover {
  background-position: -145px 5px;
}

#message h2 {
  font-size: 30px;
  line-height: 1.3em;
  color: #FFE49D;
}
#message p {
  font-size: 24px;
  line-height: 1.5em;
  color: #F2F2F2;
}

#technology_walkthrough {
  margin-bottom: 40px;
}
#technology_walkthrough h3 {
  font-size: 13px;
  display: none;
}

#careers_list h2 {
  color: #FFE49D;
  font-size: 1.0em;
  text-transform: uppercase;
}
#careers_list { margin-top: 2em; }
#careers_list h3 { 
  font-size: 1.5em; 
  color: white;
  text-transform: none;
}
div.job {
  margin-bottom: 40px;
}
div.job h3 {
  margin: 0;
  padding: 0;
}

#highlights {
  margin-top: 20px;
}
#highlights h2 {
  text-transform: uppercase;
}
#highlights span {
  color: #797250;
}

#footer {
  text-transform: uppercase;
  padding-top: 6px;
  font-size: 11px;
}
#footer span {
  color: #fff;
}
