
/* * Thickbox CSS */
div#TB_title {
	background: #980323;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:5px;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */

#tooltip, #tooltip h3, #tooltip div, #tooltip ul, #tooltip li {
	font-family:Arial,Helvetica,Sans-serif;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #C20F0F;
	background:#fff url(../images/bg-gradient.gif) repeat-x scroll 0 bottom;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
/* * Large Calendar */
/* * Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#wp-calendarLarge td {
	border: thin solid black;
	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: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #2E9B22;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */


.EC_title, .EC_description, .EC_location, .EC_time, .EC_date, .EC_date_message, .EC_linkout_and_postid {
	font-family:Arial,Helvetica,Serif;
	font-size:12px;
}

#EC_daysEvents {
	font-family:Arial,Helvetica,Serif;
	font-size: 14px;
	line-height:18px;
}
.EC_title {
	background: #fff
}
.EC_location {
	background: #fff;
}
.EC_time {
	background: #fff;
}
.EC_date {
	background: #fff;
}
.EC_linkout_and_postid {
	background: #fff;
}
/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}

#calendar-month, #wp-calendar th {
	background:#D7F7D4 url('../images/bg-gradient.gif') repeat-x scroll 0 bottom;
}

#calendar-month {
	padding:5px;
	margin-bottom:-21px !important;
	border:1px solid #3AC52C;
	font-size:16px;
}

#wp-calendar caption {
	font-size:14px;
	margin: 10px 0 0 0;
	padding-bottom:20px;
	width: auto;
	text-align: center;
	font-weight: bold;
}
#wp-calendar {
	height:270px;
	margin:20px auto;
	width:100%;
	border:1px solid #3AC52C;
}
*+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 .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: #000;
	background-color: #D7F7D4;
	padding-top:3px;
	text-align:center;
}
#wp-calendar td {
	border: thin solid #dedede;
	background-color: #fff;
	text-align: center;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	font-stretch: condensed;
	/* list-style-image: url(../images/list.gif); */
	line-height: normal;
	text-align: left;
}

#events-calendar-list li:hover {
	color:#3AC52C; /* pink */
	background:#F7D4D4; /* a nice pale green */
}

#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;
}

#todayWidget {background-color:#F7D4D4 !important}
