/* @font-face "Colaborate" */
h1, .bold {
  font-family: ColaborateBold;
  font-weight:500;
  line-height:normal;
}

h2, h4, .thin {
  font-family: ColaborateThin;
  font-weight:100;
  line-height:normal;
}

h3, .med {
  font-family: ColaborateMedium;
  font-weight:400;
  line-height:normal;
}

/* specific font treatments */
h1,h2,h3,h4 {
  margin-bottom:5px;
}

h1 {
  font-size:270%;
  color:#505050;
  text-transform:uppercase;
  letter-spacing:-2px;
}

h2 {
  font-weight:100;
  font-size:270%;
  color:#333;
  letter-spacing:-2px;
}

h3 {
  font-size:153.9%;
  color:#8DD600;
  text-transform:uppercase;
  letter-spacing:-1px;
}

h4 {
  font-weight:100;
  font-size:182%;
  color:#000;
}

.thin {
  font-weight:100;
}

.med {
  font-weight:bold;
}

.bold {
  font-weight:bold;
}


h5, h6 {
  font-size:108%;
  font-weight:bold;
}

html, input, textarea {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.538em;
}
input, textarea {
  padding: 0.4em;
  margin: 0.1em;
}

input, select {
	font-weight: normal;
	vertical-align: middle;
}

/* general styles */
a {
	color: #9b9b9b;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
  font-size:108%;
  line-height: 155%;
	padding: 5px 0 10px 0;
}

em {
	color: #a2cc2c;
	font-style: normal;
	font-weight: bold;
}

ul li {
	background: url(/images/marker1.png) left 10px no-repeat;
	line-height: 2.07em;
	padding-left: 28px;
}

ol li {
  list-style-position:outside;
  margin-left:20px;
  margin-bottom:10px;
}

li a {
	color: #aad330;
	font-weight: bold;
}

.imgindent {
	float: left;
	margin: 0 15px 0 0;
  _display:inline;
}

.row {
	background: url(/images/row-bg.gif) left top repeat-x #141414;
}


/* page sections */
#header {
	background:transparent url(/images/header-bg.jpg) left bottom repeat-x;
  padding-bottom:7px;
}

#header #gohome {
  display:block;
  position:absolute;
  top:5px;
  left:126px;
  width:158px;
  height:123px;
}

#header #gohome span {
  display:none;
}

.logo {
	float: left;
	padding-bottom: 48px;
  _display:inline;
}

.info {
	color: #919191;
	text-align: right;
  position:absolute;
  top:20px;
  right:0;
}

.info span {
	color: #fff;
	font-weight: bold;
}

#twitter {
  width:46px;
  height:62px;
	position: absolute;
  bottom:13px;
  right:50px;
}

#content {
	background: #fff;
}

.divider {
	background: url(/images/divider.gif) left bottom repeat-x;
}

.box {
	/* background: url(/images/screenshot.jpg) left 45px no-repeat; */
	background: url(/images/screenshot-home.jpg) left 55px no-repeat;
	height: 434px;
	height: auto !important;
	min-height: 434px;
	padding-bottom: 30px;
}

.box .link2 {
	margin-top: 16px;
}

.row {
	background: url(/images/row-bg.gif) left top repeat-x #141414;
	color: #7d7c7c;
	padding: 47px 0 5px 0;
}

.row-bottom {
	padding-bottom: 56px;
}

.row span {
	color: #fff;
	font-weight: bold;
}

.extra {
	padding-left: 62px;
}

.indent {
	padding: 55px 42px 0 328px;
}

.extra-indent {
	padding: 50px 0px 0 446px;
}

.indent1 {
	padding: 40px 0;
}

.title {
	margin-bottom: 16px;
}

/* BUTTON STYLES */
/* .btn-default -- brown button */
.btn-default {
  color:#fff;
  _position:relative;
}

.btn-default span {
  background-position:left 0;
}

.btn-default span span {
  background-position:right 0;
}

