/**
 * Stylesheet for the WP Events Calendar
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */

/* import the tooltips stylesheet classes for EC */
@import url(ec-tooltips.css);

/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #212426;
	background-color: #0b0e0f;
	padding: 5px;
	opacity: 0.85;
	width: 225px;
	-moz-box-shadow: 3px 3px 5px #000; box-shadow: 3px 3px 5px #000; -webkit-box-shadow: 3px 3px 5px #000;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: 1px solid #000;
	border-right:0px;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
	overflow:hidden;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {display: block; height:90px; color:#FFF; font-weight:bold; padding:5px; background:#18181a;}
#wp-calendarLarge .event-block:hover { color:#de1818;}
#wp-calendarLarge .dayHead {background:#121517; border-top:1px solid #15191b; color: #fff; font-weight: bold; z-index: 1000; text-indent:5px;}
#todayLarge {background-color: #15191b;}
#todayLarge .dayHead {border-bottom:1px solid #0b0e0f;}

/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	background: #A4CAE6;
}
.EC_location {
	background: #FFF8DC;
}
.EC_time {
	background: #CCCCCC;
}
.EC_date {
	background: #E0EEEE;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	position:absolute; top:85px; left:50%; margin:0 0 0 -8px;}

#EC_previousMonthLarge, #EC_nextMonthLarge { display:inline-block; padding:0 4px;}
#wp-calendarLarge th {background:#ca2525 url(http://www.wheelsforwells.org/blog/wp-content/plugins/wp-polls/images/default_gradient/pollbg.gif) repeat-x left bottom;}
#calendar_wrapLarge h2 { border-bottom:1px solid #000; margin:0px; padding:0px;}
#CalendarLarge-Header {border-bottom:1px solid #000; padding-bottom:8px;}

/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	margin: 10px 0 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: white;
	border: thin solid darkgray;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
/* why this *+html stuff? */
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar #todayWidget {
	border: 3px solid blue !important;
}
#wp-calendar #todayWidget {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: gainsboro;
}
#wp-calendar th {
	width: 11%;
	color: white;
	background-color: #173b6d;
}
#wp-calendar td {
	border: thin solid darkgray;
	background-color: white;
	text-align: center;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {padding:6px; background:#121517; list-style:none; font-weight:bold; margin-bottom:1px;}
#events-calendar-list li strong {font-weight:normal; display:block; color:#4d5254;}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: dimgray;
}
#events-calendar-list li:hover {color:#de1818;}
#events-calendar-list li:hover strong {color:#FFF;}