/*
Theme Name: Jacobs Ladder
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: PA
Author URI: http: //mysite.com/
Template: mystile
Version: 0.1
*/

@import url("../mystile/style.css");

/*
body {
	background: #79bfd8; /* Old browsers */
	background: -moz-linear-gradient(top, #79bfd8 1%, #b4e7f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#79bfd8), color-stop(100%,#b4e7f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #79bfd8 1%,#b4e7f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #79bfd8 1%,#b4e7f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #79bfd8 1%,#b4e7f8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #79bfd8 1%,#b4e7f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bfd8', endColorstr='#b4e7f8',GradientType=0 ); /* IE6-9 */
}
#wrapper {
	background-color:#fff;
}

#top {
	background: none !important;
}

#header, #header hgroup {
	width:100%;
	background-color: #FFF;
}

#header #logo {
		margin-bottom:0;
	}

#header .site-description {
	display: inherit;
}

#header #contact-head {
	
}

main.fullwidth, .layout-full #main, .col-full, .no-sidebar #main {
	background-color: #fff;
}

.footer-wrap {
	background: none !important;
}*/
