.colored {
  color: #ff9900; }

.highlight {
  background-color: #ffface; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.serif {
  font-family: "Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",times,serif; }

.centered {
  text-align: center; }

.rounded-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.glossary {
  cursor: help;
  border-bottom: 1px dashed #888; }

img.border {
  border: 4px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

body {
  background: #eee;
  color: #999; }
  body p {
    font-size: 1.2em; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: #ccc 1px 1px 1px; }
  h1.noshadow, h2.noshadow, h3.noshadow, h4.noshadow, h5.noshadow, h6.noshadow {
    text-shadow: none; }

.title {
  text-align: center; }

#header {
  color: #fff;
  height: 55px;
  background: #223344;
  border-bottom: 4px solid #e6e6e6; }
  #header #identity {
    margin-top: 9px;
    text-align: right; }
    #header #identity #phone {
      float: left;
      font-size: 1.4em;
      padding-top: 10px; }
  #header #nav ul {
    list-style-type: none; }
    #header #nav ul li {
      float: left;
      font-size: 1.1em; }
      #header #nav ul li .active {
        color: #fff;
        font-weight: bold;
        background: #000011; }
      #header #nav ul li a, #header #nav ul li #phone {
        padding: 0 1em;
        padding-top: 19px; }
      #header #nav ul li a {
        font-weight: bold;
        margin-right: 1px;
        display: block;
        height: 36px;
        color: #fff;
        text-decoration: none; }
        #header #nav ul li a:hover {
          background: #000011;
          text-shadow: #666 0.1em 0.1em 0.1em;
          cursor: pointer; }
        #header #nav ul li a:active {
          background: #ff9900; }
      #header #nav ul li #phone {
        display: none;
        margin-left: 2em; }

#content {
  background: #fff;
  color: #000;
  padding-top: 2em; }
  #content .graybox {
    margin-top: 2em;
    padding: 2em;
    background: #efefef;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  #content #home #pop {
    padding-top: 2em;
    text-align: center; }
    #content #home #pop h1 {
      padding-bottom: 1em; }
    #content #home #pop #headlight {
      padding-bottom: 2em; }
  #content #home #detail {
    font-size: 1.2em;
    background: #ffface;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #ccc79b;
    padding: 1em 0; }
    #content #home #detail .item {
      padding-bottom: 2em; }
      #content #home #detail .item h4 {
        font-size: 1em;
        color: #223344;
        font-weight: bold;
        text-align: left;
        padding: 0;
        margin: 0; }
    #content #home #detail .item.bottom {
      padding-bottom: 0; }
  #content #home #more {
    padding-top: 2em; }
    #content #home #more #actions ul {
      list-style-type: none; }
      #content #home #more #actions ul li {
        font-size: 2em;
        border-bottom: 1px dashed #fff; }
        #content #home #more #actions ul li a {
          color: #000;
          font-style: italic;
          border-bottom: 1px dashed #000;
          font-weight: bold;
          text-decoration: none; }
          #content #home #more #actions ul li a:hover {
            border-color: #ff9900;
            color: #ff9900;
            text-shadow: #ccc 0.1em 0.1em 0.2em; }
  #content #home #testimonials {
    position: relative;
    height: 13em; }
    #content #home #testimonials .testimonial {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 50;
      display: none; }
      #content #home #testimonials .testimonial .quote {
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 2em;
        line-height: 1;
        text-shadow: #ccc 0.1em 0.1em 0.2em; }
        #content #home #testimonials .testimonial .quote:before, #content #home #testimonials .testimonial .quote:after {
          content: '"'; }
      #content #home #testimonials .testimonial .author {
        float: right; }
      #content #home #testimonials .testimonial .company {
        font-weight: bold; }
    #content #home #testimonials .testimonial.active {
      display: block; }
  #content #work #products {
    margin-bottom: 4em; }
    #content #work #products .product {
      text-align: center; }
      #content #work #products .product .detail h4 {
        width: 200px;
        margin: 0 auto;
        font-weight: bold; }
  #content #work #services .service {
    padding: 1em;
    margin-bottom: 2em; }
    #content #work #services .service p {
      text-align: left;
      padding-left: 110px; }
  #content #work #services .frameworks {
    text-align: center; }
    #content #work #services .frameworks h4 {
      color: #ccc;
      text-shadow: none; }
    #content #work #services .frameworks .framework {
      padding: 0 2em;
      display: inline; }
      #content #work #services .frameworks .framework a {
        text-decoration: none; }
    #content #work #services .frameworks #prototype.framework img {
      padding: 4px;
      background-color: #0e4faf; }
  #content #clients .title {
    text-align: center; }
  #content #clients .intro {
    font-size: 1.3em;
    text-align: center; }
  #content #clients #portfolio {
    padding: 20px 10px; }
    #content #clients #portfolio h4 {
      font-size: 1.5em; }
    #content #clients #portfolio .client {
      min-height: 100px;
      padding: 25px 5px;
      border-bottom: 1px solid #ccc; }
      #content #clients #portfolio .client .thumb {
        float: left;
        width: 250px;
        margin-right: 15px;
        padding: 2px; }
      #content #clients #portfolio .client .info {
        margin-left: 270px; }
      #content #clients #portfolio .client .provided {
        color: #666;
        font-style: italic;
        padding-top: 5px;
        font-size: 80%; }
    #content #clients #portfolio .clean {
      background: none;
      border: none; }
    #content #clients #portfolio .last {
      border-bottom: none; }
  #content #contact {
    font-size: 1.2em; }
    #content #contact #address {
      text-align: center; }
      #content #contact #address h3 {
        padding: 0;
        margin: 0; }
      #content #contact #address address {
        font-size: 1.2em;
        margin: 0; }
      #content #contact #address p {
        padding: 0;
        margin: 0; }
    #content #contact #map {
      width: 400px;
      margin: 0 auto; }
    #content #contact #form {
      padding: 5px;
      width: 700px;
      margin: 0 auto;
      background: #ffface;
      border: 1px solid;
      border-color: #ccc79b; }
      #content #contact #form td {
        padding-top: 0;
        padding-bottom: 0; }
      #content #contact #form input {
        padding: .2em;
        font-size: 1em; }
      #content #contact #form .submit {
        text-align: right; }
  #content #philosophy h2 {
    font-size: 3em; }
  #content #philosophy p {
    text-align: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em; }
  #content #about h2, #content #about h3 {
    text-shadow: none; }
  #content #about h2 {
    line-height: normal;
    font-size: 2.5em; }
  #content #about h3 {
    font-weight: normal;
    font-size: 2em; }
  #content #about #worksheet {
    margin-top: 2em;
    padding: 2em;
    background: #ffface;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    #content #about #worksheet h4 {
      font-size: 1.4em;
      font-variant: small-caps;
      font-weight: bold;
      text-transform: lowercase;
      margin-bottom: .4em; }
    #content #about #worksheet #problems {
      width: 400px;
      float: left; }
    #content #about #worksheet #solutions {
      width: 400px;
      float: left;
      margin-left: 75px; }
    #content #about #worksheet #slogan {
      width: 600px;
      margin: 0 auto;
      padding: 1em;
      background: #eee9bd;
      text-align: center; }
      #content #about #worksheet #slogan h2 {
        padding: 0;
        margin: 0; }
  #content #about #signature {
    margin-top: 2em; }

#footer {
  border-top: 4em solid white; }
  #footer .container {
    text-align: center; }
  #footer #images a {
    text-decoration: none; }
  #footer #images img {
    padding: 10px; }
  #footer #footer-text p, #footer #footer-text address {
    margin: 0; }
