/* --------------------------------------------
|  Events Calendar
--------------------------------------------- */

#event-links { height: 20px; }

#event-links li {
    list-style: none;
    background: none;
    float: left;
    margin: 0;
    }
    #event-links li a {
        font-size: 14px;
        font-weight: bold;
        display: block;
        color: #A60000;
        }

.event-calendar { clear: both; }
    .event-calendar table {
        border: none;
        width: 98%;
        }
    .event-calendar caption, .event-calendar .event-header {
        font-size: 13px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        }
        .event-calendar caption a, .event-calendar .event-header a {
            font-weight: bold;
            font-size: 15px;
            }
    .event-calendar th {
        padding: 6px;
        }
    .event-calendar .links li {
        list-style-image: none;
        list-style-type: none;
        background: none;
				margin: 0;
				padding: 0;
				display: block;
        }
    .event-calendar td.sat, .event-calendar td.sun {
        background: #EFEFEF;
        }
    .event-calendar div.day {
        background: #A60000;
        color: #fff;
        font-weight: bold;
        border-color: #fff;
        border-width: 0 0 1px 1px;
        padding: 3px 5px;
        position: relative;
        }
        .event-calendar div.day a { color: #fff; }
    .event-calendar div.event {
        background: #fff;
        border: none;
        margin: 0.25em 2px 0.5em 2px;
        }
    .event-calendar td.selected, .event-calendar td.today {
        background: #959595
        }
    .event-calendar .list-view {
        margin-top: 15px;
        margin-bottom: 5px;
        clear: both;
        padding: 5px 10px 5px 10px;
        background: #f4f4f4;
        position: relative;
        }
        .event-calendar .list-view div.event {
            font-style: normal !important;
            padding: 3px 10px 10px 10px;
            border: 2px solid #666;
            margin: 10px 0 10px 0;
            }
        .event-calendar .list-view div.title {
            padding: 3px 0 0 3px;
            float: left;
            width: 300px;
            position: relative;
            }
            .event-calendar .list-view div.title a {
              position: relative;
              color: #a60000;
            	font-size: 14px;
            	font-weight: bold;
              font-style: normal;
              }
         .event-calendar .list-view div.day {
             float: none;
						 font-style: italic;
             }
          .event-calendar .list-view .content {
              border-width: 1px 1px 1px 2px;
              border-style: solid;
              border-color: #ddd;
              background: #f5f5f5;
              }
         .event-calendar .list-view div.day-time {
             float: right;
             padding-right: 5px;
             position: relative;
             }

         .event-calendar .list-view div.info { clear: both; }

.event-calendar div.listview .links { clear: both; }

.event-calendar .event-day-list { margin-bottom: 30px; }

.event-nodeapi .event-tz {
    display: none;
    visibility: hidden;
    }

.event-time { margin-bottom: 15px; }
.event-time .event-nodeapi label {
	width: 50px;
	display: block;
	float: left;
	font-weight: bold;
	color: #000;
	}

.ical-link {
    float: right;
    margin-left: 10px;
    }

.feed-icon { float: right; }
    .feed-icon img {
        position: relative;
        top: 3px;
        }

.event-calendar .day-view td {
    text-align: left;
    padding: 5px;
    }

.event-calendar div.links a { color: #666; }

.event-calendar div.links a:hover { color: #a90000; }



/* --------------------------------------------
|    Event Calendar - Calendar Block
 -------------------------------------------- */

.event-calendar .event-block { width: auto; }

.event-calendar .event-block td { padding: 1px 2px 1px 1px; }

.event-calendar .event-block td.selected, .event-calendar .event-block td.today { background: #fff; }

.event-calendar .month-view .event-block td a {
    font-weight: normal;
    color: #000;
    }
    .event-calendar .month-view .event-block td a:hover { text-decoration: underline; }

.event-calendar .month-view .event-block td .has_event {
    font-weight: bold;
    text-decoration: underline;
    color: #a60000;
    }

#colRight #block-event-0 h2 { display: none; }


/* --------------------------------------------
|  Events Calendar - Event Stripes
--------------------------------------------- */

.event-calendar .event .stripe { display: none; }

.event-calendar .content { border: 0; }
