
/* ------------------------- CSS Reset ------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html {
	height: 100%;
	width: 100%;
	word-wrap: normal;
}
body {
	line-height: 1;
	height: 100%;
	width: 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

/* --------------------------------------- */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body {
	color: #555;
	background: #580000;
	font: 11px arial, sans-serif;
	font-weight: bold;
	width: 100%;
}

h1 img {
	display: block;
}

p {
	
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #eee;
	text-decoration: underline;
}

#header {
	background: -8px 0px url(https://okorchestra.org/design_img/header_bg.jpg) repeat-x;
	position: relative;
	z-index: 2;
	height: 284px;
	min-width: 1182px;
}

#header h1 {
	background: 0px 0px url(https://okorchestra.org/design_img/header_left.jpg) no-repeat;
	height: 184px;
	width: 282px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1 em {
	display: block;
	padding: 23px 0 0 70px;
	margin: 0;
	font-weight: normal;
	font-size: 28px;
	font-family: "Times new roman", serif;
}
#header h1 strong {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	font-weight: normal;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
}

#left-person {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 282px;
	height: 575px;
	background: url(https://okorchestra.org/design_img/body_left.jpg) no-repeat;
	z-index: 3;
}

.body {
	position: relative;
	z-index: 10;
	margin-left: 282px;
	width: 900px;
	font-weight: normal;
	margin-top: -185px;
	/*margin-bottom: 90px;*/
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
}

.body h1 {
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
	text-align: left;
	text-shadow: 1px 1px 5px #000;
}

.body h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	color: #C0C0C0;
}

.body > h2 {
	text-shadow: 1px 1px 5px #000;
}

.body h3 {
	font-weight: normal;
	font-size: 15px;
}

.important-note {
	margin-bottom: 10px;
	background: #ffc2c2;
	border: 1px solid #CCC;
	box-shadow: 0 0 3px #AAA;
	padding: 10px;
}

.important-note-header {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

/* ---------------------------------- */

#nav-top {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 501px;
}

#nav-top li {
	display: inline;
}

#nav {
	text-align: left;
	margin-left: 282px;
	padding-top: 38px;
	color: #FFF;
	width: 900px;
}

#nav a {
	line-height: 25px;
}

#nav li {
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	font-size: 14px;
	border-right: 1px solid #A8A8A8;
	height: 25px;
}

#nav li:last-of-type {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

#nav a {
	font-weight: bold;
}

/* ------------------------------ */

.subnav {
	margin-top: 10px;
	margin-bottom: 10px;
}

.subnav ul {
	display: inline-block;
	padding: 10px 0;
	border: 1px solid #FFF;
	background: #b3b3b3;
	box-shadow: 0 0 6px #000;
	width: 100%;
	box-sizing: border-box;
}

.subnav li {
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	border-right: 1px solid #8d8d8d;
	line-height: 25px;
	padding-right: 7px;
}

.subnav li:first-of-type {
	padding-left: 10px;
}

