/*
  Theme Name:   WNT
  Author:       Taylor Johnson
  Author URI:   http://webninjataylor.com
*/
/**********************************/
/******** WEB NINJA TAYLOR ********/
/**********************************/
/**********************/
/******** MAIN ********/
/**********************/
body {
    box-sizing: border-box;
    background-color: #eee;
    color: rgb(90,90,90);
    padding: 20px;
    position: relative;
    width: 100%;
}
.brand, h1, h2 {
    font-family: 'Open Sans Condensed', serif;
    font-weight: 700;
}
a, a:visited {
    color: rgb(245,133,12); /* ORANGE */
}
a:hover {
    color: #333;
    text-decoration: none;
}
/************************/
/******** HEADER ********/
/************************/
header {
    position: relative;
}
#logo {
    float: left;
    margin-right: 6px;
}
.brand:hover {
    color: rgb(245,133,12);
    text-decoration: none;
}
.sitename {
    margin-top: 6px;
}
.tagline {
    display: block;
    font-family: 'Open Sans Condensed';
    font-size: 18px;
    padding-top: 1px;
}
header form {
    position: absolute;
    right: 0;
    top: 85px;
}
label[for='s'] {
    display: none;
}
#s {
    margin-bottom: 0;
    width: 155px;
}
#s:-moz-placeholder {
  color: #999999;
}
#s::-moz-placeholder {
  color: #999999;
}
#s:-ms-input-placeholder {
  color: #999999;
}
#s::-webkit-input-placeholder {
  color: #999999;
}
#s {
  display: block;
  float: left;
  width: 200px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#s:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#s[disabled],
#s[readonly],
fieldset[disabled] #s {
  cursor: not-allowed;
  background-color: #eeeeee;
}
header form input[type="submit"] {
  display: inline-block;
  *display: inline;
  float: right;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
header form input[type="submit"]:hover,
header form input[type="submit"]:active,
header form input[type="submit"].active,
header form input[type="submit"].disabled {
  color: #333333;
  background-color: #e6e6e6;
}
header form input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
/**********************/
/******** MENU ********/
/**********************/
.menu {
    border-bottom: 1px solid #ddd;
    content: "";
    display: table;
    list-style: none;
    margin: 10px 0 0 0;
    width: 100%;
}
.menu-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
}
.sub-menu .menu-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.menu-item:hover {
    background-color: #333;
    border-bottom: 1px solid #ddd;
}
.menu-item:hover a {
    color: rgb(245,133,12);
}
.menu-item a {
    display: block;
    padding: 10px 20px;
}
.menu-item a {
    text-decoration: none;
}
.menu-item:hover ul {
    display: block;
}
.current-menu-item,
.current-menu-ancestor {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.current-menu-item > a {
    color: #555555;
    cursor: default;
}
.current-menu-item:hover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#menu-tools {
    padding: 0;
}
#menu-tools .current-menu-item:hover,
#menu-tools .menu-item:hover,
.sub-menu .menu-item:hover {
    border-bottom: none;
}
.current-menu-item:hover > a {
    color: #555555;
}
.sub-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px #888888;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
}
.sub-menu li {
    float: none;
}
.current-menu-ancestor {}
.current-menu-parent {}
/*************************/
/******** CONTENT ********/
/*************************/
.main-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}
.span9 {
    padding: 10px 0 20px 20px;
}
.post-title {
    border-bottom: 4px double #ddd;
}
.post-title:hover {
    text-decoration: none;
}
article h1 {
  font-family: sans-serif;
}
article h1 small {
  border-top: 1px solid #ddd;
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
  padding-top: 3px;
}
article h2 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.bullets {
    margin: 10px 0 10px 10px;
    padding-left: 40px;
}
article {
    background-color: rgb(255,255,255);
    margin: 30px 0 0 30px;
    overflow: hidden;
}
.code {
  color: #ff0000;
}
article footer {
    display: none;
}
aside {
    margin-bottom: 30px;
    margin-right: 20px;
}
aside ul {
    padding-left: 0;
}
.carousel {
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
        -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
    display: block;
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    background: #222222;
    border: 3px solid #ffffff;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 23px;
    margin-top: -20px;
    opacity: 0.5;
        filter: alpha(opacity=50);
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;    
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-control:hover {
    color: #ffffff;
    opacity: 0.9;
        filter: alpha(opacity=90);
    text-decoration: none;
}
.carousel-caption {
    background: #333333;
    background: rgba(0,0,0,0.75);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
}
.content h3.carousel-caption-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}
.content p.carousel-caption-text {
  margin: 0;
}
#cycler {
    height: 400px;
    width: 600px;
}
#cycler img {
    position: absolute;
    z-index: 1;   /* No need to adjust */
}
#cycler img.active {
    z-index: 3;   /* No need to adjust */
}
.tooltiptest {
    cursor: pointer;
}
.tooltip, .layered-content {
    display: none;
}
.featurette-divider {
    margin: 50px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
    padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
.h3-icon {
    position: relative;
    top: 6px;
}
.widget {
    list-style: none;
    margin-top: 30px;
}
.widget:first-child {
    margin-top: 10px;
}
#menu-tools li {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: none;
}
.gv_galleryWrap,
.gv_gallery {
  box-sizing: content-box;
}
/************************/
/******** FOOTER ********/
/************************/
footer {
    margin-top: 20px;
}
/***********************************/
/******** RESPONSIVE DESIGN ********/
/***********************************/
@media (max-width: 979px) {
    .carousel .item {
        height: 500px;
    }
    .carousel img {
        top: 100px;
        width: auto;
    }
    .carousel-caption {
        padding: 0 70px;
    }
    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    .navbar-inner {
        border-radius: 0;
        margin: 0 0;
    }
    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        margin: 20px auto;
        max-width: 40%;
    }
}
@media (max-width: 767px) {
    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    } 
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        width: auto;
    }
    .carousel-caption {
        margin-top: 120px;
        width: 65%;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption .lead {
        display: none;  
    }
    .featurette-heading {
        font-size: 25px;
    }
}
