@CHARSET "UTF-8";

#topic-banner
{
	height: 100px;
	background: url(../img/sp-news.png);
}

#news-content
{
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
}

#content
{
	width: 600px;
	float: right;
}

.item
{padding-bottom: 15px}

.item .item-topic
{
	padding: 0px 15px 5px 0px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/circle-bullet.png);
}

.item .item-topic span
{
	padding: 0px 2px 5px 2px;
	background: url(../img/sp-links.png) repeat-x bottom;
}

.item .item-context
{
	margin: 3px 0px;
	padding: 0px 5px;
	padding-left: 0px;
}

.item .item-context .sp-calendar
{
	width: 47px;
	height: 50px;
	float: right;
	font-size: 9px;
	margin: 5px 0px 5px 10px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../img/sp-calendar.png);
}

.sp-calendar .cal-day
{
	color: #fff;
	display: block;
	margin: 0px auto;
	padding-top: 2px;
	text-align: center;
}

.sp-calendar .cal-month
{
	display: block;
	text-align: center;
	line-height: normal;
}

