@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:13px;
	color: #323232;
	line-height: 148%;
	letter-spacing: 0px;
	-webkit-text-stroke: 0px
	}

/* formerly FDFDFD */
a:link {color: #212121; text-decoration: underline; font-style: normal; line-height: 148%}
a:visited {color: #212121; text-decoration: underline; font-style: normal; line-height: 148%}
a:hover {color: #545454; text-decoration: underline; font-style: normal; line-height: 148%}
a:active {color: #545454; text-decoration: underline; font-style: normal; line-height: 148%}

/* style4 normal 13 dark font, for bullet dots */ 
.style4 {font-size: 13px; color: #111111; line-height: 148%; }

/* style5 normal 13 white font, for bullet dots */ 
.style5 {font-size: 13px; color: #eeeeee; line-height: 148%; }


/* style6 is default font, 13, grey */
.style6 {font-size: 13px; color: #101010; line-height: 148%; }

/* style10 is slightly bigger than default font, darker, for contact, 14 */
.style10 {font-size: 14px; color: #212121; line-height: 148%; font-weight: bold;}

/* style11 is for piece titles, organizations, etc */
.style11 {font-size: 16px; color: #121212; line-height: 135%; font-weight: bold;  }
.style11:hover {font-size: 16px; color: #454545; line-height: 135%; font-weight: bold;  }



/* style13 - is dark, immediately follows style 11 for descriptions of pieces, etc */
.style13 {font-size: 15px; color: #444444; line-height: 175%;  }



/* style15 is for Large headings - bio, press, etc */
.style15 {font-size: 24px; color: #010101; line-height: 130%;  margin-bottom: 15px; }

/* style16 is for home page name */
.style16 {font-size: 45px; color: #010101; line-height: 130%; }

/* style17 is for home page Composition ~ Sound etc */
.style17 {font-size: 28px; color: #010101; line-height: 130%; font-weight: bold; }

/* style18 is for home page short quote */
.style18 {font-size: 22px; color: #010101; line-height: 125%; font-weight: bold; }

/* boldlinks normal 13 bolded, for links that need emphasis */ 
.boldlinks {font-size: 13px; color: #111111; line-height: 150%; font-weight: bold;   }

/* boldlinks normal 13 bolded, for links that need emphasis */ 
.boldsitelinks {font-size: 13px; color: #bbbbbb; line-height: 150%; font-weight: bold;   }

/* mainlinks normal 23 white font, bolded, for links that need emphasis */ 
.mainlinks {font-size: 23px; color: #000000; line-height: 125%; text-decoration: underline; font-weight: bold;}
.mainlinks:hover {font-size: 23px; color: #333333; line-height: 125%; text-decoration: underline; font-weight: bold;}

/* menuboxes is the width, spacing etc of the top menu boxes */
.menuboxes {font-size: 23px; color: #222222; line-height: 125%; width: 97%;}
.menuboxes:hover {font-size: 23px; color: #444444; line-height: 125%; width: 97%;}

/* very top of the page */
.titlefont {font-size: 23px; color: #000000; line-height: 100%; font-weight: bold;}

/* controls the width of the HOME main content section of the site */
.home_mainsectiondiv {
	margin: 50px 0px 50px 0px;
	width: 70%;
	min-width:700px;
	}

/* controls the width of the variable main content sections of the site: ABOUT, GALLERY, ASSOCIATES */
.mainsectiondiv {
	margin: 50px 0px 50px 0px;
	width: 70%;
	min-width:700px;

	padding: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	}

/* controls the width of the smaller fixed main content sections: WORKS, SCORING */
.mainsectionsmallerfixedwidthdiv {
	margin: 50px 0px 50px 0px;
	width: 700px;

	padding: 20px 8px 20px 8px;;	
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	}

/* controls the width of the fixed main content sections of the site: UPDATES */
.mainsectionfixedwidthdiv {
	margin: 50px 0px 50px 0px;
	width: 925px;
	
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	}


/* for new lightbox */
.lightboxcontainer {
	width:100%; }

.menuspacer1 {
	width: 12px;
	display: inline-block; }

.menuspacer2 {
	width: 3px;
	display: inline-block; }

/* To set the text in the works tab */
.workstexttitles {
	width: 100%;
	margin-top: 5px;
	text-align: center; }

.workstextdescriptions {
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
	}

.worksbuttonspacer {
	height:100px;
	width:150px; 
	}

.workspictureblocks {
	width: 150px;
	float:left;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 125%;
	text-align: center;
	}

.worksimagebackground {
	background-color: white;
	display:inline-block;
	margin-bottom: 3px;
}

.worksimagebackground img:hover {
	opacity: .7;
	}

.imagebackgroundcenter {
	background-color: white;
	display:inline-block;
	width:100%;
	}

.imagebackgroundcenter img:hover {
	opacity: .7;
	}

.imagebackground {
	float:left;
	background-color: white;
	display:inline-block;
	margin-right: 5px;
	}

.imagebackground img:hover {
	opacity: .7;
	}

.buttonimagebackground {
	background-color: white;
	display:inline-block;
	border-radius:7px;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
	}

.buttonimagebackground img:hover {
	opacity: .7;
	}
	
.aboutimage {
}

.galleryimagebackground {
	background-color: white;
	display:inline-block;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px; 
	}

.galleryimagebackground img:hover {
	opacity: .7;
	}

.worksrows {
	width:700px;
	margin-bottom:180px;
	float:none;
	}

.workslightboxdiv {
	padding: 0px 10px 0px 10px;
	width: 92%;
	text-align:center;
	background-color: #EEEEEE;
	margin:auto;
	margin-top:20px;
	margin-bottom:25px;
	}

/* previously width:600; height:450; */
.iframesoundcloud {
	width: 100%;
	height: 450px;
	}

/* previously width:500; height:770; */
.iframebandcamp {
	width: 100%;
	height: 770px;
	border: 0;
	}

/* previously width:711; height:400; */
.standardvideosize {
	width: 100%;
	height: auto;
	min-height: 325px; 
	}

.workstextblocks {
	text-align: justify;
	 }

/* this uses same font as style15 */
.worksscoringtextcategories {
	font-size: 24px;
	color: #010101;
	line-height: 130%;  
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 12px;
	width: 700px;
	float:none;
	}

.scoringtexttitles {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center; }

.scoringtextblocks {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 25px;
	text-align: center; }

.mixedtextblocks {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 25px; }

.facespacer {
	width: 100%;
	height: 10px; }

.organizations_descriptions {
	text-align: justify;}


/* spacer row in the associates page and elsewhere */
.aboutspacer {
	height: 3px; }

.organizationsspacer {
	width: 100%;
	height: 8px; }

/* style for the small picture buttons, with and without tooltips */
.picturebuttonborderless {
	height:30px;
	width:30px;
	border-radius:7px;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
	vertical-align:middle; 
	margin: 0px 0px 0px 0px;
	}

.galleryimage {
	}

.threecolumns {
	float:left;
	margin-bottom:35px;
	text-align:left;
	}

hr.hrlinetop {
    border: 0;
    height: 2px;
    width: 665px;
    background-image: -webkit-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    background-image:    -moz-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    background-image:     -ms-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    background-image:      -o-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    margin-bottom: 5px;
}

/* HK update 2021/04/22 */
hr.hrlinelower {
    border: 0;
    height: 2px;
    width: 242px;
    background-image: -webkit-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    background-image:    -moz-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    background-image:     -ms-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    background-image:      -o-linear-gradient(left, rgba(50,50,50,.9), rgba(50,50,50,.9), rgba(50,50,50,.9));
    margin-bottom: 15px;
}


/* HTML5 Lightbox CSS */

.lightboxcontainer {width:100%; text-align:left;}
.lightboxleft {width: 40%; float:left;}
.lightboxright {width: 60%; float:left;}
.lightboxright iframe {min-height: 390px;}
.divtext {margin: 36px;}
@media (max-width: 800px) {
  .lightboxleft {width: 100%;}
  .lightboxright {width: 100%;}
  .divtext {margin: 12px;}
}