/* EventCalendar. Copyright (C) 2005, 2006 Alex Tingle.  $Revision: 1.13.4.2 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/
#wp-calendar table {
border: 1px solid #ddd;
empty-cells: show;
font-size: 24px;
width: 740px;
}

#wp-calendar table #next a {
padding-right: 1px;
text-align: center;
}

#wp-calendar table #prev a {
padding-left: 1px;
text-align: center;
}

#wp-calendar table a {
display: block;
text-decoration: none;
background-color: #710005;
color: #FFFFFF;
width: 100%;
}

#wp-calendar table a:hover {
color: #ffe05f;
}

#wp-calendar table caption {
color: #ffe05f;
font-size: 1em;
text-align: center;
padding-bottom: 2px;
padding-left: 2px;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #CC9933;
}

#wp-calendar table td {
color: #ffff99;
font: normal 11px Verdana, Geneva, sans-serif;
padding: 0px;
text-align: center;
width: 100px;
height: 50px;
border: 1px solid #CCCCCC;
vertical-align: top;
margin-right: -5px;
margin-left: -5px;
}

#wp-calendar table td.pad:hover {
background: #000;
}

#wp-calendar table #today {
background: url(http://www.jangoedwards.net/pics/today.gif);
color: ##f4ee00;
}

#wp-calendar table th {
color: #ccc;
font-style: normal;
text-transform: capitalize;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .5em;
text-align: center;
vertical-align: middle;
}
#wp-calendar a.eventday {
color:#FFFFFF;
}

/* 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;
 padding:0;
 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
 ***/

.event_list_day, .event_list_month {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#FFF;

}
.event_list_day li, .event_list_month li {
 font-size:1em !IMPORTANT;
}
.event_list_day li:before, .event_list_month li:before {
 content:"" !IMPORTANT;
}

