/* CSS generated by SASS */
/* General
----------------------------------------- */
body {
  background: #212020;
  border-top: 5px solid #ff9d00;
  color: #7c7c7c;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
  text-shadow: #000 0px 1px 0px; }

img a,
a img {
  border: 0px; }

a {
  color: #ff9d00; }

ul {
  list-style: none; }

div#wrapper {
  margin: 0 auto;
  margin-top: 60px;
  width: 772px;
  padding-bottom: 40px; }

/* Headings
----------------------------------------- */
h3 {
  color: #ff9d00;
  font-size: 1.3em;
  padding-top: 15px;
  text-transform: capitalize; }

/* Logo / Header
----------------------------------------- */
header {
  margin-top: 50px; }

h1 {
  height: 116px;
  width: 385px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
  text-indent: -10000px; }
  h1 a {
    height: 116px;
    width: 385px;
    background: url("../images/logo.jpg") no-repeat;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
    float: left; }

/* Contact
----------------------------------------- */
section#contact {
  position: fixed;
  top: 10px;
  color: #fff;
  background: #212020;
  padding: 10px;
  margin: 0 auto;
  width: 772px;
  text-align: center;
  border: 2px dashed #313131; }

/* Introduction
----------------------------------------- */
section#introduction {
  border-top: 2px dashed #313131;
  font-size: 1.1em;
  line-height: 170%; }
  section#introduction p {
    padding: 10px 0;
    text-align: justify; }
  section#introduction ul {
    color: #919191;
    font-size: 0.9em;
    list-style: square;
    list-style-position: inside;
    padding: 0 30px 10px 30px; }
  section#introduction strong {
    color: #919191; }

/* Client List + Filter
----------------------------------------- */
ul#filter {
  border-top: 2px dashed #313131;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px 5px 0; }
  ul#filter li {
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
    margin-top: 30px; }
  ul#filter li.current a {
    color: #7c7c7c;
    font-weight: bold; }

section#clientlist {
  font-size: 1.1em;
  margin-top: 15px; }
  section#clientlist li.detailed {
    clear: both;
    padding: 3px; }
  section#clientlist dl {
    float: left;
    line-height: 170%;
    margin-left: 20px; }
  section#clientlist li dl dt {
    border-bottom: 1px dashed #313131;
    font-weight: light;
    padding: 5px 0;
    width: 400px; }
  section#clientlist li dl dt span {
    font-weight: bold;
    padding-right: 10px; }
  section#clientlist li dl dt:last-child {
    border-bottom: 0px; }
  section#clientlist li.compact {
    padding: 10px;
    float: left;
    display: inline;
    overflow: hidden; }
  section#clientlist li.compact img {
    width: 236px;
    height: 160px; }
  section#clientlist img {
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px; }

