/*
/*  calendar.css
*/

ul#calendar {
  width: 298px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#calendar li {
  margin-bottom: -1px;
  padding: 4px 10px 10px;
  padding-left: 60px;
  overflow: hidden;
  border: dashed #3c3c3c;
  border-width: 1px 0;
}

/*ul#calendar li.even { background: #161616; }
ul#calendar li.odd  { background: #232323; }*/
ul#calendar li.even { background: #000; }
ul#calendar li.odd  { background: #111; }

ul#calendar div.date {
  float: left;
  width: 40px;
  margin:4px 0 0 -50px;
  -webkit-box-shadow: 0 2px 5px #000;
}

ul#calendar div.date span {
  display: block;
  width: 40px;
  text-align: center;
}

ul#calendar div.date span.month {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight:bold;
  background: #3e5265 url("images/date-month.png") no-repeat;
}

ul#calendar div.date span.day {
  font-family: "Georgia", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  padding: 0;
  background: #fff url("images/date-day.png") no-repeat 0 100%;
}

ul#calendar h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  margin: 0;
  font-weight:bold;
}

ul#calendar p {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: #999;
  margin: 0;
  line-height:16px;
}

ul#calendar p span.at {
  color: #FFF;
  font-style: italic;
}
