﻿/* Default.css */

@import "Reset.css";


/* Layout ------------------------------------------------------------------- */

body {
	color: #000000;
	background-color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px;
}
	
#container {
	min-width: 920px;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image:url('../Images/bg_sidebar.gif');	/* Faux column */
	background-repeat:repeat-y;							/* Faux column */
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888888;
}

#header {
	width: 100%;
	max-width: 100%;
	clear: both;
	padding: 10px 10px;
	color: #FFFFFF;
	background-color: #666666;
}

#mainmenu {
	width: 100%;
	max-width: 100%;
	clear: both;
	color: #FFFFFF;
	background-color: #12283C;
	font-weight: bold;
	overflow: auto;
}

#content {
	padding: 10px 10px;
	overflow: hidden;
	height: 100%;
	margin-left: 200px;
}

#footer {
	padding: 10px 10px 0px 0;
	clear: both;
	border-top: 2px #12283C solid;
	background-color: #FFFFFF;
	background-image:url('../Images/bg_sidebar.gif');	/* Faux column */
	background-repeat:repeat-y;							/* Faux column */
	text-align: left;
	font-size: 75%;
}

#status_area {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	float: left;
	text-align: center;
}

#message_area {
	padding: 0 10px;
	float: left;
}

#copyright_area {
	float: right;
}


/* Text and Links --------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, caption {font-family: Verdana, Arial, Helvetica, sans-serif;}

#header h1 {margin: 10px; padding: 0; font-size: 1.5em; float: left;}

.warning_notice {
	color: #CC1414;
	font-size: 110%;
}

a			{text-decoration: none}
a, a:link	{color: #000CCC}
a:visited	{color: #00600C}
a:active	{color: #990099}
a:hover		{color: #CC1414; text-decoration: underline;}

a.anchor {color: #000000; text-decoration: none;}

a.logo {
	color: #FFFFFF;
	text-decoration: none;
}

h2:target {text-decoration: underline;}

.page_title {
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

.page_subtitle {
	margin: -6px 0  10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.section_title {
	margin-top: 12px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	}

.section_subtitle {
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	}

hr {
	color: #000000;
	background-color: #000000;
	border: 0;
	height: 1px;
}

/* Menu - Horizontal ------------------------------------------------------- */

ul.menu_horz {
	padding: 0;
	margin: 0 10px;
	display: inline;
}

ul.menu_horz li {
	display: inline-block;
	padding: 10px 5px;
}

ul.menu_horz li a {
	display: inline-block;
	padding: 10px;
	margin: -10px -5px;
	color: inherit;
}

ul.menu_horz li.inactive {
	color: #DDDDDD;
}

ul.menu_horz li.section {
	font-style: italic;
}

