/* _base.sass */
/* Includes compass functions, variables, mixins, utility classes, colors, etc.
 */
/* ***************************************************** */
/* VARIABLES */
/* ***************************************************** */
/* COLORS | Style Guide & Additional Colors */
/* -------------------------------------------------- */
/* By color name */
/* Can use either a color name from above or just put in the hex value */
/* GRID/ LAYOUT | Style Guide & Common Sections */
/* --------------------------------------------------- */
/* ***************************************************** */
/* Mixins and utility classes */
/* ************************************************** */
/* Hide for both screenreaders and browsers:
 * css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
 *www.webaim.org/techniques/css/invisiblecontent/    &    j.mp/visuallyhidden */
/* Interstitial ads */
#interstitial {
  zoom: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #999999;
  background: white;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
#interstitial.show {
  display: block;
}
#interstitial .ad-text {
  color: #999999;
  font-size: 11px;
  padding-top: 75px;
  padding-bottom: 5px;
}
#interstitial .ad-text img {
  padding: 0 10px 0 15px;
}
#interstitial .ad-text #interstitial-timer {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  margin-left: 10px;
}
#interstitial .ad-text a {
  color: #999999;
  float: right;
  display: block;
  padding-top: 25px;
  padding-right: 15px;
}
.ie7 #interstitial .ad-text a {
  padding-top: 0;
  margin-top: -15px;
}
#interstitial .interstitial-ad-box {
  background-color: #eeeeee;
  text-align: center;
  margin-bottom: 75px;
  height: 480px;
  clear: both;
}

/* Broadway Buzz
 * -------------
 *    */
.staff-only {
  color: gray;
}
.staff-only a {
  color: gray !important;
}

#buzz-wrap {
  background: url(../img/decoration/gradient-buzz-wrap.png) repeat-x left top #434343;
  overflow: hidden;
}
#buzz-wrap #content {
  background: white;
  border-bottom: none;
  padding: 26px 0 36px 0;
  min-height: 600px;
}

#buzz-content-wrap {
  background: url(../img/decoration/bg-buzz-content-wrap.png) no-repeat center 16px transparent;
  padding: 48px 0 0 0;
}

.buzz-home-pagination {
  padding: 11px 0 11px 0;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 4px 0;
}
.buzz-home-pagination .right {
  float: right;
  width: 200px;
}
.buzz-home-pagination .left {
  float: left;
  width: 200px;
}

#content-main .narrow-by {
  color: #cccccc;
  padding: 18px 0 16px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
#content-main .narrow-by span.current {
  color: #5e5e5e;
}
#content-main .narrow-by strong {
  color: #333333;
  font-size: 0.833em;
  text-transform: uppercase;
  padding-right: 10px;
}

.date-picker-wrap span.view-summary {
  color: #898989;
  font-size: 0.75em;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}
.date-picker-wrap .picker-controls {
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
}
.date-picker-wrap .picker-controls .cal-left {
  float: left;
}
.date-picker-wrap .picker-controls .cal-left a {
  color: white;
}
.date-picker-wrap .picker-controls .cal-right {
  float: right;
}

.article-event-date {
  font-size: 1.5em;
  font-style: italic;
  padding: 60px 0 4px 0;
  border-bottom: 5px solid black;
  display: block;
  margin-bottom: 35px;
}

.landing-article img.event-full-img {
  margin-bottom: 10px;
}

.event-date-first {
  padding-top: 0;
  margin-bottom: 0;
}

dl.event-info {
  line-height: 1;
  margin-top: 5px;
  padding-top: 5px;
}
dl.event-info dt {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
dl.event-info dd {
  margin-bottom: 15px;
  line-height: 1.25em;
}

.full-width dl.event-info, .no-image dl.event-info {
  float: left;
  width: 200px;
  padding-right: 30px;
  background: url(../img/decoration/dots-vertical-7f7f7f-3px.png) repeat-y 210px 0;
}

p.event-desc {
  margin-bottom: 20px;
}

/* Star files
 * ----------
 */
.star-file h1 {
  font-size: 2.333em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -1px;
  color: #121212;
}
.star-file .article-meta {
  margin-top: 12px;
}
.star-file #content-main h3 {
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
  color: black;
}

.star-file-intro {
  font: 1.083em/1 Verdana, sans-serif;
  overflow: visible;
  margin-bottom: 1em;
}
.star-file-intro img {
  float: left;
  display: inline;
  margin-right: 15px;
  padding-bottom: 1em;
}
.star-file-intro h2 {
  font-size: 1.083em;
  font-weight: 700;
  color: #121212;
  margin-bottom: 15px;
  letter-spacing: normal;
}
.star-file-intro div {
  line-height: 160%;
  color: #333333;
}

