/**
 * 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 #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 300px;
	word-wrap: break-word;
}
#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 {
	border-collapse:collapse;
	margin: 0px 35px;
	padding:0px;
	width:918px;
	text-align:left;
}

#table-top-position {
	margin-top:18px;
	padding-top:1px;
	}

#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0 auto;
}
#wp-calendarLarge td {
	border: thin solid #A7A7A7;
	width: 135px;
	height: 100px;
	padding: 0;
	background:url(../images/day_bg_img.jpg) no-repeat;
	background-position:top left;
	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 {
	border-top: 2px solid #AFAFAF;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
	font-size:12px; 
	color:#9C2502;
	font-family:Courier New;
	font-weight:bold;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;*/
	background-color: #DCDCDC;
	color: #000000;
	font-size:14px;
	font-family:Times New Roman;
	padding-left:5px;
	font-weight: bold;
	z-index: 1000;
	}

.day_containt { 
	font-size:15px;
	font-weight:bold;
	font-family:Courier New; 
	background:images/day_bg.png;
	}

.day_containt2 { 
	font-size:25px;
	font-weight:bold;
	font-family:Courier New;
	background:images/day_bg_img.jpg;
	}

#todayLarge {
	color: #9F0505;
	border:1px solid #9F0505;
}
/* * 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; font-size:29px;
	  font-family:Courier New;
	  color:#000000; 
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}

.date_title
	{ 
	  font-size:24px;
	  font-family:"Times New Roman", Times, serif;
	  color:#000000;
	}


/* * 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: EDEDED;
	-moz-border-radius: 0px 0px 0 0;
	font-size:15px;
	font-family:Courier New;
}
#wp-calendar {
	margin: 0px 0px 0 0px;
	width:240px;
	background:url(../images/calender_bg.png) no-repeat;
	float:left;
}

/* why this *+html stuff? */
*+html #wp-calendar #today {
	border: 1px solid #0000FF; !important;
	color:#9F0505;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	border: 1px solid #9F0505;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar #todayWidget {
	border: 1px solid #9F0505 !important;
	width:30px;
}
#wp-calendar #todayWidget {
	display: block;
	font-weight: bold;
	border: 1px solid #9F0505;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}

#wp-calendar .pad {
	font-weight: bold;
	color:#9F0505;
}

#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}

#wp-calendar .padday {
}

#wp-calendar th {
	color:#000000;
	font-size:12px; 
	font-family:Courier New;
}

#wp-calendar td {
	border: none; text-align:center; 
	background-color:; color:#;
	text-align: center;
}

#wp-calendar td a{ color:#000000;
}

.calender_days{
				font-size:12px; font-family:Courier New;
}

A.calender_days:hover{
				font-size:12px; font-family:Courier New;
}

/* * 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: 240px;
	text-align: left;
}

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