/* * Thickbox CSS */
div#TB_title {
	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: 215px;
	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;
	width: auto;
	list-style:none;
}

/* 
-----------------------------------------
Large Calendar 
-----------------------------------------
*/

#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}

#wp-calendarLarge h2 {
	text-align:center;
	width:100%;
}

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

#wp-calendarLarge td {
	border:1px solid #1a0e0c;
	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 {
	border-top: 2px solid #0f606a;
	display: block;
	padding: 2px;
	line-height: 11pt;
}

#wp-calendarLarge .dayHead {
	background-color: #a7582b;
	color:#000000;
	z-index: 1000;
	padding:2px;
}

#todayLarge {
	background-color: #ada67d;
	color: #000000;
}

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

/* * Widget List Calendar OPTIONAL */

#events-calendar-list ul {
	margin:0;
	padding:0;
}

div#events-calendar li {
	list-style:none;
}

#events-calendar-list li {
	font-family:"Lucida Sans";
	font-size:13px;
	line-height: normal;
}

#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;
}
#events-calendar-list li:hover {
	color:#00a4e4;
}

#tooltip.pretty {
	font-family:"Lucida Sans";
	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;
}