/**
 * 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;
	background-color:#f2f2f2;
	background: -moz-linear-gradient(#ffffff, #e5e5e5);
	background: -o-linear-gradient(#ffffff, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e5e5e5)); // Older webkit syntax
	background: -webkit-linear-gradient(#ffffff, #e5e5e5);
	padding: 10px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 1);
	-o-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
	border:1px solid #ccc;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height:normal;
	color: #000;
}
#tooltip ul {
	margin:0px 0px 0px 0px;padding: 0;
	list-style:none;
}
#tooltip li {
	margin: 0px 0px 5px 0px;
	width: auto;
}

/** Large Calendar */
/** Calendar formatting */

table#wp-calendarLarge td { font-size:9px;line-height:normal !important; }

table#CalendarLarge-Header { margin:0px 0px 0px 0px; }
#EC_previousMonthLarge, #EC_nextMonthLarge { font-size:12px;font-weight:normal;color:#ccc; }
	span#EC_nextMonthLarge { text-align:right !important; }
	#EC_previousMonthLarge:hover, #EC_nextMonthLarge:hover { color:#fff; }

#CalendarLarge-Header td { padding:5px;color:#fff;font-size:16px;text-align:center;font-weight:bold;background-color:#003f54;text-shadow: 1px 1px 1px #333; }
#wp-calendarLarge {
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	border-collapse: collapse;
	margin: auto;
	background-color:#fff;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	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 {
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	display: block;
	padding: 3px;
	/*line-height: 11pt;*/
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	padding-left:3px;font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;background-color: #173b6d;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	background-color: #e55e02;
	color: #FFF;
	
}
/* * Days events calendar */
#EC_daysEvents {
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	text-align:center;
	font-size: 12px;
}
#EC_daysEvents a { font-size:10px; }
.EC_title {
	font-size: 15px;
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	text-align:center;
	margin-bottom:10px;
}
.EC_location {
	margin-bottom:5px;
}
.EC_time {
	margin-bottom:5px;
}
.EC_date {
	margin-bottom:5px;
}
.EC_linkout_and_postid {
	font-size: 10px;
	margin-top:15px;
} 

#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: 5px 0 0 0;
	width: auto;
	padding:2px;
	text-align: center;
	font-weight: bold;
	background-color:#013799;
	border: 1px solid #003040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
/* why this *+html stuff? */
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #f2f2f2 !important;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar #todayWidget {
	
}
#wp-calendar #todayWidget {
	display: block;
	font-weight: bold;
	background-color: #e55e02;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color:#fff;
	/* border: 2px solid blue;*/

	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: #fff;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: #f2f2f2;
}
#wp-calendar th {
	width: 11%;
	color: #fff;
	padding:2px;
	border-top:1px solid #003040;
	border-left:1px solid #003040;
	border-right:1px solid #003040;
	background-color: #e55e02;
	text-align:center;
}
#wp-calendar td {
	border: thin solid #003041;
	background-color: #fff;
	text-align: center;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	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: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