.star-file-cat {
  padding-top: 11px;
  border-top: 5px solid black;
  padding-bottom: 20px;
  clear: both;
  _zoom: 1;
}

.star-credits span.credits-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.star-credits table {
  width: 100%;
  margin-bottom: 10px;
  line-height: 110%;
  color: #333333;
}
.star-credits table thead tr td {
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  padding: 0 0 5px 10px;
  background: url(../img/decoration/bullet-888888.png) no-repeat 0 5px;
}
.star-credits table tbody tr td {
  background: #eae9db;
  padding: 7px 10px 20px;
}
.star-credits table tbody tr.alt td {
  background: white;
}
.star-credits table span.location {
  display: block;
}

.star-photos .carousel-wrapper,
.star-videos .carousel-wrapper {
  border: 1px solid #dedede;
  padding: 12px 6px;
  float: left;
  overflow: hidden;
}

.star-gallery-wrapper .prev,
.star-gallery-wrapper .next {
  float: left;
  margin-top: 39px;
  visibility: hidden;
}

#carousel {
  width: 546px;
  position: relative;
  height: 92px;
  overflow: hidden;
  left: -6px;
}

.carousel-item {
  float: left;
  padding-left: 12px;
  display: inline-block;
  position: relative;
}

.star-photos .star-gallery-wrapper {
  margin-bottom: 10px;
}

.star-videos .star-gallery-wrapper {
  margin-top: 15px;
}

.star-videos .br-vid-inline {
  margin: 0 0 15px 30px;
}

.br-vid-highlights {
  background: url(../img/decoration/dots-horizontal-828282-3px.png) bottom left repeat-x;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.br-vid-highlights .sml-vid {
  color: #828282;
  font-size: 0.833em;
  float: left;
  width: 169px;
}
.br-vid-highlights .sml-vid strong a {
  display: block;
  font-size: 1.3em;
  line-height: 120%;
  color: #054b89;
  margin: 2px 0 5px;
}
.br-vid-highlights .sml-vid a.thumb {
  display: block;
  position: relative;
  height: 95px;
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  background-image: url(../img/global/video-no-preview-sml.png);
  width: 169px;
  height: 90px;
}
.br-vid-highlights .sml-vid a.thumb span.png-fix {
  position: absolute;
  bottom: 0;
  left: 0;
}
.br-vid-highlights .middle-vid {
  padding: 0 24px;
  margin: 0 24px;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.star-videos h4 {
  font-size: 1.166em;
  font-weight: 700;
  color: #121212;
  letter-spacing: normal;
  margin: 2em 0 1em;
}
.star-videos.title {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.star-videos .br-vid {
  width: 606px;
  height: 341px;
  margin-left: 0;
}
.star-videos ul {
  width: 606px;
  margin: 15px auto 5px;
  overflow: hidden;
}
.star-videos li {
  display: inline;
  float: left;
  width: 170px;
  margin: 0 48px 0 0;
}
.star-videos li.last {
  float: right;
  margin-right: 0;
}
.star-videos li p {
  margin-top: 0.5em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.star-videos a.thumb {
  display: block;
  height: 96px;
  width: 100%;
  position: relative;
  background: black url("../img/icons/placeholders/ph-169-95.png") no-repeat 50% 50%;
}
.star-videos a.thumb img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-items li {
  overflow: hidden;
  *zoom: 1;
  padding: 0 0 8px 0;
  background: url(../img/decoration/dots-horizontal-7f7f7f-3px.png) bottom left repeat-x;
  margin-bottom: 8px;
  *margin-bottom: 5px;
  clear: left;
  _height: 48px;
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
}
.news-items li.last {
  background: none;
}
.news-items li div {
  overflow: hidden;
  padding-bottom: 3px;
}
.news-items li h4 {
  margin-top: 4px;
  font-size: 1em;
  font-weight: 600;
}
.news-items li h4 a {
  color: #065ca8;
  font-size: 1.083em;
}

.news-items span {
  font-size: 0.916em;
  margin-bottom: 3px;
}
.news-items span.red-highlight {
  color: white;
  margin-right: 6px;
  padding: 1px 7px;
}
.news-items span.meta-date {
  color: #838383;
}
.news-items span a {
  float: none;
}

.news-items a {
  float: left;
  display: inline;
  position: relative;
}
.news-items a img {
  margin: 0 15px 0 1px;
  padding: 0;
}

span.red-highlight a,
span.red-highlight a:link,
span.red-highlight a:visited,
span.red-highlight a:hover {
  color: white;
  text-decoration: none;
}

.star-file #content-main .see-also {
  clear: left;
  margin-top: 0;
  padding-left: 0px;
}

.buzz-poll .poll-title {
  font-size: 2.333em;
  margin: 28px 0 5px;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 110%;
  font-weight: 400;
}
.buzz-poll .article-meta {
  border: none;
  margin-bottom: 25px;
}
.buzz-poll #poll,
.buzz-poll #quizz {
  background: url(../img/decoration/diagonal-pattern-ffa8a8.png);
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  _zoom: 1;
}
.buzz-poll #content-main .see-also {
  padding-left: 0;
  margin-top: 20px;
}

#poll .choice,
#quizz .choice {
  display: block;
  background: white;
  height: 70px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  color: black;
}

