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

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

#wp-calendar {
  margin-bottom: 30px;
}

#wp-calendar-hdr {
  margin-left: 16px;
  margin-bottom: 5px;	    
}

#wp-calendar table {		
  width:100%;
}
#wp-calendar #prev {
  text-align:left;
}
#wp-calendar #next {
  text-align:right;
}

/* Fix a bug in the default style. */
#wp-calendar #prev a {
  font-size:100%;
}

.ec3_eventday a {
 color:#a00;
}

.ec3_postday a {
 color:#ffffff;
 background-color: #ff0000;
 text-decoration: none;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

// NOTE: the following line causes glitches in Firefox 1.0.7
//#wp-calendar table td:hover,

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

