/**
 * Responsive Pro Skin File
 *
 * Green Skin
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category Responsive Pro Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
 * @link     http://www.cyberchimps.com/
 */
/* ==================================== MENU ================================================== */
.menu {
	background-color: #41770b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5ba60f), to(#41770b));
	background-image: -webkit-linear-gradient(top, #5ba60f, #41770b);
	background-image: -moz-linear-gradient(top, #5ba60f, #41770b);
	background-image: -ms-linear-gradient(top, #5ba60f, #41770b);
	background-image: -o-linear-gradient(top, #5ba60f, #41770b);
	background-image: linear-gradient(to top, #5ba60f, #41770b);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ba60f, endColorstr=#41770b)";
}

.menu a {
	border-left: 1px solid #284807;
	text-shadow: 0 -1px 0 #284807;
}

.menu a:hover,
ul.menu > li:hover,
.menu .current_page_item a,
.menu .current-menu-item a,
.front-page .menu .current_page_item a {
	background-color: #41770b;
	background-image: none;
	filter: none;
}

@media screen and (max-width: 650px) {
	.js .main-nav {
		background-color: #41770b;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#5ba60f), to(#41770b));
		background-image: -webkit-linear-gradient(top, #5ba60f, #41770b);
		background-image: -moz-linear-gradient(top, #5ba60f, #41770b);
		background-image: -ms-linear-gradient(top, #5ba60f, #41770b);
		background-image: -o-linear-gradient(top, #5ba60f, #41770b);
		background-image: linear-gradient(to top, #5ba60f, #41770b);
  		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ba60f, endColorstr=#41770b)";
	}
}

/* ==================================== PAGE ELEMENTS ================================================== */
blockquote {
	border-left: 4px solid #41770b;
}

.call-to-action a.blue,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #41770b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5ba60f), to(#41770b));
	background-image: -webkit-linear-gradient(top, #5ba60f, #41770b);
	background-image: -moz-linear-gradient(top, #5ba60f, #41770b);
	background-image: -ms-linear-gradient(top, #5ba60f, #41770b);
	background-image: -o-linear-gradient(top, #5ba60f, #41770b);
	background-image: linear-gradient(to top, #5ba60f, #41770b);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5ba60f, endColorstr=#41770b)";
	border: 1px solid #0e1a02;
	color: #ffffff;
	text-shadow: 0 -1px 0 #0e1a02;
}

.call-to-action a.blue:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	background-color: #41770b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#74d414), to(#41770b));
	background-image: -webkit-linear-gradient(top, #74d414, #41770b);
	background-image: -moz-linear-gradient(top, #74d414, #41770b);
	background-image: -ms-linear-gradient(top, #74d414, #41770b);
	background-image: -o-linear-gradient(top, #74d414, #41770b);
	background-image: linear-gradient(to top, #74d414, #41770b);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#74d414, endColorstr=#41770b)";
	border: 1px solid #0e1a02;
	color: #ffffff;
	text-shadow: 0 -1px 0 #0e1a02;
}

a {
	color: #41770b;
}

a:hover {
	color: #284807;
}
