/* ----------------------------------------------- */
/* Styles for NAME_OF_WEBPAGE_FILE.html */
/* ----------------------------------------------- */


/* ----------------------------------------------- */
/* RESETS (Limited) */
/* ----------------------------------------------- */
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	/*vertical-align: baseline;
	font: inherit;*/
	}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
	}
div {border-radius: 0px;}

/* ----------------------------------------------- */
/* TEXT */
/* ----------------------------------------------- */

p, h1, h2, h3, h4, h5, li, a, td, th {
	font-family: 'Optima', 'Belleza', sans-serif;
/*	font-family: 'Belleza', sans-serif;*/
/*    font-family: "Andika";*/
    }

p, a, td, th  {font-size: 1.0em; font-weight: normal; line-height: 1.6em;}
h1 {font-size: 2.0em; font-weight: bold;}
h2 {font-size: 1.8em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: normal;}
h4 {font-size: 1.4em; font-weight: normal;}
h5 {font-size: 1.2em; font-weight: bold;}
li {font-size: 1.0em; font-weight: bold; font-size: 84%;}

p {
	padding-bottom: 0;
}


/* ----------------------------------------------- */
/* LAYOUT */
/* ----------------------------------------------- */

html {
	background: url(../_img/wg_web_backgrounds5-0_1024x768.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* Set rules to fill background */
	/*div.bgImg {
		min-height: 100%;
		min-width: 1024px;
	/* Set up proportionate scaling 
		width: 100%;
		height: auto;
	/* Set up positioning 
		position: fixed;
		top: 0;
		left: 0;
		}*/
/*    height: 100%;*/
	}

body {
  	background-color: rgba(255, 204, 102,1.0); /*#FFCC66;*/
    position: relative;
	width: 960px;
    min-height: 100%;
    height: auto;
	margin: 20px auto 36px auto;
	border: 4px solid #4C2200;
	border-radius: 30px;
	}

.shadow {
	box-shadow: 6px 4px 10px 6px #4C2200;
	}
#imageGourdBanjo {
	height: 358px;
	margin: 0;
	overflow: hidden;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	}
/*#accentBand {
	padding: 6px 0;
	width: 960px;
	background: #E68A00;
	}*/
#headerBand {
	/*background-color: rgb(38,65,148);/* #1D385E is the blue in DAHR logo */
					/* rgb(38,65,148) [= #264194] is the color that was here */
	
	background: -webkit-linear-gradient(bottom, #1D385E, #778CCA); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #1D385E, #778CCA); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #1D385E, #778CCA); /* For Firefox 3.6 to 15 */
	background: linear-gradient(bottom, #1D385E, #778CCA); /* Standard syntax */
	/*background: linear-gradient(bottom, #264194, #6378B6);*/
    width: 960px;
	height: 90px;
	margin: 0; 
	border-top: 1px solid #244400; 
	}
#myName {
	text-align: right;
	font-size: 2.4em;
	padding: 32px 16px 0 0;
	font-weight: normal;
	font-style: italic;
	/*color: #8CBAD1;*/
	color: #c17100; /*#BA7A25; /* #778CCA */
/*	text-shadow: 0px 1px 0px #ccc;*/
	}

.layout {
      position: fixed;
      left: 5px;
      bottom: 5px;
      background: rgba(199, 146, 47, 1.0);
      color: rgba(48, 21, 8, 1.0);
      width: 80px;
      text-align: center;
			padding-top: 0.25em;
      border-radius: 0.5em;
    }

/* ----------------------------------------------- */
/* NAV MENUS */
/* ----------------------------------------------- */

#menuBar {
	background: #244400;
	width: 728px;
	padding: 0;
	margin: 0 0 0 -48px;
	color: #819F16;
	border-top: 4px solid #883F0B;  /*#6A2102 */
	}
ul {
    list-style-type: none;
    padding: 0;
	overflow: hidden;
}
ul.links { 
	width: 100%; 
	text-align: center; 
	}
ul.links li { 
	display: inline; 
	font-size: 1.2em;
    font-weight: bold;
}
#menuBar a {
	display: inline;
}
a:link, ul a:visited {
	color: #819F16; 
	text-decoration: none;
	}
a:hover, ul a:active {
	color: #522580; 
	background-color: transparent; /*#7A579E; */
	text-decoration: underline;
	font-size: 120%;
/*
	padding: 12px 8px 4px;
	border-radius: 16px;
*/
	}
ul a:link, ul a:visited {
	width: 120px;
	color: #819F16; 
	text-align: center;
	padding: 4px 16px;
	text-decoration: none;
	}
ul a:hover, ul a:active {
	color: #522580; 
	background-color: #7A579E; 
	text-decoration: underline;
	}



/* ----------------------------------------------- */
/* MAIN CONTENT */
/* ----------------------------------------------- */

