/*
  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: #868686;
}
#event_calendar .weekendDay.specialDay A:visited {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal; color: #868686;}
#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 {
	float:left;
	width: 600px;
	padding-left:55px;
}

#event_calendar_navigation_previous {
	float:left;
	text-align: left;
}
#event_calendar_navigation_next{
	float:right;
	text-align:right;	
}
#event_category{
	float:left;
	margin-left:155px;
}
calendar_wrapper{
	clear:both;
}

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

.dayName th {
  font-size: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #014A8E;
  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: 65px;
  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: #E3E1E2;
}

.weekendDay.specialDay {
  background-color: #003355;
  color: #ccc;
}

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