body{
 font-family: 'Droid Sans', sans-serif;
 font-size: 16px;
 min-width: 955px;
 
}
h1 {
 font-family: 'Calibri','PT Sans', sans-serif;
}
a {
  text-decoration: none;
  color: #7e7e7e;
}
a:hover, a.active {
  color: #fff;
}
nav, section {
  margin: 0 auto;
  width: 960px;
}
header {
  width: 100%;
  min-width: 955px;
  background: #212121 url('/images/vicarious-dark.png') 50% 0 no-repeat;
  height: 85px;
  padding-top: 40px;
}

header a#logo {
  float: left;
  display: block;
  margin-left: 50px;
}
header ul {
  padding-top: 20px;
  margin-left: 160px;
  float: left;
  display: block;
}
header ul li {
  float: left;
  width: 80px;
  text-align: center;
  font-size: 16px;
}

#home_container {
  width: 100%;
  min-width: 955px;
  background: #212121;
/*  background: #212121 url('/images/background_.png') -125px repeat-x;
*/}

#home {
  width: 100%;
  min-width: 955px;
  background: #212121 url('/images/vicarious-dark.png') 50% -125px no-repeat;
/*  background: #161616 url('http://vicarious.com/images/background_.png') repeat-x;*/
  height: 385px;
  color: #fff;
  border-bottom: 2px solid  #161616;
}

#home section {
  padding-top: 35px;
}
#home h2.mission {
  text-align: center;
  font-size: 28px;
  color: #646464;
  line-height: 1.3em;
  letter-spacing: 1px;
}
#home h1 {
  text-shadow: 0 0 0.5em black;
  font-weight: normal;
  font-size: 64px;
  text-align: center;
/*  margin-left: 35px;
  margin-right: 15px;
*/  
  line-height: 1.4em;
/*  letter-spacing: 1px;
*/}

#home h2.subtitle {
  text-align: center;
  font-size: 40px;
  color: #a9a9a9;
  line-height: 1.5em;
}



div.buttons {
  margin-top: 40px;
  text-align: center;
}
a.button {
  background: #969096;
  font-size:24px;
  padding: 9px 16px;
  color: #3b393b;
}
a.button:hover {
  background: #fff;
  font-size:24px;
  padding: 9px 16px;
  color: #000;
}

section.headline_group {
  padding-left: 90px;
  
}
section h3{
  color: #686ba3;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 8px;
}
.headline {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 05px;
  width: 160px;
  padding: 15px 20px 32px;
  position: relative;
  height: 65px;
  background: #f0f0f0;
  font-style: italic;
  color: #3e3e3e;
  float: left;
  display: block;
  line-height: 24px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.headline span {
  color: #777676;
  font-style: normal;
  position: absolute;
  bottom: 10px;
  right: 24px;
}

.headline:hover {
  background: #ccc;
  color: #3e3e3e;
}

.recommendation {
  width: 400px;
  color: #7a7477;
  font-size: 17px;
  line-height: 28px;
  float: left;
  margin-left: 35px;
  margin-bottom: 14px;
  font-style: italic;
}

.recommendation.first {
  margin-left: 15px;
  margin-right: 30px;
  width: 380px;
}

.recommendation p {
  text-align: right;
  font-style: normal;

}

.recommendation p.author a {
  color: #8d2482;
  font-weight: bold;
}
#content {
  width: 100%;
  padding-top: 40px;
  min-width: 955px;
  background: url('/images/sub_bg.png') 50% -125px no-repeat;
}
#content a:hover {
  color: black;
}

.signup {
  margin-left: 10px;
  margin-right: 10px;
  width: 820px;
  margin-bottom: 45px;
  text-align: center;
  padding: 15px 20px ;
  background: #f0f0f0;
  color: #3e3e3e;
  display: block;
  line-height: 34px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  
}

footer {
  background: #212121;
  width: 100%;
  min-width: 955px;
  height: 80px;
  padding-top: 30px;
}

footer #small-logo {
  margin-left: 10px;
}

footer ul, footer #small-logo {
  float: left;
}

footer .social {
  padding-top: 10px;
  float: right;
  margin-right: 20px;
  display: none;
}

footer .social .fb {
  margin-left: 30px;
}

footer ul {
  width: 620px;
  margin-left: 3px;
  padding-top: 20px;
}

footer ul li {
  float: left;
  padding: 0px 25px;
  text-align: center;
}