.subnav li:last-of-type {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.subnav a {
	color: #535353;
	font-weight: bold;
}

.subnav a:hover {
	color: #E4E4E4;
	text-decoration: none;
}

.subnav a.active {
	cursor: default;
	color: #FFF;
}

/* ----------------------------------- */

.season-tickets-info,
.price-increase-info {
	margin-top: 15px;
}

.price-increase-info .header {
	padding: 20px 20px 0 20px;
	font-size: 16px;
	font-weight: bold;
}

.concert_description a {
	color: blue;
}

.tickets-general-info, .season-tickets-info,
.tickets-general-info, .price-increase-info {
	border: 1px solid #CCC;
	background: #FFF;
	color: #555;
	margin-bottom: 20px;
	box-shadow: 0 0 6px #000;
	text-align: left;
	margin-top: 10px;
	width: 900px;
	max-width: 100%;
	box-sizing: border-box;
}

.price-increase-info {
	margin-top: 0;
}

.price-increase-info {
	background: #FFFBDD;
}

.tickets-general-info .title, .season-tickets-info .title,
.tickets-general-info .title, .price-increase-info .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tickets-general-info .contents, 
.season-tickets-info .contents {
	padding: 10px;
	font-size: 15px;
}

.price-increase-info .contents p {
	font-size: 14px;
}

.tickets-general-info p, .season-tickets-info p,
.tickets-general-info p, .price-increase-info p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.tickets-general-info p:last-of-type {
	margin-bottom: 0px;
}

.season-tickets-info p:last-of-type,
.price-increase-info p:last-of-type {
	margin-bottom: 15px;
}

.paypal-button[disabled=disabled], .thundertix_button[disabled=disabled] {
	background: #FFCFCF;
	cursor: default;
	color: #6e6e6e;
	border-color: #c8c0c0;
	box-shadow: none;
	opacity: 1.0;
}

.paypal-button[disabled=disabled]:hover, .thundertix_button[disabled=disabled]:hover {
	background: #FFCFCF;
	box-shadow: none;
}

.paypal-button[disabled=disabled]:active, .thundertix_button[disabled=disabled]:active {
	color: #6e6e6e;
	box-shadow: none;
}

.concert a.paypal-button, .concert a.thundertix_button {
	margin-top: 20px;
}

.show_ticket_help {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.7;
	margin-left: 10px;
	margin-top: 20px;
}

.show_ticket_help:hover {
	opacity: 1.0;
}

.ticket_help {
	border: 1px solid #CCC;
	padding: 10px;
	background: #ffffe1;
	margin: 20px 0;
	font-size: 13px;
	display: none;
}

.ticket-info {
	margin-top: 20px;
}

.ticket-info p {
	font-size: 13px;
	color: #8C8C8C;
	margin-bottom: 10px;
	line-height: 1.5;
}

.ticket-info p:last-of-type {
	margin-bottom: 0px;
}

.paypal-button, .thundertix_button {
	background: #187718;
	opacity: 0.8;
	outline: none !important;
	display: inline-block;
	vertical-align: middle;
}

input::-moz-focus-inner {
	border: 0;
}

.paypal-button:hover, .thundertix_button:hover {
	opacity: 1.0;
	box-shadow: 0 0 4px #5d5d5d;
	text-decoration: none;
}

.paypal-button:active, .thundertix_button:active {
	opacity: 1.0;
	box-shadow: 0 0 3px #676767 inset;
}

.season-tickets-info .ticket-info,
.price-increase-info .ticket-info {
	vertical-align: middle;
	margin-bottom: 0px;
}

.paypal-button, .content-container a.paypal-button, .thundertix_button {
	display: inline-block;
	vertical-align: middle;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 14px;
	margin: 0;
	background: #34b300;
	border: 0;
	cursor: pointer;
	outline: none;
	border: 1px solid #5b5b5b;
	text-decoration: none;
}

.season-tickets-info .contents, 
.tickets-general-info .contents {
	padding: 20px;
}

.price-increase-info .contents {
	padding: 10px 20px 20px 20px;
}

.price-increase-info .contents p:last-of-type {
	margin-bottom: 0;
}

.season-tickets-info form,
.price-increase-info form {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
}

.concert form {
	margin: 0;
}

.tickets > form {
	margin-top: 20px;
}

.season-tickets-info form {
	margin-top: 10px;
}

.guest_artist {
	border-top: 1px solid #999;
	width: 100%;
}

/* ----------------------------------- */

#body-schedule {
	
}

#body-schedule h1 {
	
}

#job_posting {
	font-size: 16px;
	color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 0 3px #AAA;
	padding: 10px;
	background: #595;
	display: inline-block;
	margin-top: 20px;
	line-height: 1.4;
	text-decoration: none;
}

#job_posting:hover {
	background: #018001;
}

.news a {
	color: blue;
	text-decoration: underline;
}

.news_contents, .news_location, .news_tickets {
	font-size: 15px;
}

.news {
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	color: #555;
	margin-bottom: 20px;
	background: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 0 6px #000;
}

