/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
[id^='events_wrap'] table.smallcalendar tbody td.hasevents {
	background-color: red;
}

[id^='events_wrap'] thead th {

    text-align: center;

}
.icalprop td, 
[id^='events_wrap'] .icalprop td, 
#multismallcalendar .icalprop td {

    border: 0;
    text-align: center;
    padding: 0;
    background-color: #393939;

}

[id^='events_wrap'] table.smallcalendar th {

    background: #393939;
    background-color: #393939;

}
[id^='events_wrap'] table.smallcalendar tbody td {

    background: #393939;
    border: 0;
    padding: 0;
    text-align: center;
    background-color: #393939;

}
#multismallcalendar tr.dayheaders th, #multismallcalendar tr.week th, #multismallcalendar tr.week td, #multismallcalendar td.pad, 
[id^='events_wrap'] .smallcalendar td, [id^='events_wrap'] .smallcalendar th, [id^='events_wrap'] .smallcalendar td div {

    margin: 0;
    border: 0;
    padding: 0;
    border: 0;
    outline: 0;


}