/* 
  CSC.CSS
  copelandsmith.com
  John McLennan / The Golden Grouse 2011
---------------------------------------- */
/* RESET
---------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

br.hurdle {
  clear: both; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

::-moz-selection {
  background-color: #e7757a;
  color: #000; }

::selection {
  background-color: #e7757a;
  color: #000; }

/* GENERAL
---------------------------------------- */
body {
  color: #333;
  text-shadow: white 0px 1px 1px;
  letter-spacing: -0.01em; }

header, #content, footer {
  width: 100%;
  overflow: hidden;
  *zoom: 1; }

.wrapper {
  width: 984px;
  margin: 0 auto; }

ul {
  list-style-image: url("../_images/bullet.png"); }

li {
  list-style-position: outside;
  margin: 0 16px 1em 16px;
  line-height: 1.4; }

h2, h3, h4 {
  margin-bottom: 0.8em; }

h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #df4a50;
  text-shadow: 0px 1px 1px #fff; }

h3 {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px; }

p {
  margin-bottom: 1em;
  line-height: 1.4; }

.last {
  margin-right: 0 !important; }

hr.rule {
  height: 3px;
  background-color: #f2f2f2;
  margin: 20px 0 30px;
  width: 100%;
  clear: both;
  border: 0;
  overflow: hidden;
  *zoom: 1; }

a {
  color: #df4a50;
  text-decoration: none; }
  a:hover {
    background-color: #ffc; }

/* HEADER
---------------------------------------- */
header {
  background: white url("../_images/scs-header-bg-gradient.gif") repeat-x bottom left; }
  header .wrapper {
    background: transparent url("../_images/scs-portrait.png") no-repeat 570px bottom;
    padding: 60px 0;
    min-height: 280px;
    position: relative; }
  header h1 {
    color: #df4a50;
    font-size: 36px;
    letter-spacing: -0.08em;
    margin: 0 0 0.5em;
    text-shadow: 0px 1px 1px #fff; }
  header p {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    width: 555px;
    text-shadow: 0px 1px 1px #fff; }

#caption {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  position: absolute;
  bottom: 16px;
  right: 430px;
  color: #999;
  text-align: right;
  display: block;
  text-shadow: 0px 1px 1px #fff; }

/* CONTENT
---------------------------------------- */
.half {
  font-size: 14px;
  margin: 20px 16px 0 0px;
  width: 484px;
  float: left; }
  .half ul {
    color: #df4a50; }
  .half li {
    font-size: 13px;
    color: #666;
    list-style-position: outside;
    margin: 0 16px 1em 16px;
    line-height: 1.4;
    float: left;
    width: 210px;
    min-height: 55px; }

.third {
  font-size: 13px;
  color: #555;
  margin: 0 15px 0 0;
  width: 318px;
  float: left; }

.client {
  margin-bottom: 1.5em;
  font-size: 11px;
  color: #666; }
  .client h3 {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px; }
  .client .img {
    margin-bottom: 1em;
    display: block;
    width: 318px;
    height: 90px;
    background-color: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }

/* FOOTER
---------------------------------------- */
footer {
  padding-bottom: 30px; }
  footer p {
    color: #ccc;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1em; }
    footer p a {
      color: #ccc; }
      footer p a:hover {
        color: #999; }
