/**
* 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);

#events-calendar h3 {
	background:url(../images/calendar-heading-bg.jpg) no-repeat left center;
	color:transparent;
	height:38px;
}
/* * Thickbox CSS */
div#TB_title {
background-color: #000000;
color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
color: #cfcfcf;
}
/** 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;
font-family:"Courier New", Courier, monospace;
font-size:0.8em;
color:#030100;
}
.EC_title {
background: #CCCCCC;
}
.EC_location {
background: #e878af;
}
.EC_time {
background: #CCCCCC;
}
.EC_date {
background: #E0EEEE;
}
.EC_linkout_and_postid {
background: #e878af;
}
#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 #today {
font-weight: bold;
/* -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;
}
/* * 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:"Courier New", Courier, monospace
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;
}


/* OVERRIDING THIS GARBAGE */
#wp-calendar {
border-collapse: collapse;
width: 100%;
}
#wp-calendar caption {
font-family:"Courier New", Courier, monospace;
color:#030100;
font-size: 12px;
text-transform: uppercase;
text-align: center;
width: 100%;
height: 15px;
margin-bottom: 15px;
background: url("../images/month-bg.jpg") no-repeat;
}
#wp-calendar caption span {
display: inline-block;
padding: 0 10px;
background-color: #2b2a26;
}
#wp-calendar th {
width: 11%;
font-family:"Courier New", Courier, monospace;
color:#030100;
font-size: 12px;
font-weight: normal;
}
#wp-calendar td {
font-family:"Courier New", Courier, monospace
font-weight: normal !important;
color:#030100;
font-size: 12px;
text-align: center;
line-height: 29px;
}
#wp-calendar td:first-child {
border-left: none;
}
#wp-calendar td:last-child {
border-right: none;
}
#wp-calendar tfoot {
	background:url(../images/sidebar-bg.jpg) 0 0 repeat-x;
}
#wp-calendar tfoot td {
border: none;
}
#wp-calendar .padday {
background-color: transparent;
}
#wp-calendar #todayWidget {
border-bottom: 1px solid #5F5F5C;
z-index: 1;
}

#wp-calendar #todayWidget span {
-moz-border-radius: 13px;
-webkit-border-radius: 13px;
-o-border-radius: 13px;
-ms-border-radius: 13px;
-khtml-border-radius: 13px;
border-radius: 13px;
background-color: #FFFFFF;
color: #FF5555;
display: block;
height: 26px;
line-height: 29px;
margin: 5px auto;
width: 26px;
}

.event_day {
background:url(../images/active-date-bg.jpg) no-repeat left center;
color: #030100;
height: 26px;
line-height: 29px;
margin: 5px auto;
width: 15px;
}

/* * JQuery Tooltip */
#tooltip {
position: absolute;
z-index: 3000;
background-color: #e878af;
padding: 5px;
opacity: 1;
width: 160px;
word-wrap: break-word;
text-align: left;
margin-top:20px;
line-height:15px;
font-weight:bold;
}
#tooltip:before {
content: "";
border: solid 1px red;
position: absolute;
top:0px;
left: 50%;
margin-left:-15px;
width:0px;
height:0px;
margin-top:-16px;
border:solid 8px #e878af;
border-top-color: transparent;
border-right-color: transparent;
border-left-color: transparent;
}
#tooltip h3,
#tooltip div {
margin: 0;
font-size: 12px;
font-weight: bold;
color: #030100;
padding: 10px;
}

#tooltip ul {
padding: 0px;
list-style: none;
margin: 0px;
}
#tooltip li {
margin: 0px;
width: auto;
font-weight:bold;
}
#EC_nextMonth:hover,
#EC_previousMonth:hover { color: #e878af; } 