/**
 * Responsive Pro Skin File
 *
 * Black 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: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#000000));
	background-image: -webkit-linear-gradient(top, #1a1a1a, #000000);
	background-image: -moz-linear-gradient(top, #1a1a1a, #000000);
	background-image: -ms-linear-gradient(top, #1a1a1a, #000000);
	background-image: -o-linear-gradient(top, #1a1a1a, #000000);
	background-image: linear-gradient(top, #1a1a1a, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a1a1a, endColorstr=#000000);
}

.menu a {
	border-left: 1px solid #000000;
	text-shadow: 0 -1px 0 #000000;
}

.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: #3a3a3a;
	background-image: none;
	filter: none;
}

@media screen and (max-width: 650px) {
	.js .main-nav {
		background-color: #000000;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#000000));
		background-image: -webkit-linear-gradient(top, #1a1a1a, #000000);
		background-image: -moz-linear-gradient(top, #1a1a1a, #000000);
		background-image: -ms-linear-gradient(top, #1a1a1a, #000000);
		background-image: -o-linear-gradient(top, #1a1a1a, #000000);
		background-image: linear-gradient(top, #1a1a1a, #000000);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a1a1a, endColorstr=#000000);
	}
}

/* ==================================== PAGE ELEMENTS ================================================== */
blockquote {
	border-left: 4px solid #000000;
}

.call-to-action a.blue,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#000000));
	background-image: -webkit-linear-gradient(top, #1a1a1a, #000000);
	background-image: -moz-linear-gradient(top, #1a1a1a, #000000);
	background-image: -ms-linear-gradient(top, #1a1a1a, #000000);
	background-image: -o-linear-gradient(top, #1a1a1a, #000000);
	background-image: linear-gradient(top, #1a1a1a, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a1a1a, endColorstr=#000000);
	border: 1px solid #000000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #000000;
}

.call-to-action a.blue:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	background-color: #3a3a3a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1a1a1a));
	background-image: -webkit-linear-gradient(top, #3a3a3a, #1a1a1a);
	background-image: -moz-linear-gradient(top, #3a3a3a, #1a1a1a);
	background-image: -ms-linear-gradient(top, #3a3a3a, #1a1a1a);
	background-image: -o-linear-gradient(top, #3a3a3a, #1a1a1a);
	background-image: linear-gradient(top, #3a3a3a, #1a1a1a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3a3a, endColorstr=#1a1a1a);
	border: 1px solid #000000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #000000;
}

a {
	color: #000000;
}

a:hover {
	color: #3a3a3a;
}