#quizz .highlighted {
  background: #db0322 !important;
  color: white !important;
}

a.choice:hover {
  text-decoration: none;
}

.poll-choices .choice {
  background: white url(../img/icons/arr-poll-choice-off.png) right center no-repeat !important;
}

.poll-choices a.choice:hover,
.quizz-choices a.choice:hover {
  background: #db0322 url(../img/icons/arr-poll-choice-on.png) right center no-repeat !important;
  color: white !important;
  *cursor: pointer;
}

.choice .percent-bar {
  background: #b3b1b1;
  height: 70px;
  -moz-border-radius: 5px 0 0 5px;
}
.choice .choice-content {
  position: absolute;
  top: 9px;
  left: 10px;
  right: 20px;
}
.choice .choice-content img {
  float: left;
  margin-right: 15px;
  border: 1px solid #999999;
}
.choice .choice-content .character,
.choice .choice-content .option {
  float: left;
  width: 300px;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.highlighted .percent-bar {
  background: #db0322 !important;
  height: 70px;
}

#poll .choice .choice-content .percentage {
  float: right;
  width: 100px;
  font-size: 22px;
  line-height: 50px;
  text-align: right;
}

.quizz-right .your-choice {
  background: #db0322 url(../img/icons/check.png) right center no-repeat !important;
  color: white !important;
}

.quizz-wrong .your-choice {
  background: #b3b1b1 url(../img/icons/cross-quizz-incorrect.png) right center no-repeat !important;
}
.quizz-wrong .right-answer {
  background: white url(../img/icons/check-quizz-incorrect.png) right center no-repeat !important;
  color: #db0322 !important;
}

.quizz-question {
  font-size: 1.833em;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}

.error-message {
  font-size: 1.166em;
  border: 1px solid #db0322;
  padding: 10px;
  margin-bottom: 20px;
}

.article-content-wrap h3 {
  margin-top: 2.5em;
  clear: left;
}
.article-content-wrap #poll {
  width: 390px;
  background: url(../img/decoration/diagonal-pattern-ffa8a8.png);
  margin-bottom: 15px;
  padding: 15px 10px 5px;
}

.article-content-wrap .choice .choice-content .character,
.article-content-wrap .choice .choice-content .option {
  width: 200px;
}

ul.poll-list {
  margin: 20px 0 0 0;
}

li.poll-list-elem {
  overflow: hidden;
  *zoom: 1;
  padding: 0 0 8px 0;
  background: url(../img/decoration/dots-horizontal-7f7f7f-3px.png) bottom left repeat-x;
  margin-bottom: 8px;
  *margin-bottom: 5px;
}
li.poll-list-elem span {
  color: #333333;
  font-size: 0.916em;
  margin-bottom: 3px;
  color: white;
  margin-right: 6px;
  padding: 1px 7px;
}
li.poll-list-elem .img {
  margin: 0 15px 0 1px;
  padding: 0;
  float: left;
}
li.poll-list-elem h4 {
  margin-top: 10px;
  font-size: 13px;
  line-height: normal;
}
li.poll-list-elem h4 a {
  color: #065ca8;
  font-size: 13px;
  font-weight: bold;
}

.see-also a {
  white-space: nowrap;
}

.extra-options {
  padding: 12px 0;
  clear: left;
}

.comments {
  border-top: 3px solid #666666;
  padding-top: 1.5em;
}

.buzz-ad-banner {
  background: #0a0a0a;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

#broadway-buzz-logo {
  position: absolute;
  top: -82px;
  left: 390px;
  display: block;
  width: 138px;
  height: 95px;
  z-index: 3;
}

#broadway-buzz-logo-ad {
  position: absolute;
  top: -51px;
  left: 196px;
  display: block;
  height: 40px;
  width: 491px;
  z-index: 2;
}

#broadway-buzz #content-side .ad-300x190 {
  padding-bottom: 20px;
}

.subfooter {
  color: #b3b3b3;
  border-color: #696969;
}
.subfooter a {
  color: #b3b3b3;
}
