/*
Theme Name:     ACE Demolition
Description:    Child theme for ACE Demolition
Author:         Ethan Hinson
Template:       business-lite

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../business-lite/style.css");

body #sliderbg, body #productbg{
	background: #018fca; /* Old browsers */
	background: -moz-linear-gradient(top,  #018fca 0%, #025ea0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018fca), color-stop(100%,#025ea0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #018fca 0%,#025ea0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #018fca 0%,#025ea0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #018fca 0%,#025ea0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #018fca 0%,#025ea0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018fca', endColorstr='#025ea0',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 5px #aaa;
	position:relative;
}

body #footer {
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444444 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	border-top: 4px solid #444444;
	position: relative;
	box-shadow: 0 0 10px #333;
}

body #sliderbg {
	padding-top:1.5em;
}

#slider {
	max-width:960px;
	margin:0 auto; 
	max-height:510px;
	box-shadow: 0 0 25px #CCC;
}

.ace-tag-line {
    font-size: 1.45em;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}