.btn-default:focus,
.btn-default:hover {
  color:#365407;
}

.btn-default:focus span,
.btn-default:hover span {
  background-position:left -80px;
}

.btn-default:focus span span,
.btn-default:hover span span {
  background-position:right -80px;
}

/* .btn -- grey button */
.btn {
  color:#505050;
  _position:relative;
}

.btn span {
  background-position:left -160px;
}

.btn span span {
  background-position:right -160px;
}

.btn:focus,
.btn:hover {
  color:#555;
}

.btn:focus span,
.btn:hover span {
  background-position:left -240px;
}

.btn:focus span span,
.btn:hover span span {
  background-position:right -240px;
}

/* .btn-minor-default -- brown button */
.btn-minor-default {
  color:#505050;
  _position:relative;
}

.btn-minor-default span {
  background-position:left 0px;
}

.btn-minor-default span span {
  background-position:right 0px;
}

.btn-minor-default:focus,
.btn-minor-default:hover {
  color:#555;
}

.btn-minor-default:focus span,
.btn-minor-default:hover span {
  background-position:left -33px;
}

.btn-minor-default:focus span span,
.btn-minor-default:hover span span {
  background-position:right -33px;
}

/* .btn-minor -- grey button */
.btn-minor,
.btn-minor-open,
.btn-minor-close {
  color:#505050;
  _position:relative;
}

.btn-minor span,
.btn-minor-open span,
.btn-minor-close span {
  background-position:left -66px;
}

.btn-minor span span,
.btn-minor-open span span,
.btn-minor-close span span {
  background-position:right -66px;
}

.btn-minor:focus,
.btn-minor:hover {
  color:#555;
}

.btn-minor:focus span,
.btn-minor:hover span,
.btn-minor-open:focus span,
.btn-minor-open:hover span,
.btn-minor-close:focus span,
.btn-minor-close:hover span {
  background-position:left -99px;
}

.btn-minor:focus span span,
.btn-minor:hover span span,
.btn-minor-open:focus span span,
.btn-minor-open:hover span span,
.btn-minor-close:focus span span,
.btn-minor-close:hover span span {
  background-position:right -99px;
}

.link2 {
	background: url(/images/link2-bg.gif) right 9px no-repeat;
	color: #a2cc2c;
	/* display: inline-block; */
  display: none;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding-right: 17px;
}

.row .link2 {
	background: url(/images/link3-bg.gif) right 9px no-repeat;
	color: #fff;
	/* display: inline-block; */
  display: none;
	font-weight: bold;
	margin: 22px 0 0 0;
	padding-right: 17px;
}

.padding {
	padding-left: 4px;
}

.padding1 {
	padding-left: 22px;
}

.padding2 {
	padding-right: 65px;
}

.col-pad {
	padding-right: 24px;
}

.col-pad1 {
	padding-right: 26px;
}

.col-pad2 {
	padding-right: 38px;
}

.margin {
	margin-bottom: 10px;
}

.margin1 {
	margin-bottom: 40px;
}

.pad {
	padding-top: 28px;
}

.pad1 {
	padding-top: 6px;
}

.pad2 {
	padding-top: 0px;
}

.phone {
	display: inline-block;
	width: 90px;
}

.policy {
	padding-top: 10px;
}

.policy-pad {
	padding-bottom: 63px;
}

#footer {
  background-color: #141414;
	color: #989c9c;
	font-size: 1.07em;
	padding-top: 20px;
	text-transform: uppercase;
  position:relative;
}

#footer .container {
  min-height:30px;
  _height:30px;
  padding-top:5px;
  font-size:108%;
}
#footer a {
	color: #989c9c;
	text-decoration: none;
  padding:0 8px;
}

#footer a:hover {
	border-bottom: 1px solid #b8bcbc;
}

#footer #rss {
  position:absolute;
  top:0;
  right:0;
}

.input {
	background: none;
	border: 1px solid #a4a4a4;
	color: #a4a4a4;
	font-size: 0.84em;
	height: 18px;
	padding: 4px 0 0 5px;
	width: 270px;
}

