
/* =GRID OVERRIDE */
/*  Grid is inactive when entire section is commented */
/*
body { background: #fff url("/images/16_col.png") center top repeat-y !important; }
.gutter, #navigation, #wrapper, #banner, #content, #container, #bg_social, #bg_footer { background: none !important; }
*/

/* =PLACEHOLDER & =LOREM =IPSUM */

.ph { background: #c03 !important; opacity: .1; }
.li { color: #c03 !important; }

#nubotContent {
  background: #191919;
  color: #444;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
}

#nubotContent a:link, #nubotContent a:visited {
  text-decoration: none;
  color: #6299c5;
}

a:hover, a:active { color: #693; }
strong, b { font-weight: 600; }

.hidden { display: none; }

.separator {
  border-top: 1px solid #f6f6f6;
  padding-top: 19px;
}

/* =GRID =MODIFIERS */

.container_16:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_16{display:inline-block}
* html .container_16{height:1%}
.container_16{display:block}

.container_12:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_12{display:inline-block}
* html .container_12{height:1%}
.container_12{display:block}

.clearfix li:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix li{display:inline-block}
* html .clearfix li{height:1%}
.clearfix li{display:block}

.alpha { clear: left}

/* =LAYOUT */

#nubotContent {
  background: #fff url("/images/bg_content.png") top center repeat-x;
}

.home #wrapper {
  padding-top: 20px;
}

/* =HEADINGS */

#nubotContent h1, #nubotContent h2 {
  letter-spacing: -.05em;
  line-height: 40px;
}

#nubotContent h1 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
}

#nubotContent h2 {
  color: #666;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 30px;
}

#nubotContent h3 {
  color: #59892f;
  font-size: 18px;
  margin-bottom: 20px;
}

#nubotContent h3.section, #nubotContent h4.section {
  border-top: 1px solid #eee;
  clear: both;
  color: #888;
  font-size: 1.1em;
  margin: 0 0 20px 0;
  padding: 9px 0 10px 0;
  text-transform: uppercase;
}

#nubotContent h4, #nubotContent h5 {
  color: #01637F;
  font-size: 1em;
}

#nubotContent h3 span, #nubotContent h4 span, #nubotContent h5 span {
  font-weight: normal;
}

/* =CONTENT */

#nubotContent hr {
  border: 0;
  border-top: 1px solid #eee;
  clear: both;
  height: 0;
  margin: 0;
}


#content p {
  margin-bottom: 20px;
}

.bulleted li {
  font-size: 13px;
  list-style-type: disc;
  margin-left: 1em;
}

.numbered li {
  list-style-type: decimal;
  margin-left: 20px;
}



