/*
  A grey based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    dk: 787888
    lt: 4f4f5b
    lter: a8a8a8
    white: ffffff
*/

/* TODO */


#calendar-wrapper {
	padding: 5px;
}

#calendar_filters{
	background: transparent url('../../../images/global/bg_frame_light.gif') top left repeat;
        margin-bottom: 20px;
}

#calendar-image {
	padding: 3px 3px 3px 0;
	float: right;
	width: 221px;
}

.calendar {
  color: #56403d;
  float: left;
  text-align: center;
  border-spacing: 3px;
  font: normal 12px/16px Arial, sans-serif;
}

.calendarDays {
  color: #56403d;
  text-align: center;
  border-spacing: 3px;
  font: normal 12px/16px Arial, sans-serif;
  margin: 0 auto;
  width: 100%;
}




td.selected_day{
    background: #be792a;
	border-color: #be792a;
}

td.calendarContainer {
	padding: 8px 15px 20px 15px;
	background: #e8e5c3;
	text-align: center;
	width: 221px;
}

th.monthName {
  font-weight: bold;
  color: #6f3f11;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}

th.monthArrow {
  text-align: center;
}

th.monthArrow a {
  outline: none;
  border: none;
}

.dayName th {
  padding: 2px 4px 0 4px;
  background: none;
  color: #ad9040;
  font-weight: bold;
  text-align: center;
}

.otherMonth, .day, .specialDay {
  padding: 2px 4px;
  /* border-right: 1px solid #111111; */
  text-align: center;
  border: 2px solid #d9c07d;
}

.otherMonth {
  color: #a58d63;
  background-color: #e1d3a0;
  border-color: #e1d3a0;
}

.day, .specialDay {
  /* border-bottom: 1px solid #111111; */
  background-color: #d9c07d;
}
.day a, .specialDay a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
}
.day a:hover, .specialDay a:hover {
  color: #56403d;
}

.specialDay {
  background-color: #a8a8a8;
  color: black;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #d4b26c;
  border-color: #d4b26c;
}
.weekendDay.otherMonth {
  background-color: #e1d3a0;
  border-color: #e1d3a0;
}
.weekendDay.today {
  background-color: #d4b26c;
  border-color: #be792a;
}
.today {
  background-color: #d9c07d;
  border: 2px solid #be792a;
}
#filter_results_spinner{
    background: url('/images/global/ajax-loader.gif') center no-repeat;
    height: 100px;
}

#provinces{
    display: none;
}

select{
    width: 32%;
    color: #6F3F11;
    margin: 10px 0;
    background: #e7e4dc;
    border: #b7afa2 1px solid;
}

#landingFeature .feature #results_content ul li{
    list-style: none;
    float: left;
    color: #be792a;
    padding: 0 5px;
}

#landingFeature .feature #results_content ul{
    padding: 0 0 25px 0;
}

#landingFeature .feature #results_content ul #mainDateHeader{
    font-size: 15px;
    font-weight: bold;
    padding-left: 0;
}

#landingFeature .feature #results_content h3{
    color: #be792a;
    font-size: 13px;
    padding: 10px 0 0 0;
}

#landingFeature .feature #results_content h3.all-events{
    border-top: 1px solid #C0BAB2;
}

#landingFeature .feature #results_content h2{
    padding-top: 0;
}

#landingFeature .feature #results_content p{
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: #c0bab2 solid 1px;
}

#landingFeature .feature #results_content p.no-border{
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: none;
}

Colors: 
  dk: 787888
  lt: 4f4f5b
  lter: a8a8a8
  white: ffffff