.news_header {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #555;
	border-bottom: 1px solid #CCC;
	background: #fffbd6;
}

.news_contents {
	padding: 10px;	
}

.news .date-and-time {
	margin-bottom: 10px;
}

.news_dt {
	font-size: 17px;
	color: #656565;
	font-weight: bold;
}

.news_location {
	/*font-size: 15px;
	color: #989898;*/
	font-size: 17px;
	color: #767676;
}

.news_tickets {
	margin-bottom: 10px;
	font-size: 17px;
	color: #767676;
}

.description {
	font-size: 15px;
	line-height: 1.4;
}

.description a {
	color: blue;
}

.news form {
	margin-top: 20px;
}

.concert {
	position: relative;
	border: 1px solid #333;
	background: #FFF;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: 0 0 6px #000;
	width: 900px;
	max-width: 100%;
	box-sizing: border-box;
}

.concert .anchor {
	position: absolute;
	top: -20px;
	left: 0;
}

.concert h3 {
	font-size: 16px;
	color: #989898;
	font-weight: normal;
}

.concert:last-of-type {
	border-bottom: 1px solid #a78686;
}

.date-and-time {
	font-size: 17px;
	color: #656565;
	font-weight: bold;
}

.location {
	font-size: 15px;
	color: #989898;
}

.location a {
	color: #4260cb;
	text-decoration: underline;
}

.concert .bottom {
	background: #DDD;
}

.concert_title {
	font-size: 17px;
	color: #393939;
	font-weight: bold;
}

.concert_description {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 15px;
}

.concert_description p {
	margin-bottom: 10px;
}

.concert_description p:last-of-type {
	margin-bottom: 0;
}

.guest_artist {
	width: 100%;
	position: relative;
}

.feature_text {
	padding: 20px;
	background: #EFEFEF;
	text-align: left;
	line-height: 1.2;
	background: #DDD;
}

.img_right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-left: 1px solid #999;
}

.bottom_img_container {
	width: 100%;
	position: relative;
	border-top: 1px solid #999;
}

.bottom_img_container img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
	box-shadow: 0 0 3px #000;
	clip-path: inset(0 -3px 0 -3px);
}

.bottom_img_container {
	background: #555;
}

table.guest_artists_grid {
	width: 100%;
}

table.guest_artists_grid td {
	position: relative;
	width: 50%;
}

table.guest_artists_grid td.right {
	border-left: 1px solid #999;
}

table.guest_artists_grid tr {
	border-top: 1px solid #999;
}

.concert .bio_link {
	border: 1px solid #979797;
	background: #8fabbf;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 4px 7px;
	margin-top: 10px;
}

.concert .bio_link:hover {
	cursor: pointer;
	box-shadow: 0 0 4px #737373;
}

.concert .bio_link:active {
	box-shadow: 0 0 4px #737373 inset;
}

.concert .top {
	padding: 20px;
	position: relative;
}

.concert_logos {
	position: absolute;
	top: 20px;
	right: 20px;
}

.concert_logos a {
	opacity: 0.6;
}

.concert_logos a:hover {
	opacity: 0.8;
}

.concert_logos a:active {
	opacity: 1.0;
}

.concert_logos img {
	height: 40px;
	width: 40px;
}

.feature_text p {
	margin: 10px;
}

.feature_text h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #636363;
}

.concert .artist {
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
}

.concert .instrument {
	font-size: 13px;
	color: #636363;
}

.feature-program {
	padding: 10px;
	border-top: 1px solid #CCC;
}

.feature-program p {
	margin: 0 0 10px 0;
}

.feature-program p:last-of-type {
	margin-bottom: 0px;
}

.piece {
	font-size: 15px;
	color: #555;
}

.composer {
	font-size: 13px;
	margin-bottom: 10px;
	color: #939393;
	margin-top: 4px;
}

.guest_artist .credits {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px;
	color: #737373;
	border-bottom: none;
	border-right: none;
}

.repertoire-warning {
	text-align: left;
	margin-bottom: 10px;
	width: 480px;
	color: #727272;
	max-width: 100%;
	line-height: 1.4;
}

