/**
 * 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: 2px solid #C54F4C;
	background-color: #D1C8A7 ;
	padding: 5px;
	width: 225px;
	opacity: 1;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height:15px !important;
	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 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-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 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: 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: #a8c3d6;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar #todayWidget {
	border: 3px solid blue !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: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: gainsboro;
}
#wp-calendar th {
	width: 11%;
	color: white;
	background-color: #173b6d;
}
#wp-calendar td {
	border: thin solid darkgray;
	background-color: white;
	text-align: center;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: 11px;
	list-style:none;
	line-height: normal;
	text-align: left;
	padding:5px 0px;
	border-bottom:1px dotted #c54f4c;
	display:block;
	float:left;
}
#events-calendar-list li a{
	font-size: 11px;
	font-weight:normal;
	color:#000;
	text-transform:none;
	}
#events-calendar-list li a:hover{
	color:#C1272D;
	}
#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;
	}
#events-calendar-list li:hover {
	color:#C1272D ;
	border-bottom:1px dotted #000;
}
#events-calendar-list strong{
	float:left;
	padding-right:4px;
	}
.myevents{
	float:left;
	padding-left:4px;
	}
#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;
}
/*wordpress styles sidebar*/
#comment{
	width:300px;
	}
#subscribes{
	float:left;
	margin:0px;
	list-style-type:none;
	}
#subscribes li{
	padding:3px 0px;
	}
#subscribes li a:hover{
	color:#4D434D !important;
	}
.icon {
	float:left;
	width:38px;
	height:35px;
	}
.radio_nterview div.icon{background:url(../images/cat1-inact.png) no-repeat;}
.television_interview div.icon{background:url(../images/cat2-inact.png) no-repeat;}
.book_signing div.icon{background:url(../images/cat3-inact.png) no-repeat;}
.special_engagement div.icon{background:url(../images/cat4-inact.png) no-repeat;}
.film_premiere div.icon{background:url(../images/cat5-inact.png) no-repeat;}
.film_shoot div.icon{background:url(../images/cat6-inact.png) no-repeat;}
.speaking div.icon{background:url(../images/cat7-inact.png) no-repeat;}
.view_all div.icon{background:url(../images/cat8-inact.png) no-repeat;}
.subsc div.icon{background:url(../images/cat9-inact.png) no-repeat;}

.radio_nterview div.active{background:url(../images/cat1-act.png) no-repeat;}
.television_interview div.active{background:url(../images/cat2-act.png) no-repeat;}
.book_signing div.active{background:url(../images/cat3-act.png) no-repeat;}
.special_engagement div.active{background:url(../images/cat4-act.png) no-repeat;}
.film_premiere div.active{background:url(../images/cat5-act.png) no-repeat;}
.film_shoot div.active{background:url(../images/cat6-act.png) no-repeat;}
.speaking div.active{background:url(../images/cat7-act.png) no-repeat;}
.view_all div.active{background:url(../images/cat8-act.png) no-repeat;}
.subsc div.active{background:url(../images/cat9-act.png) no-repeat;}
ul#events-calendar-list{
	margin:0px;
	}