/* 
Theme Name: KC 2013



*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

body1 * {
  border: 1px solid red;
}
html {
}
body {
	background: #fff;
	color: #f5e4c9;
	color: #2f1b12;
	margin: 0;
	padding: 0;
	font-family: "SourceSansProLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	
	border-top: 4px solid #c33714;
	
}


a:link, a:visited {
	color: #0092c9;
	color:#00b9ff;
	text-decoration: none;
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	font-family: "SourceSansProRegular";
	
}
a:hover, a:active {
	color: #c33714;
}
p {
	margin: .8em 0;
}




/* HEADER */
#banner-wrapper {
  position: relative;
  background-image: url(images/drum-machine.jpg);
  background-size: cover;
  background-position: center center;
}
.banner {
	font-size: 40%;
	padding:80px 0 30px;
	text-align: center;
	color:#fff;
	text-shadow: 0px 0px 10px rgba(80, 80, 80, 1);
}
.banner h1,
.banner #logo {
  font-family: "SourceSansProBlack" !important;
  font-size: 12.0em;
}
.banner a {
  color:#fff;
  font-family: "SourceSansProBlack" !important;
}
.banner p {
  font-family: "SourceSansProBold";
  font-size: 7.5em;
  margin: 0;
  padding: 0;
}
.banner h1, .banner #logo {
	
	margin: 0;
	padding: 0;
	
}
.banner a {
	display: block;
}




/* MAIN MENU */
#nav-wrapper {
  background-image:url(images/black50.png);
  position: absolute;
  top:0;
  left: 0;
  width:100%;
}
.nav {
  font-size: 1.4em;
  font-family: "SourceSansProSemibold";
}
.nav ul{
 
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav ul li{
    display:inline;
}
.nav ul li a{
    display:inline-block;
    padding:10px 10px;
    color:#fff;
}
.nav ul li.home-link a {
  text-indent:-9999px;
  background-image:url(images/home-small.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding:0;
  width:36px;
}
.nav ul li.current-menu-item a {
  color:#00b9ff;
}
#content-wrapper {
	background: #fff;
	width: 100%;
	padding-top:10px;
	
}

#content{
	font-size: 2.1em;
	line-height: 150%;
	
}
#content ul {
	margin:1.5em 0;
	
}
#content ul li {
	margin-left:1.5em;	
}
h1.post-title, h2.archive-post-title {
	font-size: 150%;
	line-height: 120%;
	font-family: "SourceSansProBlack";
}
h1.post-title a, h2.archive-post-title a {
	color: #f5e4c9;
	color: #6dcff6;
	color:#2f1b12;
	font-family: "SourceSansProBlack";
}
.postmeta{
	font-size: 80%;
}
.postnavigation {
padding: 0 0px;
}
.postnavigation a {
	display: inline-block;
	background-color: #c33714;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 55, 20)), to(rgb(141, 37, 12)));
	background-image: -webkit-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -moz-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -o-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -ms-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c33714', EndColorStr='#8d250c');
		color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	font-size: 70%;
	margin:20px 20px 20px 0px;
}

a.download, a.play {
	display: none;
	background-color: #c33714;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 55, 20)), to(rgb(141, 37, 12)));
	background-image: -webkit-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -moz-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -o-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -ms-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c33714', EndColorStr='#8d250c');
	
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	font-size: 70%;
	line-height: 100%;
}
a.play {
	display: none;
}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

#sidebar {
	padding: 40px;
	font-size: 1.8em;
}
/* FOOTER */ 
#footer {
	padding: 40px 0;
	font-size: 1.8em;
	background: #fff;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 160%;
}
#footer h3 a {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	display: block;
	padding: 5px 0;
}
.widget {
	margin-bottom: 20px;
}

/* POSTS */
.post {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom:1px solid #f0f0f0;
}
.odd-post1 {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.even-post1 {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
}
p.date {
	font-size: 70%;
	text-transform: uppercase;
	color: #c33714;
	margin: 0;
}

/* IMAGES */
img.size-large, img.size-full {
	width: 100%;
	height: auto;
	display: block;
}
img.size-medium {
	float: right;
	margin: 0 0 40px 40px;
	max-width: 280px;
	height: auto;
}

/* FORMS */

textarea, input.text {
	width: 96%;
	padding: 1em 2%;
	background: #f3f3f3;
	border: 1px solid #f0f0f0;
	color: #fff;
	font-size: 80%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input#submit, input.wpcf7-submit {
	background-color: #c33714;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 55, 20)), to(rgb(141, 37, 12)));
	background-image: -webkit-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -moz-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -o-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: -ms-linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	background-image: linear-gradient(top, rgb(195, 55, 20), rgb(141, 37, 12));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c33714', EndColorStr='#8d250c');
	
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	font-size: 100%;
}

/* LISTS */

#content ol {
	margin: 1.0em;
	padding-left: 1.8em;
}
#content ol li {
	margin: .5em 0;
}

#copyright {
	font-size: 80%;
	text-align: center;
	margin: 20px 0;
}




/* AUDIO JS */


body .audiojs {
  width:100%;
}
body .audiojs .scrubber {
  width:40%;
}



#backstretch {
  display: none;
}