.featured_pieces {
	background: #3c3c3c;
	border-top: 1px solid #999;
	padding: 20px;
	color: #FFF;
}

.featured_piece {
	margin-top: 10px;
}

.fp_header {
	font-size: 14px;
	color: #999;
}

.fp_title, .fp_by, .fp_composer {
	font-size: 14px;
	padding: 4px 0;
}

.fp_title, .fp_by, .fp_composer, .featured_pieces .bio_link {
	display: inline-block;
	vertical-align: middle;
}

.fp_by, .fp_composer {
	color: #888;
}

.featured_pieces .bio_link {
	margin-top: 0px;
	margin-left: 10px;
}

#no_concerts {
	position: relative;
	border: 1px solid #333;
	background: #FFF;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: 0 0 6px #000;
	max-width: 100%;
	padding: 15px;
	font-size: 15px;
}

/* --------------------------------- */

#body-bios .content-container .contents {
	padding: 15px 20px 20px 20px;
}

#body-bios h2 {
	color: #3c3c3c;
}

#body-bios ol {
	margin-bottom: 10px;
	margin-left: 25px;
}

#body-bios ol li {
	list-style: decimal;
}

#body-bios ul {
	margin-left: 25px;
	margin-top: 10px;
}

#body-bios ul li {
	list-style: disc;
}

.bio .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.bio_img {
	border: 1px solid #AAA;
	margin-bottom: 20px;
}

.bio_img.left_float {
	max-width: 200px;
	float: left;
	margin-right: 20px;
}

@media(max-width: 450px) {
	
	.bio_img.left_float {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	
}

.bio_img.full_width {
	width: 100%;
}

/* --------------------------------- */

table#board {
	border-collapse: collapse;
	margin-top: 10px;
	border: 1px solid #CCC;
	width: 497px;
	max-width: 100%;
	box-shadow: 0 0 6px #000;
}

#board-container {
	margin-top: 20px;
	max-width: 100%;
}

#board tr {
	
}

#board {
	
}

#board td.office, #board th.office {
	width: auto;
}

#board th {
	padding: 10px;
	background: #fff;
	color: #555;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#board th:first-of-type {
	width: 162px;
}

#board td {
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	background: #FFF;
	color: #555;
}

#board td {
	border-top: 1px solid #CCC;
}

#principals img {
	height: auto;
}

.style821 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.style83 {
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
}
.style831 {color: #FFFFFF; font-size: 11px; }

/* ------------------------------------- */

#home {
	width: 900px;
}

#home .content-container {
	width: 380px;
}

#home_group_pic {
	box-shadow: 0 0 4px #000;
}

#required-logos {
	width: 382px;
	text-align: center;
}

#required-logos img {
	height: 70px;
	display: inline-block;
	padding: 10px;
}

/* ------------------------------------- */

.content-container {
	margin-top: 5px;
	background: #FFF;
	display: inline-block;
	border: 1px solid #CCC;
	box-shadow: 0 0 6px #000;
	color: #555;
	width: 100%;
	box-sizing: border-box;
}

.content-container .header {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.content-container .contents {
	padding: 10px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	color: #555;
}

.content-container p {
	margin-bottom: 10px;
}

.content-container p:last-of-type {
	margin-bottom: 0px;
}

.content-container a {
	color: #555;
	text-decoration: underline;
}

.content-container .date-and-time {
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
}

/* ------------------------------------- */

/*#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 999;
	background: #000;
	border-top: 1px solid #FFF;
	box-shadow: 0 0 10px #000;
	padding-top: 10px;
	text-align: center;
}

#footer div {
	display: inline-block;
	vertical-align: middle;
}

#footer-text {
	margin-right: 20px;
	line-height: 1.4;
}*/

#social {
	display: inline-block;
}

#social a:hover img {
	opacity: 1.0;
}

#social img {
	width: 50px;
	opacity: 0.7;
}

/* ------------------------------------- */

