/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec3_eventday a {
	color: rgb(148,38,21) !important;
	}
#wp-calendar table td,
#wp-calendar table th {
	text-align: center;
	}
#bigcal #wp-calendar table.ec3_calendar_table td {
	text-align: left;
	}

#wp-calendar table.nav {
	margin: 15px 50px 0 50px;
	width: 550px;
	}
a#ec3_publish img {
	}
#bigcal #wp-calendar table.nav tr td#prev, #bigcal #wp-calendar table.nav tr td#next {
	padding: 40px 15px 0 15px;
	}
#bigcal #wp-calendar table.ec3_calendar_table caption a,
#bigcal #wp-calendar table.nav tr td#prev a, #bigcal #wp-calendar table.nav tr td#next a {
	border: 1px solid rgb(224,218,195);
	/* background: rgb(247,247,247); */
	color: rgb(138,134,120);
	margin: 3px; padding: 2px 12px 4px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
#bigcal #wp-calendar #ec3_publish {
	position: relative;
	top: -40px;
	}
#bigcal #wp-calendar #ec3_publish a,
#bigcal #wp-calendar #ec3_publish a:hover {
	border: 0;
	background: transparent;	
	}
#bigcal #wp-calendar table.ec3_calendar_table caption {
	margin: -18px 0 15px 0;
	}
#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding: 1px;
 border: none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding: 0px;
 border: solid 1px #999;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color: rgb(138,134,120);
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
border:solid 1px #800;
 /*Matthew: BUGFIX: Don't default to float here (float:left);*/

}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

/*Matthew: begin style for big calendar patch*/

/*Style for new schedule tags*/
div.ec3_schedule_div_small {
 margin-left: 2.2ex;
}
div.ec3_schedule_div_small > span {
 border: solid 1px #800;
 padding:0 0.5ex 0 0.5ex;
}


/*big calendar display settings*/

.ec3_big_calendar table caption {
	font-size: 1.5em;
	margin-bottom: 5px;
	}
.ec3_big_calendar table #prev #ec3_prev,.ec3_big_calendar table #next #ec3_next {
	font-size: 1.2em;
	}
.ec3_big_calendar table.ec3_calendar_table {
	width: 650px !important;
	margin: 0;
	table-layout: fixed !important;
	background: rgb(237,234,218);
	-moz-border-radius: 8px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
.ec3_big_calendar table.ec3_calendar_table th,
.ec3_big_calendar table.ec3_calendar_table td {
	width: 14.2% !important;
	height: 90px !important;
	vertical-align: top;
	border-width: 4px !important;
	border-color: rgb(237,234,218) !important;
	border-style: solid !important;
	background: rgb(252,252,242);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	}
.ec3_big_calendar table.ec3_calendar_table td.pad {
	background: rgb(237,234,218);
	}
.ec3_big_calendar table.ec3_calendar_table th {
	padding: 3px 0 4px 0;
	background: rgb(252,252,242);
	height: auto !important;
	}
.ec3_big_calendar .ec3_event_day_num {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(100,100,100);
	padding: 4px 3px 1px 3px;
	cursor: default;
	}
.ec3_big_calendar td#today .ec3_event_day_num {
	color: rgb(54,52,47);
	}
.ec3_alt_class_1 {
	text-align: left;
	border-top: 1px dotted rgb(237,234,218);
	}
.ec3_event_day_evt {
	clear: left;
	margin: 1px;
	}
.ec3_event_day_evt a {
	display: block;
	border: 0;
	line-height: .9em;
	padding: 3px 2px 4px 2px;
	}
.ec3_event_day_evt a:hover {
	}
.ec3_big_calendar #today {
	background-color: rgb(247,245,210);
	}
/*
.ec3_big_calendar table.ec3_calendar_table td a {
color: #1c2cDD !important;
}
.ec3_big_calendar table.ec3_calendar_table td a:hover {
color: #DD2c1c !important;
}
*/
.ec3_big_calendar td {
padding: 0px !important;
}
