@import "base.css";

/* EVENT LISTING
-------------------------------------------------------------------------------- */

#eventlist-body {
    margin: 1.5em auto;
}

#eventlist-body #eventlist-info {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
    position: relative;
}

#eventlist-body #eventlist-info a:link,
#eventlist-body #eventlist-info a:visited {
    text-decoration: none;
}

#eventlist-body #eventlist-info a:hover {
    text-decoration: none;
    color: #000;
}

#eventlist-body #eventlist {
    margin-top: 0em;
    padding-left: 0em;
    margin-bottom: 1.5em;
}

#eventlist-body #eventlist.future .event {
    background: #fefeaa;
}

#eventlist-body #eventlist .event {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    background: #f2f8ff;
    position: relative;
}

#eventlist-body ul.event-stats,
#eventlist-body ul.event-desc {
    margin: 0;
    padding-left: 0em;
    list-style-type: none;
}

#eventlist-body ul.event-stats li {
    color: #666;
    display: inline;
    margin-right: 0.75em;
    font-size: 0.8em;
}

#eventlist-body ul.event-stats li.title {
    color: #396181;
    font-size: 1.1em;
    margin-right: 0.3em;
    font-weight: bold;
}

#eventlist-body ul.event-stats li span.info {
    color: #aaa;
}

#eventlist-body ul.event-stats span.info a:link,
#eventlist-body ul.event-stats span.info a:visited,
#eventlist-body ul.event-stats span.info a:hover {
    text-decoration: none;
    color: #aaa;
}

#eventlist-body ul.event-stats span.info a:hover {
    color: #f55;
}

#eventlist-body ul.event-desc li {
    display: inline;
    margin-right: 1em;
}

#eventlist-body ul.event-desc li p {
    margin: 0.5em 0 0 0;
}

#eventlist-body ul.event-body {
    padding-left: 0.5em;
    border-bottom: 1px solid #ccc;
}


/* CALENDAR STYLES
-------------------------------------------------------------------------------- */

.calendar table {
    border-collapse: collapse;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.calendar th {
    font-size: 0.8em;
    width: 2em;
    text-align: center;
    line-height: 0.8em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    font-weight: normal;
}

.calendar td {
    width: 2em;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #ccc;
    padding: 2px;
    color: #aaa;
}

.calendar td.day {
    background: #fff;
    color: #000;
}

.calendar td.today {
    font-weight: bold;
}

.calendar td.event {
    background: #f2f8ff;
}

.calendar td.current {
    background: #fefeaa;
}

.calendar td.day a {
    font-weight: bold;
}

