/* @override 
	http://roaringfork.adtransformer.com:3000/stylesheets/calendar/blue/style.css
	http://www.creeksideterrace.com/stylesheets/calendar/blue/style.css
*/

/*
  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
*/

.calendar {
  margin: auto;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .specialDay {
  /*padding: 0.7em 1em;*/
  border-right: 1px solid white;
  vertical-align: top;
	height: 100px;
	width: 14%;
}

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

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #bbccff;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: #fdff1e;
  /*background-color: black;*/
}
.today a:hover {
  color: #035;
}
.weekendDay {
  background-color: #ffffdd;
	color: #000;
}
.weekendDay a, .weekendDay a:visited, .weekendDay a:hover {
  color: #191919;
  text-decoration: none;
  padding: 1em;
}
.weekendDay a:hover {
  color: #003355;
}
.today{
	background-color: #4682b4;
}
