/*
Theme Name: Responsive Child Theme
Theme URI: http: //www.maayankedmi.com/
Description: Responsive Child Theme.
Author: Maayan
Author URI: http: //www.maayankedmi.com/
Template: responsive
Version: 0.1
*/

@import url("../responsive/style.css");

.powered {
    display: none;
}

.menu/*, .menu ul*/{
border-bottom: 5px solid #ed1967;
}

body {
	background: #242424;
}

#logo {
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
}

.menu li li:hover {
		background-color: #585858 !important;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#585858),to(#3d3d3d)) !important;
	background-image: -webkit-linear-gradient(top,#585858,#3d3d3d) !important;
	background-image: -moz-linear-gradient(top,#585858,#3d3d3d) !important;
	background-image: -ms-linear-gradient(top,#585858,#3d3d3d) !important;
	background-image: -o-linear-gradient(top,#585858,#3d3d3d) !important;
	background-image: linear-gradient(top,#585858,#3d3d3d) !important;
	clear: both !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858,endColorstr=#3d3d3d) !important;
	/*margin: 0 auto;*/
	color: #ffffff;
}
