body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 */
/* Styles for 768px max device width
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 980px) {
  body {
    width: 980px;
    padding: 0; }

  nav .content {
    width: 620px; }

  header {
    width: 620px;
    position: relative;
    z-index: 0; }
    header h1 {
      font-size: 280%;
      width: 80%;
      margin: auto; }

  #work {
    width: 100%;
    overflow: auto; }
    #work .content {
      display: block; }
    #work .controls {
      position: absolute;
      top: 260px;
      width: 870px !important;
      left: 40px !important;
      z-index: 40; }
    #work #carousel figure {
      float: right;
      margin: 0 0 20px 50px;
      height: auto; }
      #work #carousel figure hgroup {
        float: left;
        width: 100%;
        clear: both; }
      #work #carousel figure aside {
        float: right;
        padding: 0;
        margin-top: 0;
        height: 360px; }
        #work #carousel figure aside .linkout {
          display: block;
          margin: 0;
          position: relative; }
        #work #carousel figure aside em {
          font-size: 90%; }
        #work #carousel figure aside a {
          float: left;
          clear: both;
          margin: 0; }
      #work #carousel figure img {
        width: 50%;
        float: left;
        margin: 0 20px 0 0; }
      #work #carousel figure aside {
        float: left; }

  #clients {
    display: none; }

  footer {
    overflow: auto;
    margin: 0; }
    footer .copyright {
      width: 600px;
      margin: auto;
      background: none; }
    footer .content {
      width: 620px;
      margin: auto;
      background: none; } }
/*
.-.   .-.         .--.              .-----. _  .-.                   
: :.-.: :        : .; :             `-. .-':_;.' `.                  
: :: :: : .--.   :    :.--.  .--.     : :  .-.`. .'.--.  ,-.,-. .--. 
: `' `' ;' '_.'  : :: :: ..'' '_.'    : :  : : : :' .; ; : ,. :`._-.'
 `.,`.,' `.__.'  :_;:_;:_;  `.__.'    :_;  :_; :_;`.__,_;:_;:_;`.__.'
*/
/* Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  background: #d5d5d5 url("noise.png");
  font-size: small;
  font-family: Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  color: #0784c3; }

.oops {
  width: 640px;
  background: white; }

/* Containers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#announcement {
  background: #C5EBFA;
  padding: 9px 10px;
  text-align: center;
  font-size: 120%; }

nav {
  margin: 0 auto;
  padding: 0;
  background: black url("crosshatch.jpg") top center repeat;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 15px 15px #333333 inset;
  -moz-box-shadow: 0 15px 15px #333333 inset;
  box-shadow: 0 -5px 8px #1a1a1a inset; }
  nav .content {
    width: 920px;
    margin: auto; }
  nav ul {
    overflow: auto;
    width: 380px;
    float: left; }
    nav ul li {
      float: left;
      list-style: none;
      color: #efefef;
      font-weight: bold;
      font-size: 110%;
      padding: 10px 20px;
      cursor: pointer; }
      nav ul li a {
        text-decoration: none;
        color: white; }
      nav ul li#email {
        font-weight: lighter;
        font-family: Georgia, Times, serif;
        font-style: italic; }
      nav ul li.here, nav ul li:hover {
        border-bottom: 3px solid #e65d1c; }

header {
  margin: auto;
  width: 960px;
  padding: 0; }
  header h2 {
    text-align: center;
    font-size: 190%;
    font-weight: bold;
    color: #6d2c0c !important;
    text-shadow: 0 1px 0 #efefef;
    margin: 0; }

#primary {
  width: 920px;
  margin: auto;
  padding: 20px;
  overflow: hidden; }
  #primary .intro-copy {
    width: 340px;
    float: left; }
    #primary .intro-copy p {
      font-family: Georgia, Times, serif;
      font-size: 140%;
      line-height: 1.3em;
      color: #4b4747;
      text-shadow: 0 1px 0 #efefef;
      margin: 0 0 1.4em; }
    #primary .intro-copy .number {
      width: 200px;
      padding: 10px;
      margin: 20px 0 0 0;
      clear: both;
      color: #524744;
      text-align: center;
      font-size: 130%;
      text-shadow: 0 1px 0 white; }
  #primary .feature {
    height: 440px;
    float: left;
    position: relative;
    margin: 0 0 0 10px; }
    #primary .feature .stamp {
      left: -30px;
      top: -130px;
      background: none !important;
      border: 0 !important;
      width: 150px;
      height: 150px;
      -webkit-transform: rotate(-30deg);
      -moz-transform: rotate(-30deg); }
    #primary .feature .card {
      width: 520px;
      height: 350px;
      -webkit-box-shadow: 0 2px 6px #bcbcbc;
      -moz-box-shadow: 0 2px 6px #bcbcbc;
      box-shadow: 0 2px 6px #bcbcbc;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      position: relative;
      -webkit-transform: rotate(1deg);
      -moz-transform: rotate(1deg);
      margin: 0 20px 0 0;
      background: white; }
      #primary .feature .card .tape {
        position: absolute;
        z-index: 90;
        background: none;
        border: 0;
        top: -35px;
        left: 170px; }
      #primary .feature .card img {
        position: relative;
        z-index: 20;
        padding: 15px;
        background: #f2f2f2;
        border-top: 1px solid white; }
      #primary .feature .card .left-shadow {
        background: #4b4747;
        -webkit-box-shadow: 0 10px 10px #312e2e;
        -moz-box-shadow: 0 10px 10px #312e2e;
        box-shadow: 0 10px 10px #312e2e;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        position: absolute;
        z-index: 10;
        left: 5px;
        bottom: 14px;
        width: 300px;
        height: 40px; }
      #primary .feature .card .right-shadow {
        background: #4b4747;
        -webkit-box-shadow: 0 10px 10px #312e2e;
        -moz-box-shadow: 0 10px 10px #312e2e;
        box-shadow: 0 10px 10px #312e2e;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        transform: rotate(3deg);
        position: absolute;
        z-index: 10;
        right: 5px;
        bottom: 14px;
        width: 300px;
        height: 40px; }
  #primary .quotes {
    background: url("rule.png") top center no-repeat;
    width: 920px;
    margin: auto;
    clear: both;
    overflow: auto;
    padding-top: 20px; }
    #primary .quotes blockquote {
      width: 420px;
      margin: 0 20px 0 0;
      float: left;
      font-family: Georgia, Times, serif;
      color: #3c3c3c;
      line-height: 1.4em;
      position: relative;
      text-shadow: 0 1px 0 white; }
      #primary .quotes blockquote cite {
        position: absolute;
        right: 0;
        bottom: 0;
        font-style: italic;
        color: #362f2d;
        font-weight: bold; }
      #primary .quotes blockquote img {
        background: white;
        padding: 4px 4px 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #b8adaa;
        float: left;
        margin: 0 10px 0 0;
        -webkit-box-shadow: 0 2px 6px #bcbcbc;
        -moz-box-shadow: 0 2px 6px #bcbcbc;
        box-shadow: 0 2px 6px #bcbcbc;
        position: relative;
        z-index: 20; }

#work {
  background: #323336 url("work-background.jpg") bottom center repeat-x;
  -webkit-box-shadow: 0 0 20px black inset, 0 0 30px #666666;
  -moz-box-shadow: 0 0 20px black inset, 0 0 30px #666666;
  box-shadow: 0 0 20px black inset, 0 0 30px #666666;
  border-bottom: 1px solid #d5d5d5;
  background-clip: border-box;
  position: relative;
  z-index: 40;
  width: 100%; }
  #work .content {
    width: 920px;
    height: 500px;
    padding: 20px;
    margin: auto;
    position: relative;
    z-index: 20; }
    #work .content .case-study-copy {
      height: 320px;
      width: 240px;
      overflow: hidden;
      margin: 10px 0 20px;
      padding: 20px 20px 0 0; }
      #work .content .case-study-copy em {
        font-family: Georgia, Times, serif;
        font-style: italic;
        font-size: 120%; }
    #work .content .controls {
      position: absolute;
      top: 260px;
      width: 1000px;
      left: -10px;
      z-index: 40; }
      #work .content .controls #prev {
        width: 90px;
        float: left;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #efefef url("back.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 1px solid white;
        -webkit-box-shadow: 0 0 3px #362f2d, 0 1px 0 white inset;
        -moz-box-shadow: 0 0 3px #362f2d, 0 1px 0 white inset;
        box-shadow: 0 0 3px #362f2d, 0 1px 0 white inset;
        text-align: center;
        cursor: pointer; }
      #work .content .controls #next {
        width: 90px;
        float: right;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #efefef url("next.png") center center no-repeat;
        width: 30px;
        height: 30px;
        border: 1px solid white;
        -webkit-box-shadow: 0 0 3px #362f2d, 0 1px 0 white inset;
        -moz-box-shadow: 0 0 3px #362f2d, 0 1px 0 white inset;
        box-shadow: 0 0 3px #362f2d, 0 1px 0 white inset;
        text-align: center;
        cursor: pointer; }
    #work .content figure {
      width: 900px;
      margin: auto;
      padding: 0 20px 0 20px; }
      #work .content figure img {
        margin: -25px 0 40px 0;
        float: left; }
      #work .content figure hgroup {
        padding-top: 15px; }
      #work .content figure h3 {
        font-size: 190%;
        color: #efefef;
        font-weight: bold;
        text-shadow: 0 1px 0 black; }
      #work .content figure h4 {
        text-transform: uppercase;
        color: #e65d1c;
        font-weight: 700;
        text-shadow: 0 1px 0 black; }
      #work .content figure p {
        color: #cccccc;
        margin: 0 0 1.4em 0;
        line-height: 1.4em;
        text-shadow: 0 1px 0 #11121a; }
      #work .content figure a {
        background: rgba(255, 255, 255, 0.2) url("arrow.png") center right no-repeat;
        padding: 6px 30px 6px 6px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        color: white;
        text-decoration: none;
        float: right;
        text-shadow: 0 1px 0 black;
        -webkit-box-shadow: 0 1px 0 black;
        -moz-box-shadow: 0 1px 0 black;
        box-shadow: 0 1px 0 #11121a;
        position: absolute;
        z-index: 99; }
        #work .content figure a:hover {
          background: rgba(255, 255, 255, 0.3) url("arrow.png") center right no-repeat; }
    #work .content h1 {
      color: #efefef;
      text-align: left;
      font-size: 240%;
      text-shadow: 0 1px 0 black; }

#clients {
  width: 100%; }
  #clients .content {
    width: 920px;
    padding: 20px;
    margin: auto;
    overflow: hidden;
    /* Logo-Specific Styles */ }
    #clients .content div.logo {
      margin: 0 24px;
      width: 180px;
      height: 100px;
      overflow: hidden;
      float: left; }
      #clients .content div.logo img {
        -transition: opacity 1.2s;
        -webkit-transition: opacity 1.2s;
        -moz-transition: opacity 1.2s; }
      #clients .content div.logo img:hover {
        opacity: 0; }
    #clients .content div#ygs.logo {
      background: url("logos/your-garden-show.png") no-repeat 0px -100px; }
    #clients .content div#parasitx.logo {
      background: url("logos/parasitx.png") no-repeat 0px -100px; }
    #clients .content div#schoolcnxt.logo {
      background: url("logos/schoolcnxt.png") no-repeat 0px -100px; }
    #clients .content div#tuv-rheinland.logo {
      background: url("logos/tuv-rheinland.png") no-repeat 0px -100px; }
    #clients .content div#winimation.logo {
      background: url("logos/winimation.png") no-repeat; }
    #clients .content div#pff.logo {
      background: url("logos/play-flag-football.png") no-repeat 0px -100px; }
    #clients .content div#dominion.logo {
      background: url("logos/dominion-enterprises.png") no-repeat 0px -100px; }
    #clients .content div#qritters.logo {
      background: url("logos/qritters.png") no-repeat 0px -100px; }
    #clients .content div#musicville.logo {
      background: url("logos/musicville.png") no-repeat 0px -100px; }
    #clients .content div#evolve-foods.logo {
      background: url("logos/evolve-foods.png") no-repeat 0px -100px; }
    #clients .content div#john-welbourn.logo {
      background: url("logos/john-welbourn.png") no-repeat 0px -100px; }
    #clients .content div#aeir-biologic.logo {
      background: url("logos/aeir-biologic.png") no-repeat 0px -100px; }
    #clients .content div#fyp.logo {
      background: url("logos/find-your-policy.png") no-repeat 0px -100px; }
    #clients .content div#fringe.logo {
      background: url("logos/fringe-embassy.png") no-repeat 0px -100px; }
    #clients .content div#sparkroute.logo {
      background: url("logos/sparkroute.png") no-repeat 0px -100px; }
    #clients .content div#start-norfolk.logo {
      background: url("logos/start-norfolk.png") no-repeat 0px -100px; }
    #clients .content h1 {
      color: #252739;
      text-align: left;
      font-size: 240%;
      text-shadow: 0 1px 0 white; }

