* {
	margin:0;padding:0;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
}

body {
	font-family: 'roboto', sans-serif;
	color:#3b3b3b;
	
	}
img {max-width:100%; height:auto;}


a {color: rgb(23,153,233);}
h1, h2, h3, p {padding:10px 0;}
h1, h2, h3, h4 {
	
	font-family: 'Oswald', sans-serif;
	color:rgb(16,63,107);
	
	}
h1 a, h2 a, h3 a, h4 a {color:inherit;}
	
form, input {max-width:100%;}
	
h1 {
	position:relative;
	/*padding:0;margin: 10px 0;*/
	text-align:center;
	overflow:hidden;
	
	color:rgb(252,93,7);
	
}
h1 .inner-text {
	display:inline-block;
	position:relative;
	}
h1 .inner-text:before, h1 .inner-text:after {
	content:"";
	height:1px;
	width:1000px;
	position:absolute;
	top:25px;
	/*background:rgb(23,153,233);*/
	background:rgb(82,82,82);
}
h1 .inner-text:before {
	right:100%;margin-right:10px;
}
h1 .inner-text:after {
	left:100%;margin-left:10px;
}

#page {
	position:relative;
	background: gray url(images/river-bed-new.jpg) 0 0/100% auto;
	border-top: 2px solid rgb(252,93,7);
	border-top: 2px solid rgb(16,63,107);
	/*border-bottom: 2px solid rgb(252,93,7);*/
}

#header {background:rgba(255,255,255,.8) url(images/path4.png) center/100% auto no-repeat;}
#header-top {
	
	height:122px;
	}
#title, #footer, #main {max-width:1200px;margin-left:auto;margin-right:auto;}
#title {
	position:relative;
	
	
	}
#title img {z-index:10;position:relative;}

#nav {
	position:relative;
	height:68px;line-height:68px;
	vertical-align:center;
	background:rgba(198,197,138,.75)/*rgba(216,215,171,.8)*/;
	font-family: 'Oswald', sans-serif;
	font-size:170%;
	
	}
#nav ul {
	width:90%;
	text-align:center;
	margin:0 auto;
	position:relative;
	z-index: 20;
	}
#nav li {
	line-height:100%;
	height:77px;
	/*float:left;*/
	display:inline-block;
	list-style-type:none;
	
	}
.current-menu-item {border-bottom:10px solid rgb(23,153,233);}
#nav li:hover a {/*background:rgba(100,100,100,.2)*/opacity:.4;}
#nav a {
	text-decoration:none;color:black;
	display:block;
	padding:20px;
	transition:opacity .15s ease-in-out;
	}

#nav-toggle {
	width:50px;height:41px;
	margin:0 auto;
	border-top:7px solid black;border-bottom:7px solid black;
	position:absolute;top:14px;left:0;right:0;
	display:none;
	z-index:20;
	cursor:pointer;
}
#nav-toggle:after {
	content:"";
	position:absolute;
	width:100%;height:7px;
	top:10px;
	background:black;
	}

#highlight-bar {
	height:10px;
	
	/*background: url(images/weird.jpg) center/auto 100% repeat-x;*/
	background:rgb(16,63,107);
	
	
	}
/*********** General Content *************/

#main-wrapper {
	background:rgba(255,255,255,.8);
	
	
	position:relative;/*top:-5px;*/
	border-bottom:2px solid rgb(16,63,107);
	
	min-height: 500px;	
	}
	
	
#main {position:relative; padding-bottom: 15px;}

/*.home #main:before {
	content:"";
	position:absolute;
	left:30%;top:0;
	width:40%;
	height:100%;
	z-index:1;
	background:rgba(200,200,200,.4);
	
}*/


.content {padding:0 20px;}

.content-right {
	overflow:hidden;
	
	max-width: 650px;
	margin:0 auto;
	}

.sidebar {
	float:left;
	}
.sidebar-scroll {
	float:none;
	position:absolute;
	top:0;
	/*left:0;*/
}
/*************** General Page ********************/	
#column-wrapper {
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}

