#calendar {
width: 100%;
margin: 0 auto;
}

#eventlist article h1 {
border: none;
font-size: 1.3em;
margin: 0;
}

#eventlist h2 {
margin: 30px 0 10px 0;
border-bottom: 1px solid;
}

#eventlist article {
border-bottom: 1px solid #e4e4e4;
padding: 10px 0 0 0;
}

#eventlist .thedate {
font-weight: bold; 
font-size: .9em;
}

.togglecalview {
float: right;
text-decoration: underline;
cursor: pointer;
}

#event .thedate {
font-weight: bold; 
font-size: .9em;
}

#eventlist img.thumb {
float: right;
max-width: 160px;
max-height: 160px;
min-width: 90px;
width: auto !important;
width: 90px;
margin: 5px 0 2px 10px;
}

.fc-event-skin {
	border-color: #B1C472;
	background-color: #B1C472; 
}