/* override some CSS for the events calendar plug-in */

#wp-calendarLarge table {
/*
	width: 1400px;
*/
}

#wp-calendarLarge th {
	background-color: #70971B;
	color: white;
	border-top: 1px solid #70971B;
	border-left: 1px solid #70971B;
	border-right: 1px solid #70971B;
	width: 14%;
}

#wp-calendarLarge td {
	border: 1px solid #b3db10;
	width: 14%;
}

#wp-calendarLarge .event-block {
	color: #006400;
	border-top: 1px solid #70971B;
}

#wp-calendarLarge .event-block strong {
	font-weight: normal;
}

#wp-calendarLarge .event-block a {
/*
	font-family: helvetica, arial, sans-serif;
*/
	font-size: 13px;
	color: #215900;
}

#wp-calendarLarge .dayHead {
	background-color: #b3db10;
}

#todayLarge {
	background-color: #e6f3a7;
}

#calendar_wrapLarge h2 {
	border:none;
}

#CalendarLarge-Header {
	color: #14515D;
}

/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #70971B;
	background-color: Ivory;
	padding: 5px;
	opacity: 100;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip strong {
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/* * Widget List Calendar OPTIONAL */
#events-calendar-list ul {
	text-indent: 0;
}

#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	font-stretch: condensed;
	list-style-image: none;
	line-height: normal;
	text-align: left;
	padding: 4px 0;
	margin-left:-38px;
}
#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: black;
	width:100%;
}
#events-calendar-list li:hover {
	background-color: ivory;
	border: 1px solid #70971B;
}
#tooltip.pretty {
	font-family: Arial;
	width: 210px;
	padding: 20px;
	height: 160px;
	border: 1px solid #70971B;
	background-color: Ivory;
	padding: 5px;
	opacity: 100;
}
#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;
}
