/**
 * Theme Name: cslondon
 * Theme URI: http://www.cslondon.org
 * Author: Double Sided
 * Author URI: http://then.ly/
 * Description: Custom theme
 * Version: 1.0
 * Tags: light, white, gray, blue
 */



#ai1ec-view-dropdown,
#ai1ec-calendar-toolbar   {
	display: none;
}
.ai1ec-agenda-widget-view h3.ai1ec-date-title {
    background-color: #C9C9C9;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 1em, #E0E0E0);
    background-repeat: no-repeat;
    border: 2px solid #8BA5C0;
    border-radius: 0 0 0.5em 0.5em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    color: #000;
    float: left;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 10px 10px !important;
    padding: 0 !important;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 3.5em;
}

.ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a {
    background: none repeat scroll 0 0 #EDEDED;
    border: none;
    color: #000;
}

.ai1ec-month-view .ai1ec-date {
    background: none;
	color: #000;
}
.ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-week-view .ai1ec-hour-marker div, .ai1ec-week-view .ai1ec-allday-label, .ai1ec-oneday-view th, .ai1ec-oneday-view .ai1ec-hour-marker div, .ai1ec-oneday-view .ai1ec-allday-label {
    color: #000 !important;
    font-family: Arial !important;
}
.ai1ec-agenda-widget-view .ai1ec-event a {
    border: none;
    border-radius: 0;
}
.ai1ec-agenda-widget-view .ai1ec-date {
	background: none;
    border-top: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-event {
    font-size: 0.9em;
    margin: 0 0 0.5em !important;
}
.thenly h1, .thenly h2, .thenly h3, .thenly h4, .thenly h5, .thenly h6 {
    font-family: 'HelveticaLTStdCondensed',Helvetica,Arial,sans-serif;
    text-rendering: optimizelegibility;
}
.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
    background: none repeat scroll 0 0 #E5F1F7 !important;
}

.thenly .btn-group .btn {
    background-color: #FFF;
    background-image: none;	
    border-color: #CCCCCC;
	border-radius: 11px; 
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
    border-style: solid;
    border-width: 1px;
	margin-left: 10px;
}
.ai1ec-action-month .ai1ec-pagination a {
    width: 5em;
}
#ai1ec-prev-month {
 
}

#ai1ec-next-month {

}
.ai1ec-month-view .ai1ec-event, 
.ai1ec-week-view .ai1ec-event, 
.ai1ec-oneday-view .ai1ec-event {
    border-radius: 0;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-multiday .ai1ec-event {
    background-color: #CCC;
	color: #000!important;
}
.thenly {
    color: #555;
    font-family: Arial,sans-serif;
    font-size: 100%;
}
.thenly p  {
  font-size: 0.875em;
}
.ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a:hover {
  background: #EDEDED;
}
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
    background: none;
    border-top: none !important;
}