@charset "utf-8";
/* CALENDAR - CSS Document */


#homepage_calendar {
width: 375px;
float: left;
clear: both;
margin: 15px 0 20px 0;
}


#content_one_column #main_calendar {
width: 620px;
}

#content_one_column #main_calendar table.nav td {
height: 20px;
border: none;
}

#content_one_column #main_calendar table td {
height: 70px;
border: 1px solid #CCC;
}

#content_one_column #main_calendar table.nav td a {
font-size: 12px;
background: none;
padding: 0;
margin: 0px;
}


#content_one_column #main_calendar table td a {
font-size: 14px;
background: #D9EFF1;
padding: 10px;
margin: -10px;
}

#wp-calendar table {
margin: 0 0 0 0;
padding: 0 0 10px 0;
border: 1px solid #CCC;
font-size: 12px;
}


#wp-calendar table.nav {
clear: both;
margin: 0;
padding: 3px 5px 0 5px;
background: #666;
}

#wp-calendar table.nav a {
color: #FFF;
font-weight: normal;
}

#wp-calendar table #ec3_publish img {
border: none;
}

#wp-calendar table caption {
padding: 7px 0 7px 17px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
font-weight: bold;
text-align: center;
font-size: 16px;
background: #D9EFF1;
}

#wp-calendar table caption a {
color: #333;
text-decoration: none;
}

#wp-calendar table th {
padding: 10px 0 0 0;
}

#wp-calendar table td a {
font-weight: bold;
}

ul.ec3_events {
margin: 10px 0;
}

ul.ec3_events li {
padding: 0;
margin: 0 0 5px 0;
word-spacing:0;
letter-spacing:0;
color:#000;
border-bottom: 1px solid #CCC;
}

ul.ec3_events li ul li {
padding: 3px 0 0 0;
border-bottom: none;
}

/* Hide the table on a single post */

#content table.ec3_schedule {
display: none;
margin: 2px 10px 5px 0;
padding: 10px;
border: 1px solid #CCC;
background: #EEE;
}

#content table.ec3_schedule td {
padding: 10px 5px;
color: #333;
font-weight: bold;
}