@charset "utf-8";
@media screen, projection {
	.eventitem {
		margin: 15px 0;
		width: 430px;
		}
		.eventitem-date {
			float: left;
			width: 55px;
			}
		.eventitem-info {
			float: right;
			width: 360px;
			}
			.eventitem-info h4 {
				margin: 5px 0;
				}
			.eventitem-info p {
				margin: 5px 0;
				}
	.calendar-date {
		background: #e6eff8;
		border: 1px solid #07223c;
		}
		.calendar-date p {
			margin: 3px 0;
			text-align: center;
			}
		.calendar-date div {
			background: url(../../images/red-gradient.gif) top left repeat-x;
			border-bottom: 1px solid #07223c;
			overflow: hidden;
			}
		.calendar-date div p {
			color: #f1c3c3;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			margin: 3px 0;
			}
		.calendar-date p.calendar-date-day {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 22px;
			line-height: 22px;
			margin: 3px 0 8px 0;
			}
}
@media print, handheld {
}
@media handheld {
}
@media print {
}