#smallcal {
	float: left;
	clear: left;
	height: 100%;
	padding-bottom: 15px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dotted;
	border-bottom-width: thin;
        width: 100%;
}

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

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

#smallcal #month {
        font-family: , verdana;
	color: #000000;
	font-size: 10px;
	xfont-weight: bold;
	line-height: 16px;
	text-align: center;
	background-color: #ffffff;
}

#smallcal #day {
	font-family: , verdana;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
        background-color: #ff7700;
}

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

}

#smallcal #titlehead {
	margin:  -30px 0px 0px 32px;
    float: left;
    width: 100%;

}

#smallcal #title {
	float: left;
	padding-bottom: 2px;
	padding-top: 1px;
	font-weight: bold;
	font-family: verdana;
	font-size: 14px;
}

#smallcal #local {
	clear: left;
	float: left;
	font-size: 12px;
}

#smallcal #description {
	padding-left: 32px;
	float: left;
	margin-right: 10px;
        font-size: 10px;
}

#smallcal #time {
	clear: left;
	float: left;
	font-size: 12px;
        width: 100%;

}

#smallcal #eventfoot {
	font-size: 12px;
	font-family: Verdana;
	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;
}