/* calendar headings */

.calendar-heading { position:relative; }
.calendar-heading .date-badge { z-index:5; margin:0 0 0 5px; }
.calendar-heading h3 { padding-left:75px; }
.calendar-heading .title-links { margin-top:-36px; }
.events-list-style .title-links, .events-grid-style .title-links, .events-gallery-style .title-links { margin-top:-26px; }

/* events list */

.h-btn { display:block; float:right; margin-top:5px; }

a.add-event {
    color:#333;
    display:block;
    font-size:11px;
    font-weight:bold;
    line-height:20px;
    background-color:#fff;
    padding:2px 8px;
    border:1px solid #ccc;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
a.add-event:hover { color:#333; }

.events-heading {
    font-size:14px;
    font-weight:bold;
    line-height:22px;
    padding:5px 10px;
    margin:0;
    background-color:#f5f5f5;
    border-bottom:1px solid #e8e8e8;
}

.events-list { margin:0 0 40px 0; list-style-type:none; }

.events-list > li {
    padding:15px 10px;
    border-bottom:1px dotted #e0e0e0;
    overflow:hidden;
}
.events-list li.featured {
    background-color:#fdfcdd;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin-top:-1px;
}

.event-flags {
    float:right;
    padding-right:5px;
    margin:0 0 15px 10px;
}

.events-list li .event-image { float:left; margin-right:15px; width:54px; }
.events-list li .event-image img { display:block; padding:1px; border:1px solid #eee; width:50px; }
.events-list li h4 { font-size:16px; font-weight:normal; margin:0; line-height:20px; }
.event-details { list-style-type:none; margin:5px 0 0 0; }
.event-details li {
    float:left;
    margin-right:10px;
    font-size:11px;
    color:#666;
}

.no-events { margin:20px 0 40px 10px; }


/* gallery events list */

.events-gallery-style .events-heading a {
    color:#333;
}

.events-gallery-style .events-list {
    margin:20px 0 20px 5px;
}

.events-gallery-style .events-list > li {
    border:1px solid #E7E7E7;
    -moz-box-shadow: 0 0 0 5px #f5f5f5;
    -webkit-box-shadow: 0 0 0 5px #f5f5f5;
    box-shadow:0 0 0 5px #f5f5f5;
    margin:0 20px 20px 0;
    width:104px;
    padding:13px;
    float:left;
}
.events-gallery-style .events-list li .event-image { float:none; margin:0 0 5px 0; width:104px; max-height:70px; overflow:hidden; }
.events-gallery-style .events-list li .event-image img { width:100px; }
.events-gallery-style .event-flags { float:none; margin:0; padding:0; }
.events-gallery-style .events-list li h4 { font-size:14px; }
.events-gallery-style .events-list .event-details li { margin:0 0 5px 0; }
.events-gallery-style .events-list .event-details .event-date { padding-right:10px; } 

.more-events a {
    display:block;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    padding:10px;
    margin-bottom:20px;
    text-align:center;
    font-weight:bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.more-events a:hover {
    text-decoration:none;
}

/* grid events list */

.events-grid-style .events-list > li { width:140px; height:80px; margin:0 15px 10px 0; padding:0 0 10px 0; float:left; }
.events-grid-style .events-list.locations > li { height:110px; }
.events-grid-style .events-list > li  h4 { max-height:58px; overflow:hidden; font-size:14px; }
.events-grid-style .events-list > li.featured { border-top:none; border-bottom:1px dotted #e0e0e0; padding:10px 5px; width:130px; margin-top:-10px; }
.events-grid-style .events-list > li.featured .event-flags { display:none; }


/* spotlight events list */

.spotlight-events h3 { margin-bottom:10px; border-bottom:1px solid #e0e0e0; padding-bottom:5px; }

.spotlight-events > ul { list-style-type:none; margin:0 0 20px 0; }
.spotlight-events > ul li {
    float:left;
    width:205px;
    height:140px;
    margin:0 1px 1px 0;
    position:relative;
    overflow:hidden;
    background-color:#333;
}
.spotlight-events > ul li img {
    display:block;
    width:205px;
}
.spotlight-events > ul li a { text-decoration:none; }

.spotlight-events > ul li .wrap:before {
    width:205px;
    height:140px;
    position: absolute;
    left: 0px;
    top:0;
    z-index: -1;
    content:'';
    background: url('../images/calendar/spotlight-gradient.png') no-repeat;
    background-image:-webkit-gradient(linear,left top,right bottom,from(#000),to(#555)); background-image:-webkit-linear-gradient(left top,#000,#555); background-image:-moz-linear-gradient(left top,#000,#555); background-image:-ms-linear-gradient(left top,#000,#555); background-image:-o-linear-gradient(left top,#000,#555);
    -webkit-box-shadow:0 0 30px 0 #222222 inset; -moz-box-shadow:0 0 30px 0 #222222 inset; box-shadow:0 0 30px 0 #222222 inset;
    opacity: .6; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6;
}
.spotlight-events > ul li .wrap {
    width:185px; position: absolute; z-index: 3; left: 0px; top:0; padding:10px; height:120px; overflow:hidden; color:#fff;
}
.spotlight-events > ul li .wrap h4 { font-family: 'PT Serif', serif; font-size:18px; font-weight:normal; line-height:22px; margin-bottom:5px; color:#fff; }
.spotlight-events > ul li a:hover .wrap h4 { text-decoration:underline; }
.spotlight-events > ul li .wrap .more-info { font-size:11px; color:#fff; }


/* add event */

.cal-add-event { float:right; margin-top:-47px; }


/* search */

.cal-search form {
    margin-bottom: 15px;
}

#cal-datepicker {
    margin-bottom: 15px;
}

#cal-search-submit {
    border: 0;
    width: 25px;
    cursor: pointer;
    margin-top: 1px;
    text-indent: -9999px;
    background: url('../images/template-sprite.png') 6px -379px no-repeat;
}

#cal-search-submit { background-color:#666; }
#cal-search-submit:hover { background-color:#222; }

#events-search-form .events-search-options {
    display:block;
    float:right;
    margin:8px 0 0 10px;
    font-size:14px;
    color:#ccc;
}

#events-search-form .events-search-options a { padding:0 5px; }
#events-search-form form { margin:0; }
#events-search-form label { width:130px; }

#events-search-form .event-search-checkboxes div {
    float: left;
    width: 165px;
}

#events-search-form .event-search-checkboxes label {
    float: none;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 5px;
}

#search-by-date #month { width:105px; }
#search-by-date #search-day { width:55px; }
#search-by-date #search-year { width:70px; }
#search-advanced-options { padding:15px; margin:20px 0; background:rgba(0,0,0,.03); }
#search-advanced-options .option { border-bottom:1px solid #f5f5f5; padding-bottom:15px; }

/* browse list */

.cal-browse h2 { font-size:18px; padding-top:0; margin-bottom:5px; }

/* calendar slider */

.cal-slider-block { padding:10px 0; }


/* event details */

.event-date { font-size:16px; color:#777; }
.event-date .schedule { font-size:14px; margin-top:5px; }
.title-block .event-date { margin:10px 0; }

.event-description { margin:20px 0; }
.event-metadata { border-bottom:1px solid #e0e0e0; padding:15px 0; }

.schedule .dates { list-style-type:none; margin:0 0 0 10px; }
.schedule .dates li { font-size:12px; color:#777; margin-bottom:2px; }
.schedule .dates li .content-partition, .schedule .dates li.schedule-end, .schedule .no-events { display:block; margin:10px 0 5px; font-size:14px; text-transform:capitalize; }
.schedule .dates li.schedule-end { text-transform:none; font-size:11px; background-color:#f5f5f5; padding:8px; margin-bottom:15px; }
.schedule .no-events { text-transform:none; margin-left:10px; }

.venue .address { color:#777; margin:10px 0 20px 10px; font-size:14px; }
.venue .address .venue-logo { margin-bottom:5px; }
.venue .address .venue-logo img { width:160px; }
.venue .address .title { color:#555; font-size:15px; line-height:18px; margin-bottom:5px; }
.venue .map { width:120px; float:right; margin:10px 0 20px 25px; }

#asset-related .map { margin-top:10px; text-align:center; }

.pricing .cost { font-size:14px; line-height:22px; margin:10px 0 10px 10px; }

.contact-info .contact { margin:10px 0 20px; }
.contact-info .name { font-size:14px; line-height:22px; margin-bottom:10px; }