/**
 * 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;
}

.event-block{
	font-family: century gothic, 'century gothic', century-gothic, arial, sans-serif;
	background: #E8C34A;
	color: #FFF;
	padding: 5px;
	border: dashed 1px #FFF;
	margin: 2px;	
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 10px;
}
.event-block a{
	color: #FFF !important;
	padding: 5px;
	display: block;
}
.hasEvent{
	background: #E8C34A;
}

/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	display: block;
	z-index: 3000;
	border: 1px dashed #FFF;
	background-color: rgba(255,255,255,0.8);;
	padding: 10px;
	width: 300px !important;
	word-wrap: break-word;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-align: left;
}
#tooltip h1,
#tooltip h2,
#tooltip h3,
#tooltip p{
	font-family: century gothic, 'century gothic', century-gothic, arial, sans-serif;
	text-shadow: none;
	color: #173B6D;
}
#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;
}
#todayLarge{
	background: #FFF;
}

/** Large Calendar */
/** Calendar formatting */
#CalendarLarge-Header{
	font-size: 16px;	
}

#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge th{
	color: #173b6d;
	font-weight: bold;
	z-index: 1000;
	padding: 5px;
	
}
#wp-calendarLarge td {
	border: 1px dashed #FFF;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
	background-color: rgba(255,255,255,0.4);;
}
.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 {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: rgba(255,255,255,0.8);;
	color: #173b6d;
	font-weight: bold;
	z-index: 1000;
	padding: 5px;
}
/* * 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;
	margin-top: -15px;
}

/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	color: #FFF;
	margin: 10px 0 0 0;
	width: auto;
	text-align: left;
	text-transform: uppercase;
	background-color: #76CCE3;
	padding: 3px;
}
#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: #96D8E9;
	z-index: 1;
}
#wp-calendar #todayWidget {
	border: none !important;
	background: #5EC3DE;
}
#wp-calendar #todayWidget {
	display: block;
	font-weight: bold;
	background: #5EC3DE;
	z-index: 1;
	color: #378DA5;
}
#wp-calendar .pad {
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
}
#wp-calendar th {
	color: #378DA5;
	background-color: #76CCE3;
	text-align: center;
	margin: 1px auto;
	padding: 3px;
}
#wp-calendar td {
	background-color: #76CCE3;
	color: #FFF;
	text-align: center;
	margin: 1px;
	vertical-align: middle;
}
#wp-calendar td span{
	background-color: #76CCE3;
	margin: 0 auto;
	padding: 3px;
	display: block;
	vertical-align: middle;
}
#wp-calendar tfoot td,
#wp-calendar tfoot td span{
	margin: 0;
	padding: 0;	
}
#wp-calendar tfoot td span{
	margin: 5px;	
	display: inline;
}

/* * 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;
}