.google-maps {
	margin-bottom: 20px;
	background: #F2F2F2;
	max-width: 100%;
}

.maps_instructions {
	box-shadow: 0 0 4px #000;
	background: #ffffc1;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	display: inline-block;
	margin-bottom: 15px;
}

/* -------------------------------------- */

#about-orchestra img {
	box-shadow: 0 0 3px #000;
	margin-bottom: 10px;
}

.float-left-landscape {
	float: left;
	margin-right: 10px;
	width: 280px;
}

.float-right-portrait {
	float: right;
	margin-left: 10px;
	width: 200px;
}

.float-left-portrait {
	float: left;
	margin-right: 10px;
	width: 200px;
}

/* -------------------------------------- */

#about-conductor img {
	float: right;
	margin-left: 10px;
	width: 250px;
	box-shadow: 0 0 3px #000;
}

/* -------------------------------------- */

.principal-bio {
	border: 1px solid #CCC;
	background: #FFF;
	color: #555;
	font-size: 13px;
	padding: 10px;
	margin-top: 20px;
	box-shadow: 0 0 6px #000;
	line-height: 1.4;
}

.principal-bio .name {
	font-weight: bold;
	font-size: 16px;
}

.principal-bio .instrument {
	font-size: 15px;
	margin-bottom: 10px;
}

.principal-bio .bio p {
	margin-bottom: 10px;
}

.principal-bio .bio p:last-of-type {
	margin-bottom: 0px;
}

.bio-pic {
	width: 180px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 3px #000;
}

.clear {
	clear: both;
}

/* -------------------------------------- */

#about-members .contents {
	padding-bottom: 5px;
}

#about-members p {
	margin-bottom: 15px;
}

#about-members .instrument {
	font-weight: bold;
	margin-bottom: 5px;
}

#about-members .principal {
	font-style: italic;
	display: inline-block;
	margin-left: 5px;
}

#about-members .column {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

/* ------------------------------------- */

.pdf-link {
	text-align: left;
	border: 1px solid #DDD;
	display: inline-block;
	margin-top: 10px;
	vertical-align: middle;
}

.pdf-link a:hover span {
	color: #555;
}

.pdf-link a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #777;
	padding: 8px;
	cursor: pointer;
}

.pdf-link a:hover {
	box-shadow: 0 0 3px #A2A2A2;
}

.pdf-link img {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	opacity: 0.7;
}

.pdf-link a:hover img {
	opacity: 1.0;
}

.pdf-link span {
	display: inline-block;
	vertical-align: middle;
}

/* ------------------------------ */

#body-location h2 {
	color: #FFF;
}

#locations {
	background: #FFF;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 30px;
}

#locations_header {
	background: #393939;
	color: #868686;
	padding: 10px;
	border-bottom: 1px solid #646464;
}

#locations ul {
	background: #959595;
}

#locations li {
	border-bottom: 1px solid #646464;
}

#locations li.active {
	background: #717171;
}

#locations li:last-of-type {
	border-bottom: none;
}

#locations li:hover {
	background: #AAA;
}

#locations li.active:hover {
	background: #717171;
}

#locations li a {
	display: inline-block;
	padding: 10px;
	width: 100%;
}

#locations li.active a {
	text-decoration: none;
	cursor: default;
	color: #FFF;
}

#locations li a {
	color: #555;
}

#locations li a:hover {
	text-decoration: none;
}

#body-location .directions {
	max-width: 100%;
	height: auto;
}

/* ------------------------------- */

#body-contributions h2 {
	color: #555;
	margin-bottom: 10px;
}

#body-contributions .paypal-button {
	margin-top: 10px;
}

#body-contributions .buttons_container {
	margin-top: 5px;
}

#contribution-levels {
	margin: 15px 0 15px 10px;
}

#contribution-levels th {
	background: #DADADA;
	color: #333;
}

#contribution-levels td, #contribution-levels th {
	border: 1px solid #C0C0C0;
	padding: 7px;
}

#contribution-levels .amount {
	background: #F4F4F4;
}

