@import url('reset.css');
html {background-color: #800;}
body {
	min-height: 100%;
	background-color: rgb(136,0,0);
	color: #ffffff;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(136,0,0)), color-stop(0.8, rgb(187,0,0)) );
	background-image: -moz-linear-gradient( center top, rgb(187,0,0) 20%, rgb(136,0,0) 80% );
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	-webkit-text-size-adjust: 120%;
	background-position: fixed;
}
a {
	color: #ef9800;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover, a:active {text-decoration: underline;}
h1 {
	width: 320px; height: 70px;
	background-image: url('reubanks_title.png');
	color: #fff;
	font-size: 40px;
	line-height: 70px;
	-webkit-text-size-adjust: none;
}
h1 a {
	display: block;
	width: 320px; height: 70px 
	color: #fff;
	font-size: 40px;
	line-height: 70px;
	text-indent: -9999px;
}
h2 {
	font-size: 1.6em;
	padding: 0.5em 5px 1em;
}
p {
	padding: 0 5px 1em;
	line-height: 1.4;
}
p.skip {
	font-size: 12px; 
	text-align: right;
	padding: 1em 1em 0;
}
ul#itinerary {
	width: 100%;
	list-style: none;
	border-top: 1px solid #b50;
	line-height: 1.4;
	margin: 0 0 10px;
}
ul#itinerary li {
	padding: 5px;
	border-bottom: 1px solid #b50;
}

span.date {font-weight: bold;}
#nav ul {
	border: solid #000; border-width: 2px 0 1px;
	margin: 5px 0 20px;
}
#nav li {
	width: 100%;	
	display: block;
	height: 37px;
	border-bottom: 1px solid #000;
	background-color: #ef9800;
	color: #000;
}
#nav li a {
	width: 100%;
	display: block;
	height: 37px; line-height: 37px;
	background-color: #ef9800;
	color: #000;
	text-align: center;
}
#nav li a:hover,#nav li a:focus,#nav li a:active {
	background-color: #ffcc00;
}
div.social {
	height: 48px; line-height: 48px; 
	padding-bottom: 20px; 
	text-align: center;
	width: 100%;
	display: block;
}
img{
  max-width:100%;
  height:auto;
}
#content img {
  max-width: 90%;
  border: 1px solid #000;
  margin: 5px auto;
  position: relative;
  text-align: center;
}
div.img {text-align: center;}
#footer {
	width: 100%;
	height: 15px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 10px;
}
#footer iframe {
	width: 145px; height: 15px; line-height: 15px;
	overflow: hidden; border: none;
	background: transparent;
	display: inline;
	vertical-align: top;
}


/* -- Recordings -- */
.cd {
	margin: 0 0 10px;
	border-bottom: 1px solid #CBB598;
}
.cd .cover {
	text-align: center;
	max-width: 260px !important; max-height: 260px !important;
}
.cd h3 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding: 0 5px;
	line-height: 1.2;
}
.cd .buylinks h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	line-height: 1.2;
}
.cd h5 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 5px;
	line-height: 1.2;
}
.cd ol.tracks {
	list-style: decimal;
	list-style-position: inside;
	padding: 0 5px 1em;
	line-height: 1.2;
}
.cd .personnel ul {
	padding: 0 5px 1em;
	line-height: 1.2;
}
.cd .buylinks ul {
	padding: 0 5px 1em;
	line-height: 1.2;
}
.cd .buylinks ul li a {
	font-size: 0.9em;
	font-weight: bold;
}
/* -- end Recordings -- */

/*-- Media Queries --*/
/*-- phones --*/
@media screen and (max-width: 480px) {
 	div {
 		width: 100%;
 		display: block;
 		position: relative;
 	}
 	#nav ul {
 		width: 100%;
 	}
 	ul#itinerary span {display: block;}
 	div.trackinfo {width:auto;}
}

/*-- tablets --*/
@media screen and (min-width: 321px) {
	.cd {
		overflow: hidden;
		clear: both;
	}
	.cd h3, .cd .reccomp {
		display: block;
	}

	.cd .personnel { 
		clear: both;
		margin-top: 5px;
	}
	.cd .tracks, .cd .extnotes {
		clear: right;
		margin-top: 10px;
	}
	.teachingad img {
		border: none !important;
		margin: -12px 10px 5px 0 !important;
		float: left;
	}
} 
@media screen and (min-width: 481px) {
	.cd .cover {
		float: left;
		margin: 0 5px 5px 0;
		max-width: 45%;
		text-align: left;
	}

	#wrapper {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	h1 {
	
	}
	#nav {
		width: 23%;
		padding: 0 1%; 
		float: left;
	}
	#nav ul {
		border-width: 2px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#nav ul a {
		text-decoration: none;
	}
	#nav ul li:first-child, #nav ul li:first-child a {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	#nav ul li:last-child, #nav ul li:last-child a {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	#content {
		width: 73%;
		padding: 0 1%;
		float: right;
	}
	#footer {
		clear: both;
	}
	ul#itinerary span {
		display: inline-block;
		vertical-align: top;
	}
	ul#itinerary span.date {width: 25%;}
	ul#itinerary span.name, ul#itinerary span.place {width: 33%; padding: 0 0 0 2%;}
	p.skip {visibility: hidden;}