/* common calendar css.  both calendar types share this */

.calendar caption {
  margin: 5px auto;
  font-size: 14px;
}

.calendar caption a {
  text-decoration: none;
  color: blue;
}

.calendar caption a:hover {
  color: red;
}

.calendar {
  border: 1px solid #888;
  margin: 0px auto;
  empty-cells: hide !important;
  background: #eee;
}

.calendar td {
  border: 1px solid #ccc;
  text-align: center;
  background: #fff;
}

.calendar td a {
  text-decoration: none;
  display: block;
  background: #B3DAEF;
  width: 100%;
}

.calendar td a:hover {
  background: #FFF9DF;
}

.calendar .today {
  border: 1px dashed red;
  background: #ffe0cf;
}


#ztevent_cal {
  margin: 5px auto 15px auto;
}

#ztevent_cal .calendar caption {
  font-size: 14px;
}

#ztevent_cal .calendar {
  width: 350px;
}

#ztevent_cal .calendar td {
  height: 30px;
  font-size: 12px;
}

#ztevent_cal .calendar td a {
  line-height: 30px;
}

/* sidebar calendar view css */
#ztevent_sidebar_cal {
  margin: 5px auto 15px auto;
}

#ztevent_sidebar_cal .calendar caption {
  font-size: 12px;
}

#ztevent_sidebar_cal .calendar {
  width: 140px;
}

#ztevent_sidebar_cal .calendar td {
  width: 15px;
  height: 15px;
  font-size: 11px;
}

#ztevent_sidebar_cal .calendar td a {
  line-height: 15px;
}

/* styles for the event dates in a post */
.ztevent_post {
  padding: 0px;
  margin: 0px;
}

.ztevent_post p {
  margin: 0px !important;
  color: maroon;
}

.ztevent_post p strong {
  font-weight: normal;
  color: black;
  float: left;
  width: 50px;
}

/* styles for the sidebar event list */
#ztevent_sidebar_events {
  
}

#ztevent_sidebar_events h2 {
  margin: 0px 0px 5px 0px;
}

#ztevent_sidebar_events h4 {
  margin: 0px;
  padding: 0px;
}

#ztevent_sidebar_events ul {
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

#ztevent_sidebar_events ul li {
  margin: 0px 0px 6px 0px;
  padding: 0px;
}

/* some themes have started making use of :before on li elements */
/* we want to make sure our date title doesn't use these */
#ztevent_sidebar_events>ul>li:before {
  content: "" !important;
}
