/**
 * 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: 10px solid #fdebe9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px #b3a4bc;
	-moz-box-shadow: 0px 0px 6px #b3a4bc;
	box-shadow: 0px 0px 6px #b3a4bc;
	/*padding: 5px;*/
	opacity: 1;
	/*	width: 225px;*/
	word-wrap: break-word;
	max-width: 550px;
}

#tooltip h3,
#tooltip div { margin: 0;/*	font-size: 12px;
	font-weight: normal;
	color: #000;
*/}

#tooltip ul { padding: 0; }

#tooltip li {
	margin: 0 10px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */
#wp-calendarLarge {
	font-size: 11px;
	border-collapse: collapse;
	margin: auto;
}

#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}

#wp-calendarLarge td {
	border: thin solid #E9F0E8;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}

.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;
	padding: 0 4px 9px 4px;
	line-height: 10pt;
	color: navy;
}

#wp-calendarLarge .dayHead {
	/* background-color: #333333;

	background-color: #fff;*/
	color: #171717;
	font-weight: bold;
	z-index: 1000;
	margin-left: 5px;
}

#wp-calendarLarge th {
	text-align: center;
	font-weight: normal;
	color: #171717;
	font-size: 12px;
}

#CalendarLarge-Header {
	background-color:#ea3f26;
	color: #FFF;
	height: 90px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

#todayLarge {
	background-color: #FDF0EB;
	color: #171717;/* These two lines are controlled by the Event Calendar options page
	font-weight: normal;
	border: thin solid #171717;*/
}

/* * Days events calendar */
#EC_daysEvents { font-size: 14px; }

.EC_title { background: #A4CAE6; }

.EC_series { background: #FFF8DC; }

.EC_cast { }

.EC_director { }

.EC_still { }

.EC_time { background: #CCCCCC; }

.EC_date { background: #E0EEEE; }

.EC_linkout_and_postid { background: #bfd3ed; }

#EC_current-month {
	position: relative;
	font-size: 70px;
	margin-top: 10px;
	text-transform:uppercase;
}

#EC_ajaxLoader {
	display: none;
	margin: -15px 0 0 200px;
}

/* * 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 {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	font-stretch: condensed;
	list-style-image: url(../images/list.gif);
	line-height: normal;
	text-align: left;
}

#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 {
	background-color: gainsboro;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}

#tooltip.pretty div {
	width: 220px;
	text-align: left;
}

#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

#cal-series-title {
	background-color: #EA3F26;
	color: #FFFFFF;
	font-family: ARIAL, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.1px;
	line-height: 10px;
	margin-bottom: 7px;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
}

#tooltip .bubble-wrap-top {
	display:block;
	height: 85px;
	padding: 5px 5px 0 5px;
}

#tooltip .EC-tt-title-data { }

#tooltip .bubble-wrap-middle {
	display:block;
	line-height:17px;
	padding: 5px;
}

#tooltip .EC-tt-description-data {
	color:#77231C;
	display:block;
	/*font-family: Cambria, Georgia, "Times New Roman", Times, serif;*/
font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 15px;
}

#tooltip .bubble-wrap-bottom {
	display:block;
	height:25px;
	background-color:#E20A1F;
	padding:5px;
	font-size: 20px;
	color:#FFF;
	font-family:"Lucida Grande", Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.6px;
	margin-top:5px;
}

#tooltip .EC-tt-startdate-data {
	float: left;
	margin-right: 20px;
}

#tooltip .EC-tt-starttime-data {
	float: left;
	margin-right: 20px;
}

#tooltip .EC-tt-ticketPrice-data { float: left; }

#wp-calendarLarge .EC-tt-title-link,
#wp-calendarLarge .EC-tt-title-link:hover {color:#551F58;} 