@charset "UTF-8";

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #252926;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
h1, h2, h3, h4 {
	font-family: 'Josefin Slab', Times, serif;
}
h2 {
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 5px;
}
h3 {
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-size: 21px;
	padding-bottom: 5px;
	line-height: 21px;
}
.font10 {
	font-size: 12px;
}
a img {
	border: none;
}

a:link, a:visited {
	color: #735702;
	text-decoration: none; 
}
a:hover, a:active, a:focus { 
	color: #735702;
	text-decoration: underline; 
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	padding: 15px 0 10px 0;
}

/* BEGIN HOME PAGE */
.row1 {
	line-height: 17px;
}
	.row1 .sidebar1 {
		float: right;
		width: 250px;
		height: 458px;
		overflow: hidden;
		background: #3faabe;
		padding: 15px 0 10px 0;
	}
		
	.row1 .content {
		float: left;
		width: 700px;
		height: 473px;
		background: url("images/musical-revolutions-bg.jpg") no-repeat;
		background-size: 700px 483px;
		padding: 10px 0;
}

.row2 {
}
	.row2 .left-column {
		float: left;
		width: 600px;
		height: 170px;
		overflow: hidden;
		background: #93B8B7;
		padding-top: 15px;
	}
	.row2 .right-column {
		float: right;
		width: 350px;
		height: 155px;
		overflow: hidden;
		background: #e2cc84;
		padding: 15px 0;
		text-align: right;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/** PAGE **/

.page {
	background: #93B8B7;
	padding: 10px;
}
	.page .sidebar1 {
		float: right;
		width: 240px;
		padding: 15px 0 10px 0;
		color: #004A61;
		line-height: 17px;
	}
		.page .sidebar1 a:link, .page .sidebar1 a:visited {
			color: #564102;
		}
	.page h3 {
		line-height: 22px;
	}
	.page .content {
		float: left;
		width: 690px;
		padding: 15px 0;
		color: #564102;
	}
		.page .content .colleft {
			float: left;
			width: 240px;
			padding-top: 7px;
		}
		.page .content .colrt {
			float: right;
			width: 450px;
		}
		
	.page .content p {
		margin-bottom: 20px;
	}
	.page img {
		padding-left: 15px;
	}
	.page a:link, .page a:visited {
		color: #004A61;
		text-decoration: none; 
	}
	.page a:hover, .page a:active, .page a:focus { 
		color: #004A61;
		text-decoration: underline; 
	}
	.page td {
		padding-bottom: 15px;
	}
.page-container {
	background: url(images/pagebg.gif) repeat-y;
	height: auto;
}
.quote-name {
	text-transform: uppercase;
	font-size: 12px;
}
#booknav {
	margin: 20px 15px;
	border-top: 1px dotted #735702;
	border-bottom: 1px dotted #735702;
	padding: 10px;
	line-height: 24px;
}
	#booknav ul {
		list-style-type: none;
		padding: 0;
		margin-left: 0;
	}
#logo {
	float: left;
	width: 215px;
}
	#logo img {
		margin-bottom: 7px;
	}
#navlist {
	float: right;
	width: 600px;
	margin-top: 6px;
}
	#navlist li {
		display: inline;
		list-style-type: none;
		padding-right: 8px;
	}
	#navlist li:last-child {
		display: inline;
		list-style-type: none;
		padding-right: 0;
	}
	#navlist a {
		padding: 4px 8px 3px 8px;
	}
	#navlist a:link, #navlist a:visited {
		font-size: 13px;
		color: #004A61;
	}
	#navlist a:hover, #navlist a:active {
		font-size: 13px;
		background: #D5B95F;
		text-decoration: none;
		color: #FFFFFF;
	}
body#books a#booksnav, body#events a#eventsnav, body#bio a#bionav, body#articles a#articlesnav, body#listen a#listennav , body#contact a#contactnav{
	font-size: 14px;
	background: #D5B95F;
	text-decoration: none;
	color: #FFFFFF;
}
	

/*** BEGIN STILLS SLIDESHOW  ***/
.clear {
	clear:both;
}
.hide {
	display:none;
}

.slider {
	width:500px;
	overflow:hidden;
	margin:0 auto;
	margin-top:30px;
}
.slider ul {
	margin:0;
	padding:0;
	text-align: center;
}
.slider ul li {
	display:inline;
}
.slider ul li img {
	border: none;
}

.slider .controls {
	text-align:center;
}
.slider .controls .number {
	background:url(images/control-dot.png) left -14px no-repeat;
	background-size: 13px 28px;
}
.slider .controls .selected, .slider .controls .number:hover {
	background: url(images/control-dot.png) left top no-repeat;
	background-size: 13px 28px;
}
.slider .controls img {
	cursor:pointer;
	margin:0 15px;
}

.slider h4 {font-size:15px;font-family:Tahoma, Geneva, sans-serif;text-transform:uppercase;margin:0;padding:5px 0;}
.slider h4 span {font-weight:normal;}
.slider p {line-height:14px;margin:0;padding:0;}
.slider p a {color:#888888;text-decoration:none;}

/**END STILLS SLIDE SHOW**/

/**BEGIN TABLE FORMATTING**/
table {
	padding-top: 20px;
}

/**END TABLE FORMATTING**/

/* ~~ The footer ~~ */
.footer {
	padding: 5px 0;
	font-size: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
