﻿/*
 * Thickbox CSS
 */
 #calendar_wrapLarge {margin:0; padding:0;}
.months {text-align:center; padding:0; width:980px; background-image:url(http://www.theurbancraftcenter.com/img/calendar_top.gif); background-repeat:no-repeat; height:67px; font-size:15px}
.calendar {width:980px; background-image:url(http://www.theurbancraftcenter.com/img/calendar_bg.gif); background-repeat:repeat-y; background-position:left; padding-bottom:15px;}
div#TB_title {background-color:#000000; color:#FFFFFF;}
div#TB_title a, div#TB_title a:visited {color: #cfcfcf;}


/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	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 {
	width: auto;
}

/*
 * Calendar formatting
 */
#wp-calendarLarge {
  border-collapse: collapse;
  width:889px;
  margin:0px 0 0 50px;
}
#wp-calendarLarge td {
  border: thin solid #8EA13B;
  width: 127px;
  height: 115px;
  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 {
 display: block;
 padding: 0px 0 2px 2px;
 font-size:11px;
 color:#680E16;
}

#wp-calendarLarge .dayHead {
  /* background-color:#333333; */
  background-color:#8EA13B;
  color: white;
  text-align:center;
  width:24px;
  padding:0;
  margin:0 0 10px 0;
  height:18px;
  z-index:1000;
}
#todayLarge {
background-color:#DBE0BD;
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;
  text-align: center;
}
/*
 * 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;  
}
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
 display:block;
 font-weight: bold;
 background-color: #DBE0BD;
 -moz-border-radius: 50%;
 /* -webkit-border-radius: 50%;
 border: 2px solid blue; */
 z-index:1;
}
#wp-calendar .pad {
 font-weight: normal;
}
#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;
}

.dayofweek {
text-transform:uppercase;
font-weight:normal;
letter-spacing:1px;
font-size:11px;
padding-bottom:5px;
}
/*
 * 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;
}