#column-main.right {
	float:right;
	padding-left:275px;
	width:100%;
}
#column-left {
	/*position:absolute;
	top: 20px;left:0;*/
	float:left;
	width:250px;
	margin-right:-250px;
	margin-top:25px;
	
}

/*************** HOME ********************/

#home-column-left, #home-column-center, #home-column-right {
	float:left;
	z-index:2;
	position:relative;
	}

#home-column-left {width:30%;/*background:rgba(163,169,192,.5);*/}
#home-column-left img {width:100%;height:auto;}
#home-column-center {width:34%;margin:0 3%;/*background:rgba(200,200,200,.4);*/}
#home-column-right {width:30%; /*background:rgba(75,75,75,.5);*/}

/*#home-column-right .edd_download_purchase_form { display: none; }*/

/*************** BIO ********************/

.Page_biography #main {color:#eeeeee;}

/*.Page_biography h1 {color:white;}
.Page_biography h1 .inner-text:before, .Page_biography h1 .inner-text:after {background:white;}*/

.Page_biography a {color:rgb(252,93,7);}


/*************** MUSIC ********************/
#comp-nav {
	/*width:200px;*/
	background: rgb(16,63,107);
	color:white;
	font-size:100%;
	/*margin-right:10px;*/
	text-align:center;
}

#comp-nav ul {list-style:none;}

#comp-nav li {
	
	border-bottom:1px solid rgb(23,153,233);
	
	}
	
#comp-nav a {
	display:block;
	text-decoration:none;
	color:white /*rgb(216,215,171)*/;
	padding:40px;
	border-left:1px solid rgb(23,153,233);
	margin-left:10px;
	}
#comp-nav a:hover {background:rgb(20,80,120);}

.genre-toggle {
	border-top:15px solid black;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	width:60px;
	margin:0 auto;
	display:none;
	
	}
	
#comp-list h2 {
	border: 4px solid rgb(23,153,233);
	text-align:center;
	vertical-align:center;
}
.composition h3 {
	/*color:rgb(252,93,7);*/
	padding-bottom:0;
	cursor:pointer;
}
.composition h3.flash {
	animation: 1.5s ease-in .5s flash;
}
#home-column-right .composition h3 {cursor:auto;}
.composition h4 {
	margin-top:10px;
	border-bottom:1px solid gray;
	color:#888888;
}
.composition {
	position:relative;
	
	border-bottom:1px solid black;
	padding-bottom:8px;
	margin-bottom:10px;
	}
.year {font-weight:normal;font-size:80%;color:black;}
.listen {font-size: 80%; color: rgb(252,93,7);font-weight: normal;padding-left:8px;text-decoration:underline;}
.listen img {position:relative; top:4px;margin-right:3px;}

.duration, .instrumentation {padding:2px 0}

.instrumentation:after {
	content: "";
	display: inline-block;
	width: 80px;
}

.composition-more { margin-bottom: 15px; }

.purchase-pdf, .purchase-hardcopy {
	float:left;
	width:49%;
	color:gray;
	
}
.purchase-pdf {padding-right:10px;}
.purchase-hardcopy {border-left:1px solid gray;padding-left:10px;}

.composition-more form {margin-bottom:-20px;}

.show-more {
	color: rgb(23,153,233);
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	font-size:90%;
	position:absolute;right:0;bottom:10px;
	}

/******************* Blog **********************/
#archive-toggle {
	background:lightgray;
	display:none;
}
#archive-toggle:after {
	content:"";
	border-top:15px solid black;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	width:0;
	position:absolute;right:10px;top:20px;
}

#blog-sidebar {border-right:1px solid black;}
#blog-sidebar li {
	list-style:none;
	padding-bottom:10px;
	}
