/*!
Theme Name: Lean Child Theme Kit
Theme URI: https://github.com/jbrad/lean-child-theme-kit
Version: 2.0.0
Description: This is a "getting started" child theme kit for Lean Theme.
Author: Jason Bradley
Author URI: http://jasonbradley.me
Author Email: jason.bradley@me.com
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: lean
*/@import url("../lean/style.css");

body {
  background: #eee url(./img/white.gif) 50% 0 repeat;
}

a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

ins {
  background: #EEEEEE;
}

#wrapper {
  padding: 20px 0 20px 0;
}
#wrapper .container {
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 20px 20px 0 20px;
}

.post .entry-content h3 {
font-size: 20px;
}

.post li {
  font-size: 16px;
}

/* Language selector */

#flags_language_selector {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

#flags_language_selector img {
  margin: 3px;
}

/* Below Header
---------------------------------------------- */

/* background */
/*#menu-under-header .navbar-inner {*/
#menu-below-header {
background: transparent;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/*.navbar-inner .container { */
#menu-below-header .container{
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* Syntax Highlighter */
.crayon-syntax {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}

/* Google Custom Search */
/*.gsc-search-button {
  padding-bottom: 10px; 
}*/