/* CSS Document */

#calendar {	
	background: #1a1819;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	float:left;
	display:inline;
	width:726px;
	border:none 0px;
	border-left:solid 1px #2b2d2c; 
	border-bottom:solid 1px #2b2d2c;
	border-right:solid 1px #2b2d2c; 
	overflow:hidden;
}

th{
	width:102px;
	text-align:center;}

#calendar-tbl {
	border-collapse: collapse;
	border:1px solid #2b2d2c;}


#calendar-tbl td, #calendar-tbl th {
	border-collapse: collapse;
	border:1px solid #2b2d2c;}

#calendar-tbl #days {
	font-size:.6em;
	color:#999999;
}


#calendar .day-title { 
	width: 102px;	

}

.day {
	width:93px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	line-height:1;
	float:left;
	display:inline;
}

.day div {
	line-height:1;
	float:left;
	/*display:inline;*/
	margin-bottom:20px;
}

#calendar-tbl .day span {
	line-height:1;
	float:left;
	display:inline;
	clear:both;
}

#calendar-tbl .day div a {
	line-height: 1.1em;
	float:left;
	display:inline;
	padding-bottom:5px;
	font-size:10px;
	font-weight:normal;
	width:90px;
}
	

#calendar-tbl .date {
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	width: 20px;
	height: 16px;
	font-size:.6em;
	text-align:center;
	float: right;
	display:inline;
	padding-top: .4em;
	font-weight: bold;
	color: white;
	clear:both;
}

#calendar-tbl .noevent {
	font-weight: normal;
	color: #999999;
}

#calendar-tbl .cal-event-name {
	font-weight: bold;
	color: white;
	font-size:.7em;
	text-decoration: none;
}

#calendar-tbl .cal-event-name i {
	font-style:normal;
}

#calendar-tbl .cal-event-name:hover {
	text-decoration: underline;
}

#calendar-tbl .cal-event-loc {
	font-weight: normal;
	color: #999999;
	font-size:.6em;
}

#calendar div.evt-symbols {
	float:none;
	display: block;
	padding-bottom: 0;
	position: relative;
	bottom:0;
	font-size:0px;
}

#intro {
	padding:15px;
}

.legend {
	margin-bottom:5px;
}

.sym-legend {
	float:left;
	margin-left: 4px;
	margin-bottom:10px;
	font-weight:bold;
}

.sym-legend a {
	font-size:11px;
}

.sym-loc {
	color:#999999;
	font-size:11px;
}

.sym {
	float:left;
	display:none;
	height:8px;
	width:8px;
	border:solid 1px #2b2d2c;
	font-size:0px;
	margin-right:5px;
	margin-top:4px;
}

.sym-display {
	display: inline;
}

.sym-fassbinder {
	background-color:#2eaae1;
}

.sym-ch {
	background-color:#fdb82b;
}

.sym-talents {
	background-color:#41ad49;
}

.sym-hauptbahnhof {
	background-color:#5c2d8f;
}

.sym-dialogues {
	background-color:#ec5297;
}
		
.sym-img {
	float:left;
	display: inline;
}

/* Event List Pages */

.evt-list-date {
	font-size: .6em;
	font-weight: bold;
	color: white;
}

.evt-list-name {
	color: #F0C23B;
	font-size: .8em;
	font-weight: bold;
	
}

.evt-list-link {
	font-size: .7em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

h1.venue-title {
	font-size: .9em;
	color: white;
	font-weight: 100;
}

hr {
	color: #404040;
	background-color: #404040;
	width: 80%;
	height: 1px;
	border:none;
}

#events-list {
	background-color: #1A1819;
	float:left;
	display:inline;
	/*border-right:solid 1px #2b2d2c;*/
	margin-bottom:15px;
	margin-top:3px;
}

.evt-list-section {
	width: 545px;
	margin-left:13px;
	margin-right:13px;
	padding-top: 13px;
	padding-bottom: -16px;
	border-bottom: 1px solid #2D2B2C;
	font-size:16px;
	background-color: #1A1819;	
	float: left;
	display: inline;
}

.evt-list-item {
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #201E1F;
	width: 546px;
	float:left;
	display:inline;
}

.evt-list-item dl {
	padding-top:5px;
	padding-bottom: 5px;
	width: 45%;
	float:left;
	display:inline;
}

.evt-list-item-info {
	width: 466px;
	float:left;
	display:inline;
}

.evt-list-head {
	padding-top:0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #201E1F;
	height:30px;
}

.evt-thumb {
	float: left;
	display:inline;
	height:60px;
	width:60px;
	padding-right: 10px;
}


/* Event Detail Pages */

#event{
	float: left;
	display: inline;
	width:278px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #2d2c2c;
	border-left-color: #2d2c2c;
	padding-top:17px;
	padding-left:13px;
	padding-right:21px;
	margin-left: -1px;
	height:100%;
}

#mediaInfo{
	float: left;
	display: inline;
	width: 258px;
}

#audio, #video, #about, #aboutMusic, #support, #relatedLinks, .callout {
	float: left;
	display: inline;
	width: 240px;
	border: 1px solid #2d2c2c;
	padding-left:8px;
	margin: 3px;
	padding-right:2px;
	padding-bottom:6px;
}

#video img {
	padding-bottom:10px;
}

.evt-dtl-perf {
	font-size: 1.5em;
	color:#ffcf41;
	font-weight: bold;
}

.evt-dtl-whtbld {
	font-size: 1em;
	font-weight: bold;
}

.evt-dtl-itlc {
	font-size: 1em;
	font-style: italic;
}

.evt-dtl-txt {
	font-size: .8em;
}

.evt-dtl-txt b {
	font-size: 1.1em;
	font-weight: bold;
}

.evt-dtl-item {
	font-size: 1em;
	padding-bottom: 5px;
}

.evt-dtl-item b {
	font-size: 1.2em;
	font-weight: bold;
}

.evt-dtl-item p {
	display: block;
	padding-bottom:5px;
	padding-top:5px;
}

.evt-dtl-item .eventsHeader {
	font-size: 1.1em;
	color:#ffcf41;
	font-weight: bold;
}

.evt-dtl-notes {
	font-size: 1em;
}

.evt-dtl-sponsor {
	font-size:.9em;
	margin-bottom:15px;
}

.evt_dtl_sponsorLogo img {
	padding-bottom: 10px;
}

#appearance {
	padding-bottom: 20px;
}

#repertoire {
	padding-bottom: 15px;
}

#preconcertinfo {

}

#generalnotes {
	padding-bottom: 15px;
}

#btn-buytickets {
	margin-top: 15px;
	margin-bottom: 25px;
}


/* media and performer information */
#audioPlayer {
	padding-bottom: 0px;
}

#audioInfo {
	padding-top: 5x;
	padding-bottom: 5px;
	font-size:.9em;
}

#artistImage {
	padding-top: 10px;
	padding-bottom: 10px;
}

.about-artist-txt {
	font-size: 1em;
}

.learnmore-link {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#calnav {
	padding-bottom: 20px;
	font-size: .7em;
}

.sym-img {
	display:none;
}