footer {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 0 20px;
  background: url("crosshatch.jpg") top center;
  -webkit-box-shadow: 0 0 10px black inset, 0 0 30px #666666;
  -moz-box-shadow: 0 0 10px black inset, 0 0 30px #666666;
  box-shadow: 0 0 10px black inset, 0 0 30px #666666;
  color: #b3b3b3;
  text-shadow: 0 -1px 0 black;
  overflow: auto; }
  footer hr {
    height: 1px;
    border: 0;
    color: black;
    background: black;
    -webkit-box-shadow: 0 1px 0 #6d6b75;
    -moz-box-shadow: 0 1px 0 #6d6b75;
    box-shadow: 0 1px 0 #6d6b75;
    clear: both; }
  footer .copyright {
    width: 940px;
    margin: auto;
    clear: both; }
    footer .copyright img {
      float: right;
      margin: 0 5px 0 0; }
      footer .copyright img a {
        border: 0; }
  footer .content {
    width: 940px;
    margin: auto;
    padding: 20px 0 0 0; }
    footer .content p {
      font-size: 110%; }
    footer .content h3 {
      font-size: 120%;
      font-weight: bold;
      margin: 0 0 5px 0; }
    footer .content .tweets {
      float: left;
      width: 540px;
      margin: 0 20px 0 0; }
      footer .content .tweets .tweet_list {
        margin: 15px 0 0 0; }
      footer .content .tweets .tweet_time {
        display: none; }
      footer .content .tweets .tweet_text {
        display: block;
        padding: 10px;
        background: rgba(255, 255, 255, 0.1);
        margin: 0 0 20px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px #11121a;
        -moz-box-shadow: 0 1px 2px #11121a;
        box-shadow: 0 1px 2px #11121a;
        font-size: 110%;
        cursor: pointer; }
        footer .content .tweets .tweet_text a {
          text-decoration: none;
          color: #0784c3; }
    footer .content .location {
      width: 340px;
      float: left; }
      footer .content .location .map {
        padding: 3px;
        background: #252739;
        margin: 10px 0 0 0;
        border: 0; }

/* Blog Stuff
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body#blog p {
  font-size: 110%;
  color: #605350;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  margin: 0 0 1.2em; }
body#blog .right-column {
  width: 580px;
  float: left;
  padding-top: 15px; }
body#blog article {
  background: url("rule.png") bottom center no-repeat;
  padding: 10px 0; }
  body#blog article dl {
    margin-bottom: 1.4em; }
    body#blog article dl dt {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 120%;
      font-weight: bold;
      color: #524744; }
    body#blog article dl dd {
      font-size: 110%;
      color: #605350;
      font-family: Helvetica, Arial, sans-serif;
      line-height: 1.6em;
      margin: 0 0 1.2em; }
  body#blog article em, body#blog article b {
    font-style: italic; }
  body#blog article ul {
    margin-bottom: 1.4em; }
    body#blog article ul li {
      list-style: disc outside;
      font-size: 110%;
      color: #605350;
      font-family: Helvetica, Arial, sans-serif;
      line-height: 1.6em; }
  body#blog article h3 {
    font-size: 150%;
    color: #0784c3;
    font-weight: bold;
    text-shadow: 0 1px 0 white; }
  body#blog article h4 {
    color: #524744;
    margin: 0 0 1.4em; }
body#blog .pretty {
  width: 240px;
  margin-right: 30px;
  float: left; }
  body#blog .pretty ul li {
    font-weight: bold;
    color: #524744; }
    body#blog .pretty ul li cite {
      display: block;
      color: #0784c3;
      margin: 0 0 10px;
      font-family: Georgia, Times, serif;
      font-style: italic; }
  body#blog .pretty h3 {
    text-transform: uppercase;
    font-size: 130%;
    color: #9b3e11;
    margin: 0 0 1em; }

.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight: bold;
  color: #524744; }

/* Fonts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 {
  font-size: 380%;
  color: #9b3e11;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 white, 0 -1px 0 #6d2c0c;
  margin: 0 0 20px;
  letter-spacing: -0.05em; }
  h1.left {
    text-align: left; }

h2 {
  font-family: Georgia, Times, serif;
  font-size: 140%;
  color: #362f2d;
  text-shadow: 0 1px 0 white;
  margin: 0 0 20px;
  line-height: 1.4em; }

/* Buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 180%;
  color: white;
  float: left;
  font-weight: bold;
  cursor: pointer;
  width: 200px;
  background-clip: border-box; }
  .button a {
    color: white;
    text-decoration: none; }
  .button h6 {
    font-size: 14px;
    text-align: center; }
  .button h3 {
    font-weight: bold;
    text-align: center;
    margin: 0; }
  .button.orange {
    background: #e65d1c;
    border: 1px solid #e65d1c;
    -webkit-box-shadow: 0 1px 0 #f09f78 inset, 0 -1px 0 #8d380f inset, 0 20px 20px #eb7e4a inset, 0 1px 6px #666666;
    -moz-box-shadow: 0 1px 0 #f09f78 inset, 0 -1px 0 #8d380f inset, 0 1px 6px #666666;
    box-shadow: 0 1px 0 #f09f78 inset, 0 -1px 0 #8d380f inset, 0 10px 8px #eb7e4a inset, 0 1px 6px #666666;
    text-shadow: 0 -1px 0 #8d380f; }
    .button.orange:active {
      -webkit-box-shadow: 0 0 3px #8d380f inset, 0 5px 8px #8d380f inset, 0 1px 0 white;
      -moz-box-shadow: 0 0 3px #8d380f inset, 0 5px 8px #8d380f inset, 0 1px 0 white;
      box-shadow: 0 0 6px #311305 inset, 0 5px 8px #8d380f inset, 0 1px 0 white;
      border: 1px solid #8d380f;
      text-shadow: 0 -1px 0 #8d380f; }
  .button.coolblue {
    background: #0784c3;
    border: 1px solid #0784c3;
    -webkit-box-shadow: 0 1px 0 #38b8f8 inset, 0 -1px 0 #034161 inset, 0 15px 2px #09a5f4 inset, 0 1px 6px #666666;
    -moz-box-shadow: 0 1px 0 #38b8f8 inset, 0 -1px 0 #034161 inset, 0 15px 2px #09a5f4 inset, 0 1px 6px #666666;
    box-shadow: 0 1px 0 #38b8f8 inset, 0 -1px 0 #034161 inset, 0 15px 2px #09a5f4 inset, 0 1px 6px #666666;
    text-shadow: 0 -1px 0 #034161; }
    .button.coolblue:active {
      -webkit-box-shadow: 0 0 3px #034161 inset;
      -moz-box-shadow: 0 0 3px #034161 inset;
      box-shadow: 0 0 6px black inset, 0 1px 0 white;
      text-shadow: 0 -1px 0 #034161; }
  .button.gemgreen {
    background: #8cd825;
    border: 1px solid #8cd825;
    -webkit-box-shadow: 0 1px 0 #bae87b inset, 0 -1px 0 #548116 inset, 0 15px 2px #a3e14f inset, 0 1px 6px #666666;
    -moz-box-shadow: 0 1px 0 #bae87b inset, 0 -1px 0 #548116 inset, 0 15px 2px #a3e14f inset, 0 1px 6px #666666;
    box-shadow: 0 1px 0 #bae87b inset, 0 -1px 0 #548116 inset, 0 15px 2px #a3e14f inset, 0 1px 6px #666666;
    text-shadow: 0 -1px 0 #548116; }
    .button.gemgreen:active {
      -webkit-box-shadow: 0 0 3px #548116 inset;
      -moz-box-shadow: 0 0 3px #548116 inset;
      box-shadow: 0 0 6px #1b2a07 inset, 0 1px 0 white;
      text-shadow: 0 -1px 0 #548116; }

/* Logos
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr {
  height: 2px;
  background: url("rule.png") top center no-repeat;
  border: 0;
  margin: 0 0 20px; }

/* Headers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header {
  padding-top: 20px; }
  header .banner {
    width: 920px;
    height: 180px;
    -webkit-box-shadow: 0 0 10px #362f2d inset, 0 1px 0 white;
    -moz-box-shadow: 0 0 10px #362f2d inset, 0 1px 0 white;
    box-shadow: 0 0 10px #362f2d inset, 0 1px 0 white;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: border-box;
    position: relative; }
    header .banner img {
      position: absolute;
      top: -55px;
      right: -45px; }
  header.community {
    background: url("community-header.jpg") top center no-repeat; }
  header.blog {
    background: url("blog-header.jpg") top center no-repeat; }
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 */