textarea {
	background: none;
	border: 1px solid #a4a4a4;
	font-size: 0.84em;
	font-size: 1em;
	height: 90px;
	overflow: auto;
	padding: 0 0 0 5px;
	width: 353px;
}

#page {
  width: 660px;
  padding-bottom:50px;
  margin: 0 auto;
	text-align: left;
  min-height:800px;
  _height:800px;
}

#hiring .job_posting {
  margin: 1em 0 4em 0;
}


/* flash messages */
#flash .notice,
#flash .error {
  padding:35px 0;
  font-family:ColaborateThin;
  font-size:1.5em;
  text-align:center;
  background:#ffe;
}

.error {
  background:#fee;
}

.left_banner {
  padding: 30px 30px;
}

#home .padface {
  font-size: 18px;
  padding: 29px;
}

.note {
  font-size:77%;
}


/* sample ad */
.sample_ad {
  border:1px solid #ccc;
  font-size:12px;
  line-height: 20px;
  text-align: left;
  position:relative;
  width:370px;
  padding:5px;
  margin-bottom:10px;
  min-height:75px;
  _height:75px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.sample_ad img {
  position:absolute;
  top:5px;
  left:5px;
}

.sample_ad p {
  margin:0 0 0 83px;
  padding:0 0 15px 0;
  width:285px;
}

.sample_ad p cite {
  font-weight:bold;
  font-style:normal;
  color:#56bf0c;
}

.sample_ad a.byline {
  position:absolute;
  bottom:0px;
  right:5px;
  margin:5px 0 0 0;
  text-decoration: none;
  text-align:right;
  font-size: 10px;
  color: #56bf0c;
  white-space: nowrap;
}

.sample_tags span {
  display:inline-block;
  background:#DEE7F8;
  border:1px solid #A4BDEC;
  padding:1px 15px;
  text-align:center;
  white-space:nowrap;
  -moz-border-radius:10px;
}

.jsshow {
  display:none;
}

.combo_active {
  position:relative;
  zoom:1;
}

.combo_active a.combo_trigger {
  position:absolute;
  top:0;
  _top:1px;
  right:0;
  height:93%;
  _height:24px;
  width:30px;
  padding:0;
  margin:0;
  background:#ccc url(/images/toggle_arrow.png) center center no-repeat;
  border:1px solid #ccc;
  border-left:0;
  line-height:0;
  font-size:0;
  text-indent:-10000px;
}

.combo_active select {
  display:block;
  width:100%;
  position:absolute;
  top:100%;
  _top:2em;
  left:10px;
  z-index:999;
  zoom:1;
}


/* tag bubble colors */
.tags span {
  display:inline-block;
  margin:2px;
  line-height:1.2em;
  border: 1px solid #ccc;
  background: #dee7f8;
  padding: 1px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  white-space:nowrap;
}

.tags span.category {
  background:#d8d4ef;
}

.tags span.mention {
  background:#cef0f3;
}

.tags span.negative {
  background:#e6e6e6;
}

.tags span.friendship {
  background:#f3e0ce;
}

.tags span.location {
  background:#b9edd1;
}


/* AB testing */
.aba,
.abb {
  display:none;
}

.group_a .aba,
.group_null .aba,
.group_b .abb {
  display:block;
}


/* NEWSLETTER SIGNUP FORM */

#newsletter_signup_form > div {
  font-size: 11px;
  width: 935px;
  margin: 20px 0 0;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #fafafa;
}

#newsletter_signup_form label {
  display: block;
  float: left;
  margin-top: 15px;
  font-size: 115%;
}

#newsletter_signup_form input {
  width: 170px;
  margin: 0 50px 8px 0;
  padding: 2px;
  font-size: 110%;
}

#newsletter_signup_form .req {
  color: red;
}

#newsletter_signup_form .vr {
  color: #bbb;
  display: none;
}


