/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.site-header {
	/*background: none repeat scroll 0 0 #F5F5F5;*/
	background: #f29400; /* Old browsers */
	background: -moz-linear-gradient(top,  #f29400 18%, #e7511e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#f29400), color-stop(100%,#e7511e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f29400 18%,#e7511e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f29400 18%,#e7511e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f29400 18%,#e7511e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f29400 18%,#e7511e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29400', endColorstr='#e7511e',GradientType=0 ); /* IE6-9 */


	
}

.site-header > .wrap {
	padding: 0px 0;
}




p.credit {
	display:none;
}


p.copyright {
    float: none;
    font-size: inherit;
    text-align:center;
}


.entry-title {
    display:none;
}


.site-inner {
    clear: both;
    padding-top: 40px;
}

.content {
	float: none;
	width: 980px;
}