ul.menu_horz li a:hover	{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

ul.menu_horz li.divider {
	width: 1px;
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF; 
}

ul.menu_horz li.divider:before {content: '\00A0';}	/* Trick to give empty <li> width */


/* Menu - Vertical --------------------------------------------------------- */

ul.menu_vert {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

ul.menu_vert li a {
	border-radius: 10px;
	display: block;
	padding: 5px 5px 5px 5px;
	color: inherit;
}

ul.menu_vert li.inactive {
	display: block;
	padding: 5px 5px 5px 5px;
	color: #666666;
	}

ul.menu_vert li.section {
	/*font-style: italic;*/
}

ul.menu_vert li a:hover {
	color: #FFFFFF;
	background-color: #003C5D;
	text-decoration: none;
}

ul.menu_vert li.label {
	padding: 5px 5px 5px 5px;
}

ul.menu_vert li.divider {
	border-top: 1px #003C5D solid;
	margin: 5px 0 5px 0;
}

ul.menu_vert li.label_divider {
	position:relative;
	margin-bottom: 4px;
}

ul.menu_vert li.label_divider:before {
	content: "";
	display: block;
	border-top: solid 1px #000000;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 55%;
	z-index: 0;
}

ul.menu_vert li.label_divider span {
	padding: 0 10px;
	position: relative;
	z-index: 1;
	background-color: #CCCCCC;	/* color of sidebar */
}


/* Side Bar ---------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 180px;
	padding: 10px;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
}

/* Menu - User ------------------------------------------------------- */

.user_menu {
	float: right;
}


/* Other ------------------------------------------------------------------- */

ul.auditions {
	margin: 10px;
	list-style-type: disc;
}

ul.auditions li {
	margin: 0 0 4px -20px;
}

iframe.google_calendar {
	width: 100%;
	height: 700px;
	border: none;
}

span.phone_number {white-space: nowrap;}

p.logo {
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.logo {
	font-size: 60%;
	margin-right: 10px;
	float: left;
}

div.logo img {
	max-width: 200px;
}

img.whoops {width: 200px; float: left; padding-right: 20px;}

.print_only {display: none;}

.no_print {} /* Include for compound classes to work correctly */


/* Announcements ---------------------------------------- */

div.announcement {
	width: 100%;
/*	float: left;*/
	margin-top: 10px;
	clear: both;
	border-top: 1px #12283C solid;
	padding: 10px 0 4px 0;
}

div.announcement p.announcement_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.announcement ol, ul,dl  {
	margin: 10px 0;
	*margin-right: 0px;
	padding: 0 50px;
}

div.announcement ol {
	list-style: decimal;
}

div.announcement ul {
	list-style: disc;
}

div.announcement li {
	margin: 4px 0;
}

div.announcement blockquote
{
	font-style: italic;
	padding:  1em 20px .5em 20px;
	border-style: solid;
	border-color: #CCCCCC;
	border-left-width: 5px;
	margin-left: 40px;
	vertical-align: bottom;
}

div.announcement img.right {
	/*border: 1px solid #ccc;*/
	float: right;
	margin-left: 10px;
	/*padding: 4px;*/
}

div.announcement img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

p.more_announcements {
	font-size: large;
	text-align: right;
	margin-bottom: 0;
	padding: 8px 0 0 0;
	clear: both;
}

/* Composer Facts ----------------------------------------- */

p.composer_fact {
	float: left;
}

ul.composer_fact {
	margin-left: 0;
}

li.composer_fact {
	padding-left: 12px;
	text-indent: -12px;
	list-style-type: none;
}

/* Concert -------------------------------------------------- */

#concert {
	overflow: hidden;
	margin: 0 0 10px 0;
}

h2.concert_title {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 2px; margin-top: 0px; padding-top: 0; font-size: 1.4em; font-style: italic;}

div.concert_list {
	border-top: 1px #12283C solid;
	overflow: hidden;
	text-align: left;
	padding: 10px 0;
	page-break-inside: avoid;
}

img.concert_list {
	float:right;
	margin: 10px 0 10px 10px;
	/*height: 200px;*/
	width: 200px;
}

img.concert_detail {
	width: 300px;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

.venue_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

div.guest_artist {
	clear: both;
	margin: 8px 0 8px 0;
	overflow: hidden;
}

div.guest_artist_photo {
	float: left;
	margin-right: 8px;
	/*width: 300px;*/
}

div.guest_artist h4 {
	margin: 0 0 8px 0;
}

table.concert_program {margin-bottom: 10px;}
table.concert_program tr:nth-child(odd) {background-color: #EEEEEE;}
table.concert_program td {padding: 4px;}
table.concert_program td:first-child {padding-top: 0;}
table.concert_program td:last-child {padding-left: 20px;}
/*table.concert_program td:last-child {text-align: right; padding-left: 20px;}*/

div.venue_directions {
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	overflow: hidden;
}

div.venue_directions img {
	float:left;
	padding-right: 20px;
}

div.venue_directions p.section_title {
	margin-top: 0;
}

table.past_performances {width: 100%;}
table.past_performances tr:nth-child(odd) {background-color: #EEEEEE;}
table.past_performances td {padding: 4px 8px; white-space: nowrap;}
table.past_performances td:first-child {padding-top: 0;}
table.past_performances td:last-child {width: 100%;}

div.social_media {
	border-top: 1px #12283C solid;
	padding: 10px 0 0 0;
}

div.social_media img {
	padding: 5px;
}

div.tickets {
	 text-align: left;
}

div.tickets table, ul {
	margin-left: 30px;
}

div.tickets td {
	padding: 0 4px;
}

div.audio_excerpt {
	float: right;
	padding: 0 0 8px 0;
	text-align: center;	
	font-size: x-small;
}

div.audio_excerpt audio {
	height: 30px;
	width: 400px;
/*	margin-bottom: -4px;*/
}

div.audio_list {
	border-top: 1px #12283C solid;
	padding-top: 8px;
	overflow: hidden;
}

div.audio_example {
	float: left;
	clear: both;
	margin-bottom: 20px;
	background-color: #EEEEEE;
	width: 100%;
	padding: 4px 8px 8px 8px;
}

div.audio_example audio {
	float: left;
	margin-top: 4px;
	height: 40px;
	width: 500px;
	float: left;
	clear: right;
}

div.music_list {
	border-top: 1px #12283C solid;
	padding-top: 8px;
}

div.music_list h4 {
	margin-bottom: 4px;
}

div.music_list_work {
	margin-bottom: 20px;
}

div.music_list tr:nth-child(even) {
	background-color: #EEEEEE;
}

div.music_list td {
	padding: 4px;
}

div.music_work_notes {
	font-size: 90%;
	margin-bottom: 8px;
}

div.image_gallery_container {
}

div.image_gallery {
	font-size: 70%;
	float: left;
	margin: 4px;
}

table.photo_category_list {
	
}

table.photo_category_list tr:nth-child(even) {
	background-color: #EEEEEE;
}

table.photo_category_list td {
	padding: 8px 12px 0px 4px;
}

ul.documents {margin: 8px 0; padding: 0;}
ul.documents li {margin: 4px 0;}

h2.warning {
	color: #FF0000;
}