/* * 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 #D7C79B;
	background-color: #f1ebd7;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2em;
	color:#4C5757;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
/* * Large Calendar */
/* * Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
	border:none;
}
#calendar_wrapLar img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid #D7C79B;
	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 {
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: #b6121b;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	padding-left:3px;
	background-color: #b6121b;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #ffffff;
	color: #440708;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FCF8F0;
}
.EC_title {
	background:#FCF8F0;
	font-family:"Century Gothic", Arial, sans-serif;
	padding-bottom:3px;
}
.EC_location {
	background:#FCF8F0;
	font-family:"Century Gothic", Arial, sans-serif;
	padding-bottom:3px;
}
.EC_time {
	background:#FCF8F0;
	font-family:"Century Gothic", Arial, sans-serif;
	margin-bottom:10px;
}
.EC_date {
	background:#FCF8F0;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}
.EC_linkout_and_postid {
	background: #FCF8F0;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	padding-bottom:3px;
}
/* * 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: #FCF8F0;
	border: thin solid d7c79b;
	-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:#FCF8F0;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
	border: 1px solid #440708;
}
#wp-calendar .pad {
	/*font-weight: bold;*/
}
#wp-calendar .padcent {
	background-color: white;
}
#wp-calendar .padday {
/*	background-color: gainsboro;*/
}
#wp-calendar th {
	width: 11%;
	color: #440708;
	/*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: 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;
}

#calendar_wrapLarge {
margin:0px 75px 0px 75px;
}

#CalendarLarge-Header {
text-align:center;
width:300px;
margin-left:175px;
}

#EC_previousMonthLarge {
border-right:1px solid #663300;
margin-right:10px;
color:#b6121b;
padding-right:10px;
}

#EC_nextMonthLarge{
border-left:1px solid #663300;
margin-left:10px;
color:#b6121b;
padding-left:10px;
}

#calendar-month{
font-weight:normal;
}

.calendar-month {
font-weight:bold;
}