/*
 * Schedule Page
 */

body #main #widget-schedule-preferences {
  margin-top: 15px;
}
body #main #schedule-preferences-tab .schedule-preferences {
  padding: 10px 0 0 0;
}
body #main #schedule-preferences-tab .schedule-preferences:first-child {
  padding: 0;
}
body #main #schedule-preferences-tab .schedule-preferences p {
  float: left;
  width: 100px;
  font-weight: bold;
  margin-top: 3px;
}
body #main #schedule-preferences-tab .schedule-preferences ul li {
  font-size: 1.2em;
  float: left;
  margin-left: 10px;
  padding: 2px 0;
  cursor: pointer;
}
body #main #schedule-preferences-tab .schedule-preferences ul li a:hover {
	text-decoration: none;
}
body #main #schedule-preferences-tab .schedule-preferences ul li.selected {
  background: #8cc63f;
  padding: 2px 3px;
}
body #main #schedule-preferences-tab #schedule-timezone-preferences ul li {
  cursor: default;
}
body #main #schedule-preferences-tab #schedule-timezone-preferences ul li.selected {
  background: none;
  padding: 2px 0;
}

body #main .the-schedule {
  width: 420px;
  padding-top: 20px;
}
body #main .the-schedule .day-block {
  float: left;
  width: 420px;
}
body #main .the-schedule .day-block .date {
  float: left;
  
}
body #main .the-schedule .day-block .date h3 {
	color: #fff;
  margin-top: 2px;
  font-size: 1.4em;
  text-transform: uppercase;
}
body #main .the-schedule .day-block .date h4 {
  font-size: 1.1em;
}
body #main .the-schedule .day-block .date a {
  color: #fff;
}
body #main .the-schedule .day-block .events {
  float: right;
  width: 300px;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

body #main .the-schedule .day-block .events .event-label, body #main .the-schedule .day-block .events .live-label {
  padding: 2px 3px 0 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
body #main .the-schedule .day-block .events  .event-label {
  background: #ce0000;
}
body #main .the-schedule .day-block .events  .live-label {
  background: #8cc63f;
}

body #main #weekly-schedule .day-block .events .time {
  float: left;
  width: 80px;
}
body #main #weekly-schedule .day-block .events .title {
  line-height: 18px;
}

body #main #daily-schedule .day-block .events ul li {
	text-align: center;
  float: left;
  width: 100px;
  height: 120px;
}
body #main #daily-schedule .day-block .events ul li .thumbnail img {
  width: 60px;
  height: 60px;
}
body #main #daily-schedule .day-block .events ul li h5 {
  font-size: 1.2em;
}
body #main #daily-schedule .day-block .events ul li p.label {
  padding-top: 0px;
}

body #main .the-event .more-info {
  float: left;
  background: #1f1f1f;
  border: 5px solid #3e3e3e;
}
body #main .the-event .more-info .thumbnail img {
  width: 200px;
  height: 200px;
}
body #main .the-event .more-info img.event {
  width: 200px;
  padding: 15px;
}
body #main .the-event .more-info .info-box {
  padding: 0 15px;
}
body #main .the-event .more-info .info-box h4 {
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0 0 0;
}
body #main .the-event .more-info .info-box ul {
  padding-bottom: 10px;
}
body #main .the-event .more-info .rsvp ul {
  border-bottom: 1px solid #3e3e3e;
}
body #main .the-event .more-info .info-box li {
  font-size: 1.2em;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}

body #main .the-event .event-body {
  float: left;
  margin-left: 18px;
  width: 372px;
}

body #main .the-event .event-details {
  padding: 20px 0;
  margin: 0 0 0 50px;
  width: 300px;
}
body #main .the-event .event-details .event-detail {
  padding-bottom: 20px;
}
body #main .the-event .event-details .event-detail-label {
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  width: 140px;
}
body #main .the-event .event-details .event-detail-body {
  font-size: 1.2em;
  float: right;
  width: 160px;
}

body #main #schedule-calendar {
  width: 200px;
  margin-top: 6px;
  float: right;
  clear: both;
}
