/*
FILENAME: whatwedo.css
DESCRIPTION: This stylesheet serves additional declarations for the Esberi.com What We Do Page
*/

hr {
  margin: 0 auto 19px auto;
  width: 940px;
}

/* BANNER */

#banner {
  padding-bottom: 0;
  position: relative;
  background: #3fa9f5;
}

#banner .pitch {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin: 0 0 20px 0;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
}

#banner h1 {
  color: #fefefe;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px;
}

.lockup {
  background: no-repeat;
  background-position: 0 50%;
  margin-bottom: 0;
  color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;
}



#banner .buttons {
  background-color: #3fa9f5;
/*  background-color: rgba(0, 0, 0, .4);*/
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  width: 150px;
}

#banner .button {
  border-color: #646464;
  width: 148px;
}

.hero {
  border-bottom: 1px solid #eee;
  display: block;
  height: 334px;
  margin-bottom: 20px;
  overflow: hidden;
}

.annotation {
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-width: 0 1px 1px 1px;
  color: #666;
  font: italic 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 10px;
}

h4 { margin: 10px 0; }
.grid_4 p { font-size: 13px; }

.bulleted li {
  color: #828282;
  font-size: 13px;
  margin-bottom: 20px;
}

q { line-height: 20px; }
