/**
 * 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: #b4d22a;
	color: #FFFFFF;
	font-weight:bold;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	background: #FBFBFB;
	padding: 5px;
	opacity: 1;
	width: 222px;
	word-wrap: break-word;
    text-align:left;
	border:1px solid #DDDDDD;
}

#tooltip h3, #tooltip div {
	margin: 0;
	padding:0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip h3 {
	padding:5px 0 0 0;
}
#tooltip ul {
	padding: 0;
    margin:0;
}
#tooltip li {
	margin: 0;
	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, .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: #173b6d;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-family:"Helvetica", Arial, Helvetica, sans-serif; 
}
.EC_title {
	padding:5px 0 5px 5px;
	font-size: 16px;
	font-weight:bold; 
	background: #A4CAE6;
	color:#333333;
}
.EC_location {
	font-size:12px;
	background:url(../images/map.png) no-repeat 0 50%;
	padding:2px 0 2px 20px;
}
.EC_time {
	font-size:12px;
    background:url(../images/time.png) no-repeat 0 50%;
	padding:2px 0 2px 20px
}
.EC_date {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
	margin:5px 0 0 0;
	padding:2px 0 2px 20px;
	background:url(../images/calendar.gif) no-repeat 0 50%;
}
.EC_linkout_and_postid {
	font-size:12px;
	background:url(../images/link.png) no-repeat 0 50%;
	padding:2px 0 2px 20px;
	margin:5px 0 0 0;
    font-weight:bold;
}


.EC_linkout_and_postid a {
	text-decoration:none;
	font-size:12px;
	color:#ff6600;
	font-family:Arial, Helvetica, sans-serif;
}

.EC_linkout_and_postid a:hover {
	text-decoration:underline;
}

.postlinkcal {
	background:url(../images/page_link.png) no-repeat 0 0;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}
.EC_description {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:10px 10px 10px 5px;
	line-height:1.5em;
	border-bottom:1px dashed #CCCCCC;
}

/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}

div#calendar_wrap { position:relative;background:#999999; width:245px; background:url(../images/eventcalbg.gif) no-repeat 0 100%; padding:0 0 5px 0; margin:15px 0 0 5px;}
div#calendar_wrap div.ui-datepicker-header { width:100%; position:relative; background:url(../images/eventcalhd.gif) no-repeat 0 0;}
div#calendar_wrap  div#calendar-month { font-weight:bold; color:#FFFFFF; text-align:center; width:100%; padding:10px 0; background:url(../images/calendarheaderbg.gif) no-repeat 4px 5px; position:absolute; top:0; left:0; z-index:0}
div#calendar_wrap span#EC_previousMonth { position:absolute; top:13px; left:10px; z-index:1; background:url(../images/previousbutton.gif) no-repeat 0 0; text-indent:-9999px; display:block; width:14px; height:14px;}
div#calendar_wrap span#EC_nextMonth { position:absolute; top:13px; right:12px; z-index:2; background:url(../images/nextbutton.gif) no-repeat 0 0; width:14px; height:14px; display:block; text-indent:-9999px; }


#wp-calendar caption {
	margin: 5px 0 0 0;
	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: 20px 0px 0 8px;
	*margin: 20px 0px 0 5px;
	_margin: 20px 0px 0 5px;
	border-spacing:1px;
}
/* why this *+html stuff? */
*+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 #todayWidget {
	display: block;
	font-weight: bold;
	background-color: #ffcba8;
	
	/* -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:#FFFFFF; border:none;
}
#wp-calendar th {
	width: 11%;
	color: white;
	text-align:center;
	color:#333333;
	font-size:11px;
	font-weight:bold;
}
#wp-calendar td {
	border: thin solid #CCCCCC;
	background-color: #EFEFEF;
	text-align: right;
	padding:2px 3px 2px 0;
	
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	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;
}
