@import url(ec-tooltips.css);
/**
* Stylesheet for the WP Events Calendar
* Some overrides for thickbox and tooltip
* and calendar formatting
 
import the tooltips stylesheet classes for EC
* 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 #111;
	background-color: #EEE;
	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 UL
{
	padding: 0;
}
#tooltip LI
{
	margin: 0 10px;
	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 #000000;
	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: #000080;
}
#wp-calendarLarge .dayHead
{
/*background-color: #333333;
*/
	background-color: #173B6D;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge
{
	background-color: #9BA9CF;
	color: #FFF;
}
/** 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 Calendar formatting OPTIONAL*/
.EC_Widget_display
{
	text-align: center;
}
.widgettitle
{
	text-align: left;
/*margin: 0 0 1em;
*/
}
#wp-calendar CAPTION
{
	margin: 10px 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin solid #A9A9A9;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-calendar
{
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
/*why this *+html stuff?*/
*+HTML #wp-calendar #today
{
	border: 3px solid #0000FF !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
{
	border: 3px solid #0000FF !important;
}
#wp-calendar #todayWidget
{
	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: #FFFFFF;
	border: thin solid #A9A9A9;
}
#wp-calendar .padday
{
	background-color: #DCDCDC;
}
#wp-calendar TH
{
	width: 11%;
	color: #FFFFFF;
	background-color: #173B6D;
}
#wp-calendar TD
{
	border: thin solid #A9A9A9;
	background-color: #FFFFFF;
	text-align: center;
}
/** 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: transparent none repeat scroll 0 0;
	border: medium none #000000;
	color: #6E2E00;
	text-decoration: none;
}
#events-calendar-list LI:hover
{
	background-color: #DCDCDC;
	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;
}
