﻿body
{
    background-image: url('img/bg.png');
}


.forhire
{
    background-image: url('img/watermark/hero.unit/forhire.png');
    background-repeat: repeat-x;
    background-position: center left;
}

.innovation
{
    background-image: url('img/watermark/hero.unit/innovation.png');
    background-repeat: no-repeat;
    background-position-x : right;
}

.usa
{
    background-image: url('img/watermark/dim.well/usa.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.hs .cad
{
    background-image: url('img/watermark/dim.well/cad.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.hs .consulting
{
    background-image: url('img/watermark/dim.well/consulting.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.hs .mobileapps
{
    background-image: url('img/watermark/dim.well/mobileapps.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.navbar-inner .container-fluid
{
    background-image: url('img/navbar_bg.png');
    background-repeat: repeat-x;
}

.navbar a.brand
{
    padding-bottom: 0px;
    padding-top: 0px;
    height: 80px;
}

a.brand img
{
    vertical-align: bottom;
    height: 79px;
}

@media (max-width: 979px)
{
    .navbar-fixed-top .navbar-inner
    {
        padding: 0px;
    }
}

.nounderline
{
    text-decoration: none;
}

.nounderline a:hover
{
    text-decoration: none;
}

.detail .label a
{
    text-shadow: none;
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.label-version
{
    background-color: #999999;
    color: black;
    border: 1px solid black;
}

.label-version-default
{
    background-color: #000;
    color: transparent;
    border: 1px solid black;
}

.findfollow
{
    font-size: 24px;
    color: #333;
    text-decoration: none;
}

.findfollow a:hover
{
    text-decoration: none;
}

footer a
{
    margin-left: .25em;
    margin-right: .25em;
}

.engraved
{
    color: #999999;
    text-shadow: 0 1px 0 #ffffff;
}

.hs .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.hs .with-links a
{
    text-decoration: underline;
}

.hs .well .with-links a
{
     color: #555;
}

.hs .nav-well {
  background-color: #ddd;
  border: 1px solid #ccc;
}

.hs .trans-well {
  background-color: transparent;
  border: 1px solid #ccc;
}

.hs .trans-well .with-links a
{
     color: #bbb;
}

.hs .dim-well {
  color: #fff;
  background-color: #333;
}

.hs .dim-well .with-links a
{
     color: #bbb;
}

.hs .btn-primary
 {
    color: #fff;
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(to bottom, #555555, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff555555', GradientType=0);
  border-color: #555555 #555555 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #555555;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.hs .btn-primary:hover,
.hs .btn-primary:active,
.hs .btn-primary.active,
.hs .btn-primary.disabled,
.hs .btn-primary[disabled] {
  color: #ffffff;
  background-color: #333333;
  *background-color: #262626;
}
.hs .btn-primary:active,
.hs .btn-primary.active {
  background-color: #1a1a1a;
}

.hs .breadcrumb {
  padding: 0px 15px;
  margin: 0 0 16px;
  background-color: transparent;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}

.hs .bright-well pre {
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}

.hs .hero-unit
{
    background-color: rgba(255,255,255,.7);
    border: solid 1px rgba(255,255,255,.9);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.bottom-bumper
{
    margin-bottom:1em;
}

.hs .form-actions
{
    background-color: transparent;
}

.hs .sidebar-nav
{
    overflow: hidden;  
    text-overflow: ellipsis;
}

.email
{
    word-wrap: break-word;
}
