/* rules for the lists in the sidebar */
ul.show_list { margin: 0; padding: 0; list-style: none; margin: .4em 0; }
ul.show_list li { text-indent: -1em; padding-left: 2em; margin-bottom: 0.3em; }
ul.show_list a { color: #243107; }
ul.show_list .show_date { color: #4C4C4C; }

.show_list_wrap { float: left; position: relative; left: 50%; }
.show_list_wrap p, .show_list_wrap ul { position: relative; right: 50%; }

/* style rules for the playbill info */
ul.pb_info { margin: 0; padding: 0; list-style: none; text-align: center; color: #333; font-weight: bold; padding-top: 1em; }
ul.pb_info li { margin: 1em 0; }
ul.pb_info li.pb_name { font-style: italic; font-size: 125%; }
ul.pb_info img { margin: 15px; }

/* style rules for cast lists */
.pb_title { margin-top: 2.5em; color: #333; text-align: center; font-weight: bold; }
table.pb_cast { border-collapse: collapse; width: 100%; margin-left: auto; margin-right: auto; }
table.pb_cast td:first-child { border-bottom-color: #e6e6e6; border-top-color: #e6e6e6; border-bottom-style: solid; border-top-style: solid; border-bottom-width: 1px; border-top-width: 1px; text-align: left; vertical-align: top; width: 35%; }
table.pb_cast td+td { border-bottom-color: #e6e6e6; border-top-color: #e6e6e6; border-bottom-style: solid; border-top-style: solid; border-bottom-width: 1px; border-top-width: 1px; text-align: right; vertical-align: top; width: 65%; }

/* combine with .area_nav for the show navigation links (next, previous) */
.pb_nav { font-size: 75%; margin: 1em; width: auto; }
