/*
Theme Name: WP Bootstrap
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('bootstrap/font-awesome/css/font-awesome.min.css');
@import url('bootstrap/css/typeahead.css');

/* Ads 
-------------------------------------------------- */

.advertisement {
	background-color:#f5f5f5; 
	padding-top:10px;
}

.affiliates {
	max-width: 75%;
	padding: 10px 20px;
}

/* Social 
-------------------------------------------------- */

.navbar {
	margin-bottom: 0px;
}

.get-social {
	padding: 5px 0;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.social-buttons {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.social-buttons li {
	display: inline-block;
	padding: 5px 8px;
	line-height: 1;
	margin-left: 10%;
}

.reddit-button img {
	vertical-align: bottom;
}

.page-header {
	border-bottom: none;
}

/* 
-------------------------------------------------- */

.icon-chevron-sign-right {
	margin-top:	4px;
}

.tooltip {
  font-size: 14px;
}

/* Search 
-------------------------------------------------- */

.twitter-typeahead, .tt-hint, #input_search {
	width: 360px;
	margin-right: 20px;
}

.tt-suggestion {
padding: 1px 5px;
}

#myresult p {
	font-size: 12px;
}

/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

/* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }

/* The macbook on the index page */

.laptop {
	padding: 0; 
	background: 0; 
	position: relative; 
	width: 100%; 
	clear: left; 
	-webkit-transform: translateZ(0);
}

.interaction {
	left: 10.1%; 
	top: 5.8%; 
	width: 80.2%; 
	height: 76.6%;
}

.skinned {
	position: relative; 
	top: 0; 
	left: 0; 
	z-index: 0;
}

#myCarousel {
	position: absolute; 
	left: 10.1%; 
	top: 5.8%; 
	width: 80.2%; 
	height: 76.6%;
}

.carousel-caption {
	padding: 7px;
}

img {
  width: 100%;
}

#laptop {
	max-width: 72%;
}

/* Toolbar */

#thetoolbar {
	margin: 0px 15px;
}
/* Sections */

.thesection {
	float: left;
	width: 100%;
}

/* Combos - taken from Bynens file */

#combos h3 {
	background-color: lightgrey;
	font-size: 18px;
}

#combos {
	margin: 0px 15px;
	border: 1px solid; 
	border-radius: 9px; 
	border-color: lightgrey;
	position: relative;
	max-height: 600px;
	padding: 15px;
	overflow-y: scroll;
	font-size: 12px;
}

#combos, #combos li {
	list-style: none;
	padding: 12px 0px 0px 0px;
}

#combos div[data-keys] {
	width: 199px;
	float: left;
	position: relative;
	padding-left: 100px;
	margin-bottom: 0.8em;
}

#combos div[data-keys] {
	background: white;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
	}

#combos div[data-keys]:hover {
	background: lightgrey;
	}

#combos kbd {
	position: absolute;
	left: 0;
	width: 90px;
	text-align: right;
}

/* Sidenav 
-------------------------------------------------- */

.shortcuts-sidenav > li {
	line-height: 10px;
	font-size: 12px;
}

.shortcuts-sidenav {
  width: 100%;
  /* margin: 30px 0 0; */
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.shortcuts-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.shortcuts-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.shortcuts-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.shortcuts-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */

.shortcuts-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.shortcuts-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.shortcuts-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.shortcuts-sidenav .active .icon-chevron-right,
.shortcuts-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.shortcuts-sidenav.affix {
  top: 40px;
}
.shortcuts-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
