/**
 * 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;
  border: 1px solid #999;
  background-color: white;
  padding: 5px;
  opacity: 1;
  width: 225px;
  word-wrap:break-word;
  text-align: left;
  line-height: 120%;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000; padding-bottom: 5px;}
#tooltip ul {
  padding: 3px 0 3px 0;
}
#tooltip li {
  margin: 0 10px;
  padding: 3px 0 3px 0;
  width: auto;
}
#tooltip p {
padding: 3px 0 3px 0;
}
#tooltip strong {
margin-bottom: 15px;
}

/** Large Calendar */
/** Calendar formatting */
#calendar_wrapLarge {
  border-collapse: collapse;
  margin: 10px 0 0 0;
  width: 630px;
  line-height: 120%;
}
table#CalendarLargeHeader {
}
#calendar_wrapLarge h2, #calendar_wrapLarge h2 a:link, #calendar_wrapLarge h2 a:visited, #calendar_wrapLarge h2 a:hover {
	color: #752F17;
	font-size: 14px;
	text-transform: uppercase;
	underline: none;
	font-weight: normal;
	border: none;
	}
#calendar_wrapLarge h2 td {
	border: none;
	width: auto;
	height: 20px;
	}

#EC_previousMonthLarge {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	}

#EC_nextMonthLarge {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	}

#calendar_wrapLarge th {
	text-transform: uppercase;
	text-align: center;
	}

#calendar_wrapLarge td {
  border: 1px solid #999999;
  width: 89px;
  height: 89px;
  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;
}
#calendar_wrapLarge .event-block {
 border-bottom: 1px dotted #999;
 display: block;
 padding: 2px 0 0 2px;
 font-size: 12px;
 font-weight: normal;
}

#calendar_wrapLarge .dayHead {
  /* background-color:#333333; */
  background-color: #EBE1DD;
  border-bottom: 1px solid #999;
  color: black;
  font-weight: normal;
  z-index:1000;
  padding-left: 2px;
}
#calendar_wrapLarge #todayLarge, #todayLarge {
background-color: #D6C1BA;
}
#calendar_wrapLarge strong {
	font-weight: normal;
	font-size: 11px;
	}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	background: #A4CAE6;
}
.EC_location {
	background: #FFF8DC;
}
.EC_time {
	background: #CCCCCC;
}
.EC_date {
	background: #E0EEEE;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
}
#EC_current-month {
	position: relative;
}
#EC_ajaxLoader {
	display: none;
	margin-top: -15px;
}

/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	float: left;
	display: inline;
	width: 146px;
	height: 151px;
	margin-right: 3px;
	background-image: url(calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	line-height: 110%;
	color: #333333;
	overflow: hidden;
}

#sidebar #events-calendar-list li {
	margin: 3px 3px 3px 0;
	}

#events-calendar-list a,
#events-calendar-list a:visited {
 color: #333333;
 background: none;
 text-decoration: none;
 border:none;
 display: block;
}
#events-calendar-list a:hover {
color: #333333;
text-decoration: none; 
}

#events-calendar-list strong {
width: 100%;
display: block;
font-size: 26px;
text-align: center;
color: #752F17;
text-transform: uppercase;
font-weight: normal;
padding: 8px 0 8px 0;
text-decoration: none;
letter-spacing: .03em;
}

#events-calendar-list strong a, #events-calendar-list strong a:visited, #events-calendar-list strong a:hover {
	text-decoration: none;
	color: #752F17;
	}

#events-calendar-list i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	}

#events-calendar-list .comments {
	float: right;
	background-image: url(comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 0 15px;
	height: 15px;
	}

#events-calendar-list .comments a, #events-calendar-list .comments a:visited, #events-calendar-list .comments a:hover {
	color: #666666;
	text-decoration: underline;
	}