.container {
    position: relative;
    min-height: 100%;
    height: auto;
    clear: both;
/*    border: 1px solid red;*/
    }

#mainContent {
	/*background: #FFB84D;*/
	/*background: #FFCC66;*/
	
	position: relative;
	float: left;
	width: 624px;
	margin: 0 48px 0 48px;
    
/*	border: 1px solid blue;*/
	}
#cvHead {
	text-align: center;
	padding: 16px 0 8px 0;
	background: #819F16;
	color: #244400;
	width: 624px;
	margin: 0 auto;
	margin-bottom: 16px;
	border: 0px solid #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
 	}
.note {
	padding-left: 32px;
}
.setList, 
.introTxt {
		padding: 1em 20px 0 20px;
/*
    color: #883F0B;
    margin: 24px auto;
    padding: 0 20px 0 20px;
*/
    
/*    border: 1px solid red;*/
    }
.setList p, a {
    text-align: left;
    padding-top: 4px;
    }
.setList h3 {
    text-align: center;
    padding: 16px 0 8px 0;
    }
.setList h4 {
    text-align: left;
    padding: 16px 0 8px 0;
    }
.audioRecordings {
    color: #883F0B;
    margin: 24px auto;
    padding: 0 20px 20px 20px;
/*	border: 1px solid black;*/
    }
/*
.audioRecordings a {
    text-align: left;
    padding: 16px 0;
    }
*/
.audioRecordings p {
    text-align: left;
    padding-top: 4px;
    }
.audioRecordings a:link {
	color: #778CCA; /*#1D385E; /*#819F16; */
	}

.audioRecordings h4 {
    text-align: left;
    padding: 16px 0 8px 0;
    }
h5.klezTune,
h5.OTTune {
		padding-top: 0.5em;
/*border: 1px solid red;*/
}
h5.subHead {
		padding-bottom: 1em;
		text-align: center;
}
.navText {
		padding: 0;
/*border: 1px solid black;*/
}

.svgAudio,
.svgVideo {
		width: 1.5em;
		vertical-align: text-bottom;
}


.svgVideo,
.svgUpArw {
		width: 1.5em;
}




.klezMedia,
.OTMedia {
		padding-left: 2em;
/*	border: 1px solid black;*/
}
table {
    border-collapse: collapse;
}
tbody tr:nth-child(odd) {
    background: rgba(255,219,148,1.0);
}
td, th {
    padding: 0 4px 0 6px;
    }

.ToC a {
		text-align: left;
		color: #E3B28A;
/*		padding-top: 0.25em;*/
}

.OTMedia a {
		text-align: left;
		color: #778CCA;
/*		padding-top: 0.25em;*/
}
.tuneHead, .repHead {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
    text-align: center;
}
.repHead {
		color: #401E05;
/*	border: 1px solid black;*/
}

.tuneMenu {
/*		position: fixed;*/
/*		top: .25em;*/
/*		left: 1em;*/
}
.tuneMenu h5 {
		line-height: 0.86;
		font-size: 1em;
		text-decoration: none;
}
.tuneMenu h4 {
		line-height: 1;
		font-size: 1.12em;
}
.tuneMenu a {
/*		color: inherit;*/
}

/* ----------------------------------------------- */
/* ASIDE */
/* ----------------------------------------------- */

#asideRight {
	/*background: #778CCA;*/
	/*background: linear-gradient(to bottom, #1D385E, #D3DCF5 3%, #D3DCF5 22%, #778CCA);*/
/*	background: linear-gradient(to bottom, #883F0B, #D9B360 10%, #D9B360 22%, #BA7A25);*/
    background: #BA7A25;
    position: absolute;
    top: 0;
    left: 720px;
    bottom: 0;
    overflow: hidden;
    border-top: 4px solid #883F0B; /* #6A2102 */
	width: 208px;
	padding: 16px 16px;
	margin: 0;
	}
.myRoles {
	text-align: right;
    font-size: 72%;
    font-weight: normal;
	font-style: italic;
	color: #0C2161;
	}
.asideContent {
	text-align: left;
    font-size: 86%;
	}

#cvFoot {
	text-align: center;
	padding: 8px 0 16px 0;
	background: #819F16;
	color: #244400;
	width: 624px;
	margin: 0 auto;
	margin-top: 32px;
	border: 0px solid #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    clear: both;
 	}

footer {
	text-align: center;
	color: #EEB480;
	font-size: 86%;
	line-height: 1.6em;
	padding: 16px 0 24px 0;
	width: 960px;
	background: #883F0B; /* #DC7C23; */
	border-top: 12px solid #244400;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	clear: both;
	}
footer p {
    display: inline-block;
    width: 400px;
    font-size: 1em;
    clear: both;
    }
footer a {
    text-decoration: none;
    color: inherit;
    font-size: 1.2em;
    }





