.calendar-title {
	background:#534741;
	color:#FFFFFF;
	padding: 6px;
	text-align:center;
}
.calendar-wrapper {
	background:#ffffff;
	color:#111111;
	padding:10px;
	font-size:11px;
	min-height: 150px;
	margin-bottom:30px;
}
	
.feed {
	font-size: 5px;
}

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

.category_color{margin-left: 8px; padding: 0px 4px 0px 4px; float: right; color: white!important; font-size: 10px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}