#post-list {
	padding-top: 20px;
}
.post-content {
	margin-bottom:30px;
}
.post-content h2 {
	display: inline;
}
.post-date {
	float:right;
	display: inline-block;
	color:gray;
	font-size:90%;
	padding-top:10px;
}
.post-body { clear: both; }
.post-foot {
	border-top:1px solid black;
	color:gray;
	padding-top:5px;
}
	
/****************MISC***************/
	
span.edit-link {font-family: 'roboto', sans-serif;font-size:15px;font-weight:normal;color:rgb(252,93,7);}
.edit-link a {color:rgb(252,93,7);}
.edit-link:before {
	font-family: "dashicons";
	content: "\f464";
	position:relative;top:2px;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}
#footer-wrapper {background:white;}
#footer {
	padding:20px;
	font-size:80%;
	
	color:gray;
}

/*********** WP alignments ************/
.alignleft,.alignright {
	max-width:50%;
	height:auto;
}
.alignleft {
	float: left;
	margin:10px 20px 20px 0;
	
}
.alignright {
	float: right;
	margin:10px 0 20px 20px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
/******************* Contact Form *****************/
.wpcf7 {font-size: 90%;}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 textarea {
	margin-top: 5px;
    
    width: 100%;
    padding:5px;
    font-size:105%;
    border-radius:3px; 
    border: 1px solid #dddddd;
}
.wpcf7 textarea {font-size:95%;}

.wpcf7 p.your-email {float:left; width:48%;}
.wpcf7 p.your-subject {float: right; width:48%;}
.wpcf7 p.your-message {clear:both;}

.wpcf7 input[type="submit"] {
	font-size:120%;
	color: rgb(23,153,233);
	border: 3px solid rgb(23,153,233);
	background: transparent;
	padding: 8px;
	border-radius:3px;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	background: rgb(23,153,233);
	color: white;
}
/************** Sound Cloud Hacks... **********/
.sound__teaser {display: none;}
	
/******************* Media Queries *************/
@media screen and (min-width: 601px) {/* ensure things show regardless of JS toggles */
	#nav ul {display:block !important;}
	
	.genre-inner {display:block !important;}
	
	.sidebar {display:block !important;}
}
@media screen and (max-width: 900px) {/*eliminate 3rd column*/
	#home-column-right {width:45%;clear:left;}
	#home-column-left {width:45%}
	#home-column-center {width:50%;float:right;margin-right:0;}
}

@media screen and (max-width: 800px) {/*adjust column gutter*/
	#column-main.right {
		padding-left:250px;
	}
}
	
@media screen and (max-width: 600px) {/* full mobile */
	#header {background-position:center -110px;}
	#nav {
		height:auto;
		padding-top:68px;
		}
	#nav ul {
		display:none;
		background:white;
		width:100%;
		}
	#nav li {display:block;}
	.current-menu-item {
		border-bottom:none;
		border-left: 10px solid rgb(23,153,233);
		}
	
	#highlight-bar {display:none;}
	
	#nav-toggle {display:block;}
	
	
	#column-left {
		float:none;
		margin:0 auto;
		
	}
	#column-main.right {
		padding-left:20px;
		float:none;
		}
	
	
	#comp-nav {display:none;}
	#comp-list h2 {margin-bottom:10px;cursor:pointer;}
	.content-right {margin: 0 !important;}
	.genre-toggle {display:block;}
	.genre-inner {display:none;}
	
	#archive-toggle {display:block;}
	#blog-sidebar {
		display:none;
		position:static;
		border:none;
		}
	
}
@media screen and (max-width: 550px) {/*eliminate all columns*/
	
	#home-column-right, #home-column-left, #home-column-center {width:100%;clear:both;}
	#home-column-center {}
}
@media screen and (max-width: 510px) {/*eliminate header BG*/
	#header {background-position:center -80px;}
}
@media screen and (max-width: 460px) {/*eliminate header BG*/
	#header {background-image:none;}
}

@keyframes flash {
	0% { color: rgb(23,153,233);  }
	15% { color: white; }
	30% { color: rgb(23,153,233); }
	60% { color: rgb(16,63,107); }
}
