/* General Easy Events styles */

#ee_miniCalendarContainer {
    position: relative;
		margin: 30px 1px 1px 1px;
    padding: 0;
    font-size: 1.1em;
    width: 198px;
    background: #BA0126;
}

#ee_miniCalendarContainer p:first-child {
	height: 0;
	display: none;
}

.ee_miniCalendar {
	padding: 0 0 0.5em 0;
	background: #FFF;
}

.ee_miniCalYear {
	font-size: 1em;
	background: #CCC;
	color: #223C53;
	font-weight: bold;
	text-align: center;
	padding: 0.1em;
	border-bottom: 1px solid #CCC;
}

.ee_miniCalMonth {
	font-size: 1.1em;
	color: #FFF;
	background-color: #223C53;
	text-align: center;
	text-transform: uppercase;
	padding: 0.1em;
	border-bottom: 1px solid #CCC;
}

.ee_miniCalendarNav,
.ee_miniCalendarDays {
    margin:0;
    width:100%;
    text-align:center;
    border-collapse:collapse;
}

/* Calendar nav */

.ee_miniCalPrev,
.ee_miniCalNext {
    width:1.5em;
}
.ee_miniCalPrev a {
	text-align: left !important;
}
.ee_miniCalPrev a {
	text-align: right !important;
}
.ee_miniCalPrev a, 
.ee_miniCalNext a {
		font-size: 1em;
    display:block;
    background: #444;
    color: #FFF;
		font-size: 1.2em;
		padding: 0.1em;
		border-bottom: 1px solid #CCC;
}
.ee_miniCalPrev a:hover, 
.ee_miniCalNext a:hover {
    background:#CCC;
    color:#000;
}

/* Calendar days header */

.ee_miniCalendarDays th {
    text-align:center;
    font-weight: normal;
    background: #444;
	  color:#FFF;
		padding: 0.1em 0;
}
.ee_miniCalendarDays td {
    text-align:center;
		background: #FFF;
		padding: 0.1em 0;
}

/* Day variations */
.ee_noLinkDay {
	color: #222;
}

.ee_prev .ee_noLinkDay, 
.ee_next .ee_noLinkDay{
    background:#EEE !important;
    color: #777 !important;
}
.ee_noLinkDay,
.ee_current a,
.ee_prev a,
.ee_next a {
    display:block;
}

.ee_today .ee_noLinkDay {
  border: 1px solid #BA0126;
	color: #BA0126;	
}
.ee_current a {
    background:#CDF;
		font-weight: bold;
}
.ee_current a:hover {
    background:#223C53;
    color:#FFF;
}
.ee_prev a,
.ee_next a {
    color:#777;
}
.ee_prev a:hover,
.ee_next a:hover {
    color:#FFF;
    background:#777;
}


/* Listing styles */
.easyEventsList_heading {
    margin: 0.5em 0 1em 0;
    font-size: 1.5em;
		font-weight: bold;
    border-bottom: 1px dotted #222;
}

.easyEventsList_item {
	margin-bottom: 1.6em;
}

.easyEventsList_time {
	color: #223C53;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.easyEventsList_title {
	font-size: 1.2em;
}

.easyEventsList_description {
    font-size: 1em;
}
