/**
 * Theme Name: DAfP
 * Theme URI: http://dafp.de/
 * Author: 
 * Author URI: http://k-im.de/
 * Description: DAfP Kalender Theme
 * Version: 1
 * Tags: dafp
 */

.thenly .btn {
  border: 1px solid lightGrey;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thenly .btn.active,
.thenly .btn:active,
.thenly .btn-group .dropdown-toggle,
.thenly .btn-group.open .dropdown-toggle,
.thenly .dropdown-menu,
.ai1ec-filter-selector,
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded,
.ai1ec-month-view .ai1ec-event-popup,
.ai1ec-week-view .ai1ec-event-popup,
.ai1ec-oneday-view .ai1ec-event-popup,
.ai1ec-month-view .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-event-summary,
.ai1ec-oneday-view .ai1ec-event-summary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ai1ec-month-view .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-event-summary,
.ai1ec-oneday-view .ai1ec-event-summary {
  background-image: none;
}
.ai1ec-month-view .ai1ec-event-popup-bg,
.ai1ec-week-view .ai1ec-event-popup-bg,
.ai1ec-oneday-view .ai1ec-event-popup-bg {
  background: #fefef9;
}
.ai1ec-agenda-view .ai1ec-date,
.ai1ec-agenda-widget-view .ai1ec-date {
  background: none;
  border-top: 1px dotted #ccc !important;
}
.ai1ec-agenda-view .ai1ec-date.ai1ec-today,
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
  background: rgba(244, 244, 191, 0.5);
  border-top: 1px dotted #dd8 !important;
}
.ai1ec-agenda-view h3.ai1ec-date-title,
.ai1ec-agenda-widget-view h3.ai1ec-date-title,
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container,
.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container {
  background-image: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ai1ec-agenda-view .ai1ec-event-overlay {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
}
.ai1ec-full-event th,
.ai1ec-excerpt .ai1ec-label {
  background: rgba(0,0,0,0.05);
}
.ai1ec-month-view .ai1ec-date {
	background: #C5E6FF;
}
#ai1ec-view-oneday {
display: none;
}
.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
	background: #EEF8FF !important;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-click {
	background: #E6E6E6;	
}
.ai1ec-agenda-view .ai1ec-month {
	background: #E6E6E6;
	color: black;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-click {
	color: #51AEFF;	
}

.ai1ec-event-time {
	color: black;
}
.ai1ec-agenda-view .ai1ec-allday-label {
	color: black;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-title {
	color: black;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-event-time {
	color: black;
}
.ai1ec-agenda-view h3.ai1ec-date-title {
	border: 2px solid lightGrey;
}
#ai1ec-expand-all {
	display: none;
}
#ai1ec-collapse-all {
	display: none;
}
#ai1ec-print-button {
	display: none !important;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-allday:hover .ai1ec-event-click {
	background: #DBDBDB;
}
.entry-content table, .comment-content table {
	background: #F9F9F9; 
	padding: 3px;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
}
.thenly a:hover {
	text-decoration: none;
	border-bottom: 1px #51AEFF dotted;
	color: #51AEFF;
}
.thenly a {
	color: #51AEFF;
	text-decoration: none; 	
	font-weight: normal;
	border-bottom: 0px;
}
.thenly .btn:hover {
	border-bottom: 1px solid lightGrey;
}

.entry-content table, .comment-content table {
	background-color: white;
	padding-bottom: 15px;
}
.thenly .btn-toolbar {
	margin-bottom: 15px;
}



