body {
  background: url(/media/img/nypr/nypr-splash-background.gif) repeat-x scroll 0 -293px;
  font: 9.5pt arial, sans-serif;
  color: #333;
}

#site {
  position: relative;
  margin: 25px auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

h1.logo a {
  text-indent: -9999px;
  display: block;
  color: #333;
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: bold;
  width: 961px;;
  height: 131px;
  background: url(/media/img/njpr/njpr-banner-logo.png) no-repeat 0 0;
}

.technical-message {
  padding: 15px 15px 20px;
  margin: 15px 0;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.stream a {
  font: bold 18px arial,sans-serif;;
  display: block;
  height: 64px;
  padding: 36px 0 0 105px;
  background: url(/media/img/njpr/btn-play.png) no-repeat 0 0;
  margin: 0 -10px 0;
}

.stream a:hover {
  background-position: 0 -100px;
}

.break {
  border-bottom: 1px solid #d9d9d9;
  margin: 10px 0 20px;
}

h2 {
  font-size: 18px;
  margin: 10px 0;
}

h4 {
  font-size: 14px;
  margin: 10px 0 20px;
}

.home ul {
  list-style-type: square;
  padding: 0 14px 10px;
}

.press p {
  margin-bottom: 0;
}

.sidebar .sideblock {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}

.schedule-container {
  margin: 40px 0;
}

.schedule {
  border-bottom: 1px solid #d9d9d9;
}

.map img {
  margin: 0 0 0 10px;
}

.map p {
  padding: 10px 5px;
}

.modal-popup {
  position: fixed;
  top: 10%;
  left: 30%;
  z-index: 10000;
  width: 600px;
  background-color: #fff;
  border: 5px solid #eee;
  padding: 30px 40px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 15px #333;
  -webkit-box-shadow: 1px 2px 20px #333;
  box-shadow: 1px 2px 20px #333;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

#njpr-schedule.modal-popup {
  top: 3%;
  left: auto;
  width: auto;
}

.modal-popup a.close {
  font-weight: bold;
  text-align: right;
  float: right;
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-size: 14px;
  width: 65px;
}

.modalOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #000;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.hidden {
  display: none;
}

