.smallcal {
	float: left;
	clear: left;
	padding-bottom: 50px;
    width: 100%;
	border-bottom:1px solid #d6ba95;
}
div.smallcal:first-child {border-top: 1px solid #FFFFFF;}
.smallcal .calwrap {
	margin-top: 0px;
	width: 100%;
	float: left;
	padding:20px 0 0 0;
}

.smallcal  .img {
	margin-top: 3px;
	background-image: url(images/events_dot_red.png);
	background-repeat: no-repeat;
	width: 59px;
	height: 59px;
}

.smallcal .month {
	color: #dec5a0;
	text-align:center;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'PetitaBoldRegular';
}

.smallcal .day {
	font-family: 'PetitaBoldRegular';
	line-height: 28px;
	color: #fff;
	font-size: 28px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}

.smallcal .infowrap{
	margin-left: 7px;
	float: left;
    width: 100%;

}

.smallcal .titlehead {
	margin:  -55px 0px 0px 67px;
    float: left;
    width: 80%;

}

.smallcal .title {
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 18px;
}

.smallcal .title a {
	color:#524D49;
}



.smallcal .local {
	clear: left;
	float: left;
	font-size: 10px;
}

.smallcal .description {
	padding-left: 68px;
	float: left;
	margin-right: 10px;
	font-size:13px;
	line-height:15px;
	overflow:hidden;
}

.smallcal .time {
	clear: left;
	float: left;
	font-size: 10px;
        width: 50%;

}

.smallcal .eventfoot {
	font-size: 12px;
	font-family: Futura;
	padding-right: 15px;
}

.feed {
	font-size: 10px;
}

.feed a{
	text-decoration: none;
}

.iCal {
	margin-top: 5px;
	float: right;
	line-height: 35px;
}

.iCal img {
	float: left;
	padding-top: 5px;
}

.pagination {
	margin-top: 25px;
	font-size: 10px;
	float: left;
	clear: both:
	width: 100%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}