/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.mk-header-bg, #mk-footer {
    background: #244135 ;
    background: -webkit-linear-gradient(top, #244135  0%, #244135  100%);
    background: linear-gradient(to bottom, #244135  0%, #244135  100%);
    background: url(../../uploads/background-double-stroke.png) top left / 1px 19px repeat-x, linear-gradient(to bottom, #244135 0%, #244135 100%);
}