﻿/* AUDITION NOTICES */
div.omp_show
{
	position: relative;
}

div.show_image
{
	float: right;
	padding-left: 16px;
	padding-bottom: 18px;
}

h5.show_name
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

p.show_writers
{
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	letter-spacing: 1px;
}
p.show_writers_music
{
	margin-top: 0;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
}
p.show_director
{
	font-size: 11px;
	font-weight: bold;
}
p.show_dates
{
	font-size: 14px;
	font-weight: normal;
}

h6.audition_alert
{
	color: #CC0000;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}
p.audition_pdf
{
	background: url(../images/img000_pdf.png) no-repeat;
	min-height: 36px;
	padding-left: 48px;
	position: relative;
}
a.audition_pdf_thumb
{
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 40px;
}
a.audition_pdf_thumb span
{
	display: none;
}
p.audition_at
{
	margin-top: 0;
}
p.audition_info
{
	margin-bottom: 0;
}
a.audition_sublink
{
	font-style: italic;
}

/* SHOW RUN NOTICES */
div.show_playing
{
	position: relative;
}
div.location_pic
{
	float: right;
	padding-left: 12px;
	padding-bottom: 8px;
}
h6.location_status
{
	color: #CC0000;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}
p.show_tickets
{
	background: url(../images/img000_tickets.png) no-repeat;
	min-height: 40px;
	padding-left: 48px;
	position: relative;
}
a.show_tickets_link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 40px;
}
a.show_tickets_link span
{
	display: none;
}

/* Share Buttons */
#share
{
	position: absolute;
	width: 280px;
	height: 40px;
	top: -35px;
	right: 45px;
}
div#share div.facebook a
{
	background: url(../images/omp_facebook.png) no-repeat;
	width: 130px;
	height: 40px;
}
div#share div.twitter a
{
	background: url(../images/omp_twitter.png) no-repeat;
	width: 130px;
	height: 50px;
}
div#share div a
{
	float: left;
	display: block;
}
div#share div a span
{
	display: none;	
}


/* Events page */
h4.event_header
{
	margin-top: 24px;
	border: 1px solid #996666;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.event_content
{
	margin-bottom: 24px;
}
h4.event_header a
{
	background: transparent;
	border: 0;	
}
h4.event_header a strong
{
	font-size: inherit;	
}

/* Past shows page */
div#pastshows h4.season_header
{
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #996666;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div#pastshows h4.season_header a
{
	background: transparent;
	border: 0;
	display: block;	
}
div#pastshows div.callout
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
div#pastshows div.callout img.show_thumb
{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#pastshows div.callout p.show_book,
div#pastshows div.callout p.show_musiclyrics
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 0;
}
div#pastshows div.callout p.show_musiclyrics
{
	margin-top: 0;
	margin-bottom: 6px;
}
div#pastshows div.callout p.show_director
{
	font-size: 11px;
}
div#pastshows div.callout div.show_photos
{
	position: absolute;
	top: 12px;
	right: 12px;
}
div#pastshows div.callout div.show_photos a
{
	display: block;
	height: 59px;
	width: 140px;
	background-image: url(../images/img240_pics.png);
}
div#pastshows div.callout div.show_photos a span { display: none; }
