/*
FILENAME: products.css
DESCRIPTION: This stylesheet serves additional declarations for Onehub.com products
*/

.lockup {
  background: no-repeat;
  background-position: 0 50%;
  margin-bottom: 0;
  text-indent: -9999px;
}

#banner .buttons {
  background-color: #4a6949;
  background-color: rgba(0, 0, 0, .2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: right;
  padding: 5px;
  width: 150px;
}

.workspaces #banner .grid_6 { width: 306px; }

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

.workspaces #banner .omega { margin: 0px; }
.workspaces .lockup { background-image: url("../images/logo-workspaces-white-185x40.png"); }
.transfers .lockup { background-image: url("../images/logo-transfers-white-146x40.png"); }

.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 Cambria, Georgia, Times, 'Times New Roman', serif;
  padding: 10px;
}

h4 { margin: 10px 0; }

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

q { line-height: 20px; }

ul.features { overflow: hidden; }
ul.features li { margin-top: 20px; }