/*
Theme Name: OpenLeadership 2014
Theme URI: http://www.openleadership.it
Author: NETWAYITALIA
Author URI: http://netwayitalia.com/
Description: Awesome wp theme for Openleadership.
Version: 1.0
Text Domain: openleadership 

*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

img {
	height: auto;
	max-width: 100%;
}

a{
	color:#41a62a;
}
a:hover{
	text-decoration: none;
	color:#55d737;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

body{
	background: #e4eae3;
}

.wrapper{
	float: left;
	width: 100%;
	background: #fff;
}
p{
	margin-bottom: 20px;
}
.site {
	background-color: #fff;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.main-content {
	width: 100%;
}

.site-main{
	float: left;
	width: 100%;
	padding: 30px;
}

.site-title{
	padding: 10px 30px;
}
.site-content{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
.site-footer{
	float: left;
	clear: both;
	width: 100%;
	background: #000;
	padding: 10px;
	color: #9e9e9e;
}
.post-title{
	margin-bottom: 30px;
}

.navbar-default{
	background: none;
	text-transform: uppercase;
	border: none;
	margin-bottom: 0;
}
.navbar-toggle{
	float: left;
	margin-left: 30px;
}
.navbar-default .navbar-nav > li > a:hover{
	background: #41a62a;
	color: #fff;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover{
	background: #55d737;
	color: #fff;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	display: inline;
	float: left;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #b1b1b1;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
	float: left;
	clear: both;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}


.primary-navigation a {
	padding: 7px 10px;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}
.primary-navigation ul{
	float: left;
	padding-left: 30px;
}

input[type="text"], textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          margin-bottom: 10px;
}
input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type="text"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
