@import "reset.css";
body {
  line-height: 1.4;
}
#container {
  display: block;
  float: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 960px;
}
#header {
  position: fixed;
  width: 160px;
  margin: 50px 10px;
  padding: 20px;
  border-width: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#header #logo {
  float: left;
  height: 80px;
  width: 200px;
  margin: 0 -20px 20px;
}
#header a#logo {
  display: block;
}
#header h1#logo {
  padding: 0;
}
#header #nav {
  float: left;
}
#header ul#nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header ul#nav li {
  float: left;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0;
  width: 160px;
}
#header ul#nav li a {
  padding: 0;
  line-height: 40px;
  display: block;
  width: 100%;
}
#header #report {
  float: left;
  width: 120px;
  padding: 60px 20px 20px;
  margin: 20px 0 0 0;
  background-position: 50% 24px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#header a#report {
  display: block;
}
#content {
  float: right;
  height: 100%;
  width: 720px;
  margin: 0;
  padding: 0;
  border-width: 0;
}
#content .section {
  float: left;
  padding: 20px 0;
  margin: 10px 0;
}
#content .section .headline {
  float: left;
  text-align: right;
  width: 180px;
  margin: 10px;
  padding: 20px;
  border-width: 0;
}
#content .section .article {
  float: right;
  width: 420px;
  margin: 10px;
  padding: 20px;
  border-width: 0;
}
#content .section .article p {
  margin: 0 0 1em;
}
#content .section .article ul {
  margin: 0 0 0.5em 2em;
}
#content .section .article li {
  padding: 0 0 0.5em;
}
#content #contact .article {
  width: 460px;
  margin: 0;
  padding: 10px;
  border-width: 0;
  margin: 10px 0;
}
#content #team ul.members {
  width: 420px;
  margin: 10px;
  padding: 20px;
  border-width: 0;
  list-style: none;
  margin: 0 -20px;
}
#content #team ul.members li.member {
  float: left;
  width: 100%;
  border-top-width: 1px;
  padding: 20px 0;
}
#content #team ul.members li.member .thumbnail {
  width: 80px;
  height: 80px;
  border-width: 10px;
  float: left;
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#content #team ul.members li.member .thumbnail img {
  width: 80px;
  height: 80px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#content #team ul.members li.member .info {
  padding: 0 20px;
  float: left;
  width: 380px;
}
#content #team ul.members li.member .name, #content #team ul.members li.member .position {
  display: block;
}
#content #team ul.members li.member .qualifications {
  list-style: disc;
  margin: 0;
  padding: 20px 0 0 1em;
  line-height: 20px;
}
#content #clients .article {
  width: 420px;
  margin: 10px;
  padding: 20px;
  border-width: 0;
}
#content #clients .article .groups {
  width: 460px;
  margin: 0;
  padding: 10px;
  border-width: 0;
  margin: -20px;
}
#content #clients .article .groups .group {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 160px;
  margin: 10px;
  padding: 20px;
}
#content #clients .article .groups .group h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0 -20px;
}
#content #clients .article .groups .group ul {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  font-size: 0.9em;
}
#content #clients .article .groups .group li {
  line-height: 20px;
  border-top-width: 1px;
  margin: 0;
  padding: 10px 20px;
}
#footer {
  float: left;
  line-height: 40px;
  margin: 10px;
  width: 940px;
}
#footer #copyright {
  float: left;
}
form fieldset {
  float: left;
  width: 230px;
  margin: 0;
  padding: 0;
  border-width: 5px;
}
form fieldset.submit {
  width: 470px;
  margin: 0;
  padding: 0;
  border-width: 5px;
  text-align: center;
}
form fieldset.submit input {
  display: inline-block;
  padding: 5px 20px;
  width: auto;
  height: 30px;
}
form fieldset.hidden {
  display: none;
}
form label {
  display: none;
}
form input, form textarea {
  width: 190px;
  padding: 10px;
  border-width: 0;
  line-height: 20px;
  height: 20px;
  margin: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form textarea {
  height: 140px;
}
/* Helpers
---------------------------------------- */
/* @group Button */
.button {
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  margin: 8px 0;
  padding: 0 20px;
  width: auto;
}
/* @end Button *//* Colors
---------------------------------------- */
/* Mixins
---------------------------------------- */
html {
  background: #dbdad7 url(../images/backgrounds/body.png) repeat 50% 0;
}
a {
  color: #cc0000;
  text-decoration: none;
}
a:hover {
  color: #660000;
  text-decoration: underline;
}
a:visited {
  color: #660000;
}
/* Structure
---------------------------------------- */
#header {
  background: #fff;
  color: #444;
  border-color: #fff;
  border-style: solid;
}
#header #logo {
  background: url(../images/branding/audit.png) no-repeat;
  color: #ff3333;
}
#header #nav li {
  border-color: #ccc;
  border-style: solid;
}
#header #nav li a {
  color: #444;
}
#header #nav li a:hover {
  color: #ff3333;
}
#header a#report {
  background-image: url(../images/components/document.png);
  background-repeat: no-repeat;
  color: #444;
}
#header a#report:hover {
  background-color: #444;
  color: #fff;
}
#content .section .description {
  color: #666666;
}
#team ul.members li {
  border-color: #ffffff;
  border-style: solid;
}
#team ul.members li .thumbnail {
  border-color: #ffffff;
  border-style: solid;
}
#team ul.members li .position {
  color: #666666;
}
#team ul.members li .qualifications {
  list-style: disc;
}
#clients li {
  border-color: #ffffff;
  border-style: solid;
}
form .submit input {
  background: #cc0000;
  color: #ffffff;
}
form .submit input:hover {
  background: #660000;
}
form input, form textarea {
  background: #ffffff;
  color: #333333;
}
form input.default, form textarea.default {
  color: #666666;
}
form input.error, form textarea.error {
  color: #660000;
}
form input.default.error, form textarea.default.error {
  color: #cc0000;
}
form .invalid {
  color: #cc0000;
}
/* Helpers
---------------------------------------- */
/* @group Button */
.button {
  background: #444444;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
a.button {
  color: #fff;
}
/* @end Button *//* Fonts
---------------------------------------- */
/* @group Fonts */
@font-face {
  font-family: Facit;
  font-weight: 700;
  src: url(/fonts/Facit_Extrabold.ttf);
}
@font-face {
  font-family: Facit;
  font-weight: 600;
  src: url(/fonts/Facit_Semibold.ttf);
}
@font-face {
  font-family: Facit;
  font-weight: 400;
  src: url(/fonts/Facit_Regular.ttf);
}
@font-face {
  font-family: Facit;
  font-weight: 200;
  src: url(/fonts/Facit_Light.ttf);
}
@font-face {
  font-family: Facit;
  font-weight: 100;
  src: url(/fonts/Facit_Extralight.ttf);
}
/* @end Fonts */
/* Mixins
---------------------------------------- */
/* Elements
---------------------------------------- */
body {
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
/* @group Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
  padding: 0 0 1em;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
/* @end Headers */
/* @group Text */
em {
  font-style: italic;
}
/* @end Text*/
/* Structure
---------------------------------------- */
#header #logo {
  text-indent: -5000px;
}
#header #nav li {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
}
#header #nav li a {
  text-decoration: none;
}
#header #report {
  text-align: center;
}
#header a#report {
  text-decoration: none;
}
#content .section .title {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#content .section .description {
  font-size: 0.9em;
}
#content .name {
  font-weight: 700;
}
#content .position {
  font-size: 0.9em;
}
#content .qualifications {
  font-size: 0.9em;
}
input, textarea {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 0.9em;
}
.invalid {
  font-size: 0.9em;
  text-align: center;
}
/* Helpers
---------------------------------------- */
/* @group Button */
.button {
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
/* @end Button */
/* @group Note */
.note .title {
  font-weight: 400;
}
/* @end Note */
/* @group Block */
.block .title {
  font-size: 2em;
  font-weight: 200;
}
/* @end Block */