#contribution-levels .level {
	background: #F8F8F8;
}

#body-contributions .content-container {
	position: relative;
}

#contribution-form {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* ------------------------------- */

#body-thank-you .content-container {
	width: 600px;
}

#body-thank-you .important-note {
	margin-bottom: 0px;
}

/* -------------------------------- */

#body-contact h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

#contact-container {
	margin-bottom: 20px;
}

/* -------------------------------- */

#body-advertisers .content-container {
	margin-bottom: 20px;
}

/* -------------------------------- */

#bottom-half {
	position: relative;
	width: 900px;
	padding-top: 20px;
}

#bottom-half td {
	vertical-align: top;
}

#bottom-half td.left {
	width: 382px;
	padding-right: 20px;
}

#bottom-half td.right {
	width: 498px;
}

#friends {
	float: right;
	height: 785px;
	width: 498px;
}

#body-home .friend {
	position: absolute;
	top: 20px;
	right: 0;
}

.friend {
	box-shadow: 0 0 6px #000;
	max-width: 498px;
}

#home .news {
	width: 380px;
	margin-bottom: 20px;
	margin-top: 0;
}

#home .content-container .header {
	background: #fffbd6;
}

#home .content-container .contents {
	font-size: 15px;
}

/* -------------------------------- */

#videos-container {
	box-shadow: 0 0 6px #000;
	font-size: 14px;
	margin-top: 20px;
}

#ytvideo[src] {
	margin-top: 15px;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

/*#ytvideo {
	margin-top: 15px;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}*/

.video {
	border: 1px solid #CCC;
	padding: 7px;
	background: #FFF;
	border-bottom: none;
	cursor: pointer;
	position: relative;
}

.video.active, .video:hover {
	background: #EEE;
	color: #333;
}

.video:active {
	background: #DDD;
}

.video span.title {
	display: inline-block;
	padding-right: 85px;
	box-sizing: border-box;
	width: 100%;
}

.video span.date {
	position: absolute;
	top: 7px;
	right: 7px;
}

.video:last-of-type {
	margin-bottom: 0px;
	border-bottom: 1px solid #CCC;
}

.dib {
	display: inline-block;
	width: auto;
}

#social-container {
	margin-bottom: 20px;
	margin-top: 10px;
}

/* ------------------------------------ */

#body-yac h2 {
	margin-bottom: 10px;
}

#body-yac .notice.red {
	border: 1px solid #CCC;
	background: #ffb5b5;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

#body-yac h2 {
	font-weight: bold;
	color: #555;
	font-size: 16px;
}

.cs20 {
	clear: both;
	height: 20px;
}

#body-yac table {
	border-collapse: collapse;
	box-shadow: 0 0 2px #CCC;
}

#body-yac td {
	border: 1px solid #CCC;
	padding: 5px;
	background: #F0F0F0;
}

#body-yac h3 {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #727272;
}

#body-yac a.thundertix_button {
	text-decoration: none;
	color: #FFF;
	margin-top: 10px;
}

.content-container p.no-mb {
	margin-bottom: 0;
}

.yac_spacer {
	display: inline-block;
	width: 15px;
}

/*#body-yac h3:first-of-type {
	margin-top: 0px;
}*/

#yac-announcement table {
	margin-bottom: 3px;
}

#young-artist-form {
	margin-top: 0;
	margin-bottom: 15px;
}

#recent-selections-list {
	margin-left: 0;
}

#body-advertisers .content-container {
	margin-bottom: 0;
}

#body-advertisers .friend {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

/* ----------------------------------- */

#body-email-list h2 {
	color: #555;
	margin-bottom: 10px;
}

#subscribe {
	margin: 10px 0;
}

#unsubscribe {
	margin: 10px 0 10px 10px;
}

#body-email-list hr {
	color: #CCC;
	margin: 20px 0 10px;
}

#body-email-list input[type=submit], #body-email-list input[type=text] {
	box-sizing: border-box;
	height: 30px;
	padding: 4px;
}

#body-email-list input[type=submit] {
	margin-left: 10px;
}

