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



#calendar_wrap .pad {height:20px;}



/* Thickbox CSS */
div#TB_title {
	background-color:#90D181;
	font-size:12px;line-height:16px;font-weight:bold;color:#fff;
}
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: 225px;
	word-wrap: break-word;
	font-size:12px;line-height:16px;font-weight:normal;color:#666;
}
#tooltip h3, #tooltip div {
	margin: 0;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin:0px 0px 5px 0px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}

.event-block a:link,	.event-block a:visited			{color:#666;text-decoration:none;}
.event-block a:hover,	.event-block a:visited:hover	{color:#38b348;text-decoration:underline;}


#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: #00afe0;
	z-index: 1000;
	font-size:12px;line-height:16px;font-weight:bold;color:#fff;text-align:center;
}
#todayLarge {
	background-color: #dfdfdf;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	font-size:20px;line-height:22px;font-weight:bold;color:#01B8F2;
	margin:0px 0px 5px 0px;
}
.EC_location {
	font-size:12px;line-height:16px;font-weight:normal;color:#666;
	margin:0px 0px 10px 0px;
}
.EC_description {
	font-size:12px;line-height:16px;font-weight:normal;color:#666;
	margin:0px 0px 25px 0px;
}


.EC_time {
	font-size:12px;line-height:16px;font-weight:normal;color:#666;
	margin:0px 0px 10px 0px;
}
.EC_date {
	font-size:20px;line-height:22px;font-weight:bold;color:#01B8F2;
	margin:0px 0px 5px 0px;
}
.EC_linkout_and_postid {
	font-size:20px;line-height:22px;font-weight:bold;color:#01B8F2;
	margin:25px 0px 5px 0px;
}
	#EC_daysEvents a:link,		#EC_daysEvents a:visited		{color:#666;}
	#EC_daysEvents a:hover,		#EC_daysEvents a:visited:hover	{color:#01B8F2}
	
	.EC_linkout_and_postid a:link,		.EC_linkout_and_postid a:visited		{color:#666;}
	.EC_linkout_and_postid a:hover,		.EC_linkout_and_postid a:visited:hover	{color:#01B8F2}


#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 {
	margin: 10px 0 0 0;padding:3px 0px;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: white;
	/*border: thin solid darkgray;
	-moz-border-radius: 3px 3px 0 0;*/
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
	width:100%;height:200px;
}

#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	-moz-border-radius: 50%;
}

#wp-calendar #todayWidget {
	background-color:#DCDCDC;
	font-weight:bold;color:#fff;
}


					#wp-calendar span{
						width:35px;height:30px;
						display:inline-block;
						line-height:30px;
					}

#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: white;
	height:20px;
	background-color:#A8A9AB;
}
#wp-calendar td {
	/*border: thin solid darkgray;*/
	background-color: white;
	text-align: center;
	
								width:35px;height:40px;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	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-size:12px;line-height:16px;font-weight:normal;color:#666;
	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;
	font-size:12px;line-height:16px;font-weight:normal;color:#666;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
	font-size:12px;line-height:16px;font-weight:normal;color:#666;
}

