/**
 * Responsive Pro Skin File
 *
 * Purple 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 {
	background-color: #6819c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8130e5), to(#6819c9));
	background-image: -webkit-linear-gradient(top, #8130e5, #6819c9);
	background-image: -moz-linear-gradient(top, #8130e5, #6819c9);
	background-image: -ms-linear-gradient(top, #8130e5, #6819c9);
	background-image: -o-linear-gradient(top, #8130e5, #6819c9);
	background-image: linear-gradient(to top, #8130e5, #6819c9);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8130e5, endColorstr=#6819c9)";
}

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

.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: #6819c9;
	background-image: none;
	filter: none;
}

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

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

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

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

a {
	color: #6819c9;
}

a:hover {
	color: #50149b;
}