.form_notice {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0 3px #E0E0E0;
	display: inline-block;
}

.form_notice a {
	color: #212199;
}

#subscribed-already {
	background: #cfc;
}

#subscribe-confirm {
	background: #ffffb7;
}

#unsubscribe-confirm {
	background: #cfc;
}

#form_errors {
	background: #ffe6e6;
}

#body-email-list .contents {
	border-top: 1px solid #CCC;
}

#body-email-list .contents:first-of-type {
	border-top: none;
}

/* --------------------------------------- */

#body-email-list-admin h2 {
	color: #555;
}

#body-email-list-admin .form_item {
	display: block;
	margin-bottom: 10px;
}

#body-email-list-admin label {
	display: block;
	margin-bottom: 4px;
}

#body-email-list-admin .buttons {
	
}

#body-email-list-admin input[type=text], #body-email-list-admin input[type=password], #body-email-list-admin textarea {
	border: 1px solid #CCC;
	padding: 4px;
}

#body-email-list-admin input[type=text]:focus, #body-email-list-admin input[type=password]:focus, #body-email-list-admin textarea:focus {
	box-shadow: 0 0 3px #AAA inset;
	border-color: #8484ff;
}

#body-email-list-admin #subject {
	width: 100%;
}

#body-email-list-admin #body, #body-email-list-admin #email_list {
	width: 100%;
	min-height: 350px;
	overflow-y: auto;
}

#body-email-list-admin input[type=submit] {
	height: 30px;
}

#body-email-list-admin .form_notice {
	display: block;
	width: 698px;
	margin: 10px 0 0 0;
}

#email-sent, #subscribers-added {
	background: #cfc;
}

#subscribers-skipped {
	background: #ffffce;
}

.homepage_flyer {
	margin-top: 20px;
	width: 380px;
	border: 1px solid #FFF;
	box-shadow: 0 0 6px #000;
}

.schedule_flyer {
	width: 100%;
	display: block;
}

.next-event p {
	margin-bottom: 15px;
}

.order_by_phone {
	font-size: 16px;
	margin-top: 20px;
}

.concert .location {
	
}

.concert p.date-and-time {
	margin-bottom: 0px;
}

.news-bottom {
	margin-top: 15px;
	color: #8C8C8C;
}

.concert .notice {
	padding: 15px;
	font-size: 14px;
	text-align: left;
	border: 1px solid #CCC;
	box-sizing: border-box;
	margin-top: 20px;
}

.concert .notice.red {
	background: #ffb5b5;
}

.concert .notice.yellow {
	background: #ffffe1;
}

.concert .notice.green {
	background: #e5ffe5;
}

.concert .notice a {
	color: #555;
	text-decoration: underline;
}

.concert .notice p {
	margin-bottom: 10px;
}

.concert .notice p:last-of-type {
	margin-bottom: 0;
}

.concert .notice_title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

/* Concert specific CSS (padding for .feature_text based on image width) */

#dan_schwartz .feature_text {
	padding-right: 145px;
}

/* Temporary items */

#coronavirus_notice {
	border: 1px solid #CCC;
	background: #FFBEBE;
	color: #555;
	margin-bottom: 20px;
	box-shadow: 0 0 6px #000;
	text-align: left;
	margin-top: 10px;
	padding: 20px;
}

#coronavirus_notice p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4;
}

#coronavirus_notice p:last-of-type {
	margin-bottom: 0px;
}

#home #coronavirus_notice {
	width: 380px;
	box-sizing: border-box;
	margin-top: 20px;
}

.alt_logo {
	display: none;
}

.alt_logo a {
	color: #808080;
}

#doc_letter {
	box-shadow: 0 0 5px #000;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 20px;
}

#doc_letter img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 230px;
	height: auto;
}

#doc_letter p {
	margin-bottom: 10px;
}

#doc_letter p:last-of-type {
	margin-bottom: 0;
}

#about #doc_letter {
	margin-bottom: 15px;
}

