/**

 * 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 {
	background-color:#f9f9f9;
	border:1px solid #e3e3e3;
	position: absolute;
	z-index: 3000;
	opacity: 1;
	width: 215px;
	word-wrap: break-word;
	padding:7px !important;
	float:left;
	margin:0px !important;
}
#tooltip h1
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px;
	width:100%;
	color:#5b2226 !important;
}
#tooltip h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.dtl-description
{
	float:left;
	width:200px;
	text-align:left;
	line-height:17px !important;
	margin-top:5px !important;
}

.dtl-image-description
{
	float:left;
	margin-top:-35px;
	margin-left:2px;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
.evnt-list
{
	font-size:17px;
	font-weight:bold;
	margin-bottom:0px;
	color:#5b2226 !important;
	padding:0px;
}
/** Large Calendar */

/** Calendar formatting */

#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
	float:left;
	background-color:#FFFFFF;
	margin-top:1px !important;
	padding:10px !important;
	border-left: 1px solid #bbbbbb;
}
#calendar_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
/*#wp-calendarLarge td {

}*/

.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 {
	display: block;
	padding: 8px 3px;
	line-height: 11pt;
	color: #5b2226;
	font-size: 11px;
}
/*.hasEvent .dayHead {

/*background:none !important;*/

}
.hasEvent {
	border: 1px solid #909090 !important;
	background-color: #FFF6F6;
	color: #FFFFFF;
}
#wp-calendarLarge .dayHead {
/* background-color: #333333;



	background-color: #173b6d;

	color: #666;

	font-size:20px;

	text-align:center;

	padding-top:50px;

	font-weight: bold;

	z-index: 1000;

	width:125px;

	height:50px;

	background:#fff;

*/

}
#todayLarge {
	color: #FFF;
}
#todayLarge .dayHead {

/*background:none !important;

border:none !important;

}

/* * 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 {
	background:url(../../../themes/rpmnight/images/calendar_header_bg.png) repeat-x top left;
	margin: 10px 0 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	padding-top:4px;
	background-color: white;
	border: 1px solid #cacaca;
	-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:1px solid #bd7e7e !important;
	display: block;
	font-weight: bold;
	background-color: #fff6f6;
	/*-moz-border-radius: 50%;*/

	/* -webkit-border-radius: 50%;

	border: 2px solid blue;

*/

	z-index: 1;
}
#wp-calendar #todayWidget span {
	color:#bd7e7e !important;
}
#wp-calendar .pad {
	font-weight: bold;
	padding:0px;
	text-align:center;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
}
#wp-calendar th {
	width: 11%;
	color: white;
	background-color: #173b6d;
}
#wp-calendar td {
	border: 1px solid #ececec;
	background-color: white;
	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: 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;
}