/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/


#event_calendar .calendar_helper A:link {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #868686;}
#event_calendar .calendar_helper A:visited {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal; color: #868686;}
#event_calendar .calendar_helper A:active {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
#event_calendar .calendar_helper A:hover {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal; color: #ffffff; background-color: inherit;}

#event_calendar .weekendDay.specialDay A:link {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;}
#event_calendar .weekendDay.specialDay A:visited {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal; color: #000000;}
#event_calendar .weekendDay.specialDay A:active {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
#event_calendar .weekendDay.specialDay A:hover {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal; color: #ffffff; background-color: inherit;}

.calendar {
  margin: auto;
}

/* reset middle content padding just for calendar */
#middle_content {
  padding: 0px;
}
#event_calendar {
  width: 680px;
}

#event_calendar_navigation {
  text-align: center;
}

.monthName th {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #8B8E7D;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid white;
  text-align: left;
  vertical-align: top;
}

.otherMonth {
  color: #cccccc;
  background-color: white;
}

.day, .specialDay {
  width: 80px;
  text-align: left;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #E3E1E2;

  position: relative;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
}
.specialDay a:hover {
  color: white;
}
.weekendDay {
  background-color: #CBD2A8;
}

.weekendDay.specialDay {
  background-color: #BA584F;
  color: black;
}

.date {
  margin-left: -1ex;
  float: left;
  height: 60px;
  display: block;
}