@media(max-width: 450px) {
	
	#doc_letter img {
		float: none;
		width: 100%;
		max-width: 230px;
	}
	
}

@media(max-width: 1220px) {
	
	.body h1 {
		line-height: 1.4;
	}
	
	#nav li {
		border: none;
	}
	
	#header {
		height: auto;
		min-width: 0;
	}
	
	#header h1 {
		background: 0px 0px url(https://okorchestra.org/design_img/header_logo_only.jpg) no-repeat;
		height: 98px;
		width: 178px;
		margin: 0;
		padding: 0;
		color: #fff;
		line-height: 1;
		position: absolute;
		top: 0;
		left: 12px;
	}
	
	#header h1 em, #header h1 strong {
		display: none;
	}
	
	#nav {
		padding-left: 202px;
		padding-top: 4px;
		height: 110px;
		box-sizing: border-box;
		width: auto;
		border-bottom: 1px solid #7B7B7B;
		box-shadow: 0 0 5px #353535;
		margin-left: 0;
	}
	
	#nav li {
		font-size: 13px;
	}
	
	#left-person {
		display: none;
	}
	
	.repertoire-warning {
		color: #bbb;
	}
	
	.body {
		margin: 0;
		max-width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.subnav {
		/*max-width: 100%;*/
		box-sizing: border-box;
	}
	
	.subnav ul {
		width: auto;
	}
	
	.subnav li {
		display: block;
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.subnav li:first-of-type {
		padding-left: 0;
	}
	
	.subnav a {
		display: block;
		width: 100%;
		padding: 0 10px;
	}
	
	#home #home_group_pic {
		max-width: 100%;
		height: auto;
	}
	
	#home td.left {
		display: block;
		width: 100%;
	}
	
	#home td.right {
		display: block;
		width: 100%;
	}
	
	#home .news {
		width: 100%;
		box-sizing: border-box;
	}
	
	#home #required-logos {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#home #bottom-half {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#home #bottom-half table {
		width: 100%;
	}
	
	#home #friends {
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	#home #friends a {
		display: inline-block;
	}
	
	#home .friend {
		max-width: 100%;
	}
	
	#body-schedule .concert_title {
		padding-right: 50px;
	}
	
	#body-schedule .concert_logos img {
		width: 40px;
		height: 40px;
	}
	
	#body-advertisers .friend {
		width: 497px;
		max-width: 100%;
	}
	
}

@media(max-width: 600px) {
	
	#about-members .column {
		width: 100%;
	}
	
	#body-contributions #contribution-form {
		position: relative;
		bottom: 0;
		right: 0;
	}
	
	#body-contributions .paypal-button {
		margin-right: 10px;
	}
	
}

@media(max-width: 460px) {
	
	#header h1 {
		display: none;
	}
	
	#nav {
		padding-left: 12px;
		height: auto;
		padding-bottom: 4px;
	}
	
	.alt_logo {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 12px 0 12px;
		text-align: center;
		color: #808080;
		font-size: 15px;
		line-height: 24px;
		background: #000;
		position: relative;
		z-index: 2;
	}
	
	#about #about-conductor img {
		display: block;
		float: none;
		margin: 0 0 10px 0;
		max-width: 100%;
	}
	
	#about .principal-bio .bio-pic {
		float: none;
		width: 180px;
		max-width: 100%
	}
	
	#board td.office, #board th.office {
		width: 40%;
	}
	
	#body-schedule .concert_title {
		padding-right: 40px;
	}
	
	#body-schedule .concert_logos img {
		width: 30px;
		height: 30px;
	}
	
	#about-orchestra img {
		float: none;
		margin: 0 0 10px 0;
		width: auto;
		max-width: 100%;
	}
	
	#about-orchestra img.portrait {
		max-width: 60%;
	}
	
}

@media(max-width: 300px) {
	
	#body-schedule .concert_title {
		padding-right: 0;
	}
	
	#body-schedule .concert_logos img {
		display: none;
	}
	
}

@media(max-width: 270px) {
	
	#header {
		background: #000;
	}
	
}