#sub-contents ul {
  margin: 0;
  padding: 0;
}
#sub-contents ul li {
  list-style: none;
}
#sub-contents ul li div.thumbnail {
  width: 90px;
  float: left;
}
#sub-contents ul li div.contents {
  width: 440px;
  float: left;
}
#sub-contents ul li div.contents h2 {
  margin: 0;
  font-size: 1.2em;
}
#sub-contents h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.4em;
}


#sub-contents #item-thumbnail {
  width: 170px;
  float: left;
}
#sub-contents #item-contents {
  width: 370px;
  float: left;
}
#item-contents #item-date {
  width: 15em;
  float: right;
  text-align: center;
}
#item-contents #item-date h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
}

#item-contents ul#item-footer {
  margin: 0;
  padding: 0;
}
#item-contents ul#item-footer li {
  list-style: none;
  float: left;
  width: 121px;
  padding: 10px 0 0 0;
}
#item-contents ul#item-footer li#center {
  padding: 10px 0 0 0;
  text-align: center;
}
#item-contents ul#item-footer li.last {
  text-align: right;
}



#calendar-nav {
  display: block;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-weight: bold;
}
#calendar-nav .left {
  float: left;
  width: 180px;
  text-align: left;
}
#calendar-nav .middle {
  float: left;
  width: 180px;
  text-align: center;
}
#calendar-nav .right {
  float: left;
  width: 180px;
  text-align: right;
}
#calendar-nav .right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#calendar-nav  .right { display: inline-table; }
/* Hides from IE-mac \*/
* html #calendar-nav  .right { height: 1%; }
#calendar-nav  .right { display: block; }
/* End hide from IE-mac */


#calendar th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  text-transform: uppercase;
  background-color: #670000;
  color: #fff;
  font-size: 0.8em;
  width: 78px;
  w\idth: 73px;
}
#calendar td {
  font-size: 0.9em;
  width: 78px;
  w\idth: 73px;
  background-color: #ffe8e8;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  height: 73px;
  min-height: 73px;
  vertical-align: top;
}
#calendar td .day-of-month{
  text-align: center;
  font-size: 0.9em !important;
}
#calendar td.blank {
  background: #bbb;
}
#calendar td.blank-last {
  background: #bbb;
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.last, #calendar th.last {
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.today, #calendar th.today {
  background: #fadca0;
}
#calendar td ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#calendar td ul li {
  font-size: 0.9em !important;;
  margin: 0px 0px 5px 0px;
  padding: 0px !important;
  background: none !important;
  padding-top: 3px !important;
  border-top: 1px solid #aaaaff;
}




