.smallcal {
	float: left;
	clear: left;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: thin;
    width: 100%;
    
}

.smallcal .calwrap {
	margin-top: 0px;
	width: 100%;
	float: left;
}

.smallcal  .img {
	margin-top: 3px;
	xbackground-image: url(img/calendar_sml.png);
	xbackground-repeat: no-repeat;
	background-color: white;
	width: 25px;
	height: 25px;
	border: 1px solid #BDBDBD;
}

.smallcal .month {
	color: #ffffff;
	font-size: 10px;
	xfont-weight: bold;
	line-height: 10px;
	text-align: center;
	background-color: #B40404;
}

.smallcal .day {
	font-family: , serif;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

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

}

.smallcal .titlehead {
	margin:  -25px 0px 0px 32px;
    float: left;
    width: auto;

}

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

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

.smallcal .description {
	padding-left: 32px;
	float: left;
	margin-right: 10px;

}

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

}

.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;
}