
/* + Dan new widgets {{{ */

/* + + Mini-upcoming event list {{{ */

.miniUpcomingEventList {
    list-style-type: none;
    padding: 0;
}

.miniUpcomingEventList a {
    text-decoration: none;
}

.miniUpcomingEventList li {
    overflow: hidden;  /* contain floats */
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
.miniUpcomingEventList li:last-child {
    border-bottom: none;
}
.miniUpcomingEventList li:hover {
    background-color: #f8f8f8;
}

.miniUpcomingEventList li div {
    float: left;
    box-sizing: border-box;
}

.miniUpcomingEventList_time {
    width: 30%;
    font-weight: 300;
    padding-right: 1%;
}
.miniUpcomingEventList_title {
    width: 70%;
    padding-right: 1%;
}

/* + + }}} */

/* + + Mini-upcoming event list per month {{{ */

.miniUpcomingEventListPerMonth {
    position: relative;

    clear: both;

    list-style-type: none;
    padding: 0;
}

.miniUpcomingEventListPerMonth a {
    text-decoration: none;
}

.miniUpcomingEventListPerMonth_heading {
    text-align: center;
    color: #000;
    margin-bottom: 2px;
    font-size: 1.17em;
    line-height: 1.8;
}

.miniUpcomingEventListPerMonth_name {
    /*font-weight: bold;*/
}

.miniUpcomingEventListPerMonth_pager {
	width: 14.28%;
    text-align: center;
}

.miniUpcomingEventListPerMonth li {
    overflow: hidden;  /* contain floats */
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
.miniUpcomingEventListPerMonth li:last-child {
    border-bottom: none;
}
.miniUpcomingEventListPerMonth li:hover {
    background-color: #f8f8f8;
}

.miniUpcomingEventListPerMonth li div {
    float: left;
    box-sizing: border-box;
}

.miniUpcomingEventListPerMonth_time {
    width: 20%;
    font-weight: 300;
    padding-right: 1%;
}
.miniUpcomingEventListPerMonth_title {
    width: 80%;
    padding-right: 1%;
}

/* + + }}} */

/* + + Mini-month calendar {{{ */

.miniMonthCalendar {
    position: relative;

    clear: both;
    line-height: 1.8;
}

.miniMonthCalendar a {
    text-decoration: none;
}

.miniMonthCalendar_heading {
    text-align: center;
    color: #000;
    margin-bottom: 2px;
    font-size: 1.17em;
}

.miniMonthCalendar_name {
    /*font-weight: bold;*/
}

.miniMonthCalendar_pager {
	width: 14.28%;
    text-align: center;
}

table.miniMonthCalendar_grid {
    border-collapse: collapse;
    //border: 1px solid red;
    width: 100%;
    margin-bottom: 1px;
}

table.miniMonthCalendar_grid th {
    color: #888;
}

.dan-tribe-day-with-events {
    background-color: black;
    //border-radius: 26px;
    //box-shadow: 2px 2px 2px #888;
}

table.miniMonthCalendar_grid td.tribe-events-has-events {
}
table.miniMonthCalendar_grid a {
    color: white;
}
table.miniMonthCalendar_grid td, table.miniMonthCalendar_grid th {
    padding: 0;
    margin: 0;
    /*border: 1px solid #bbb;*/
    border: 3px solid transparent;
	width: 14.28%;
    text-align: center;
	vertical-align: middle;
}

/* + + }}} */

/* + }}} */
