.announcements{

}

.announcement .date {
	float: left;
	height: 52px;
	width: 52px;
	background: url("/Content/Images/date.png") no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}

	.announcement .date > .month {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 11px;
		padding-top: 4px;
		text-transform: uppercase;
	}

	.announcement .date > .day {
		display: block;
		text-align: center;
		padding-top: 10px;
		color: #222;
		font-size: 10px;
		font-weight: bold;
	}

.announcement .postedAt {
	text-align: right;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: bold;
}

.announcement .completeText {
	margin: 20px 0 20px 0 !important;
}

.announcement .dueDate {
	color: #434343;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}

.announcement .shortDescription {
	color: #666;
}

	.announcement .shortDescription > blockquote {
		padding: 0 10% 0 10%;
		font: italic 1.2em arial;
		border-left: none;
	}

		.announcement .shortDescription > blockquote p {
			font: italic 12px arial;
			line-height: 18px;
		}

		.announcement .shortDescription > blockquote:before, blockquote:after {
			display: block;
			font-size: 6em;
			color: #cc5f95;
		}

		.announcement .shortDescription > blockquote:before {
			content: '\201C';
			margin-left: -10%;
			height: 28px;
		}

		.announcement .shortDescription > blockquote:after {
			content: '\201D';
			margin-left: 100%;
			margin-top: -18px;
			height: 45px;
		}
