/******************************************************************************
 *  Front Page
 *****************************************************************************/
#splash {
  width: 100%;
  height: 351px;
  background: url('/img/banner3-wide.jpg') center center repeat;
  border-top: 2px #333 solid;
  border-bottom: 2px #333 solid;
}
section.bar {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

/******************************************************************************
 * The "Orange Rings of Quality"
 *****************************************************************************/
.box-image-text .image {
  min-height: 200px;
  max-height: 200px;
}

.box-simple.feature {
  min-height: 230px;
  font-size: 17px;
}

.box-simple.feature .icon {
  color: #aaaaaa;
  border-color: #aaaaaa;
  text-align: center;
}
.box-simple:hover .icon {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.box-simple:hover .icon i {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
div.icon i.major {
  background-image: linear-gradient(180deg, #dd4814 0%, #bd3d11 100%);
  color: white;
  border-radius: 100%;
  width: 4em;
  height: 4em;
  line-height: 4em;
  box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
  box-sizing: border-box;
  margin: 0 0 2em 0;
}
div.icon i.major:before {
  font-size: 30px;
}

/******************************************************************************
 * Quote Block
 *****************************************************************************/
h2.quote {
  font-size: 30px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: solid #aaa 1px;
}
p.quote {
  text-align: center;
}

/******************************************************************************
 * Question Blocks
 *****************************************************************************/
div.question {
  border: none;
}
div.question img {
  width: 200px;
  height: 180px;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-right: 20px;
  float: left;
}
div.question h3 {
  margin-top: 0px;
}
div.question p {
  font-size: 18px;
}

/******************************************************************************
 * Navbar
 *****************************************************************************/
div.navbar {
  background-color: #333333;
  height: 98px;
  border-bottom: solid #bd3d11 2px;
}
div.navbar-default .navbar-nav > li > a {
  color: #ccc;
}
div.navbar-default .navbar-nav {
  margin-top: 28px;
}
.navbar-brand {
  padding-top: 3px;
}
#navigation li a.current {
  color: #fff;
}
#navigation li a.current:before {
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 0.75em;
  height: 0.75em;
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -0.375em;
  background-color: #bd3d11;
  /*background-image: url(/img/bg01.png);*/
}
/* Slight change for dropdown. */
#navigation ul.dropdown-menu li a.current {
  color: #000;
}
#navigation ul.dropdown-menu li a.current:before {
  bottom: 11px;
  left: 10px;
}
/* In compact mode, we don't show our little orange "current" page block. */
@media (max-width: 767px) {
  #navigation li a.current:before {
    content: none;
  }
}
/* For some reason, the default theme has a busted Z-index here, and silly transparancy. */
/* We could/should actually merge this into style.default.css or style.orange.css */
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    background-color: #888;
    border: 1px solid #000;
    z-index: 999;
  }
  .navbar-default .navbar-nav > li > ul > li > a {
    background-color: #888;
    border: 1px solid #000;
    z-index: 999;
  }
  .navbar ul.dropdown-menu li {
    padding: 0px;
    border: 0px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #888;
  }
}

/******************************************************************************
 * General Content
 *****************************************************************************/
#heading-breadcrumbs {
  border-bottom: solid #999 1px;
}
#content {
  font-size: 130%;
  line-height: 1.5;
  padding-bottom: 20px;
}
#content h3 {
  color: #dd4814;
  font-weight: 600;
}
span.featured img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 12px;
}
img.screen_thumb {
  border: #888 solid 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.auto_screen_thumb {
  border: #888 solid 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 150px;
}
/*a {
  color: #aaa;
}*/

/******************************************************************************
 * Product Sidebars
 *****************************************************************************/
#product-sidebar-col section {
  margin-bottom: 24px;
}
div.sidebar-box {
  border: 1px solid #ccc;
  background-color: #f8f8f8; 

  padding-left: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
div.sidebar-current {
  background-color: #ddd; 
}
div.sidebar-box h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
div.sidebar-box img.sidebar-icon {
  float: left;
  padding-right: 4px;
  width: 60px;
  height: 60px;
}
div.sidebar-box footer {
  clear: both;
  margin-bottom: 10px;
}
div.sidebar-box p.sidebar-excerpt {
  font-size: 14px;
  margin-bottom: 6px;    
  line-height: 1.25em;
}
div.sidebar-box footer  {
  text-align: right;
  margin-right: 10px;
}
div.sidebar-box footer .btn {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.sidebar-box footer .btn.ocncc {
  background-color: #2b71ac;
  border-color: #333;
}
div.sidebar-box footer .btn.standalone {
  background-color: #dd4814;
  border-color: #888;
}

/******************************************************************************
 * Footers
 *****************************************************************************/
#footer {
  border-top: solid #bd3d11 2px;  
}
#footer h4 {
  font-size: 120%;
  color: #dd4814;
}
#footer ul.links {
  font-size: 120%;
  color: #fff;
}
#footer ul.links a {
  color: #ccc;
}
#footer ul.links a:hover {
  color: #dd4814;
  text-decoration: underline;
}
#footer ul.links li {
  padding: 8px 0px;  
}
#copyright {
  padding: 20px 0px;
  font-size: 14px;
}

/******************************************************************************
 * Other Hackery
 *****************************************************************************/
#post-content h4 {
  clear: both;
}
#post-content ul {
  overflow: hidden;
}
