.feed_item_listing, .feed_item {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
}

.feed_item_listing {
	clear: both;
	margin: 10px 0px 30px 0px;
}
.feed_item_listing a,.feed_item_listing a:link, .feed_item_listing a:visited {
	text-decoration:none;
	color:#006ea1;
}
.feed_item_listing a:hover, .feed_item_listing a:active {
	text-decoration:underline;
}
a.feed_item_read_more,a.feed_item_read_more:link,a.feed_item_read_more:visited {
	text-decoration:none;
	color:#006ea1;
}
a.feed_item_read_more:hover,a.feed_item_read_more:active {
	text-decoration:underline;
}
a.feed_list_return,a.feed_list_return:link,a.feed_list_return:visited {
	text-decoration:none;
	color:#006ea1;
}
a.feed_list_return:hover,a.feed_list_return:active {
	text-decoration:underline;
}
a.feed_link_invisible,a.feed_link_invisible:link,a.feed_link_invisible:visited,a.feed_link_invisible:hover,a.feed_link_invisible:active {
	text-decoration:none;
}
.feed_item_listing h2, .feed_item_title {
	font-family:"Lucidia Grande",Verdana,Geneva,Arial,Helvetica,Swiss;
	font-size:1.2em;
	font-weight:bold;
	color:#006ea1;
	text-align:left;
}
.feed_item_preview_text {
	margin-left:62px;
}
.feed_item_listing p {
	margin-top:0;
	margin-left:0;
	text-align:justify;
}
.feed_item_listing_separator {
	clear:both;
	margin:0;
	width:100%;
	height:5px;
	background:url(/images/news/spacer_swirl.gif) no-repeat;
	background-position:top center;
}
.feed_item_image {
	/* display:block; */
	display:none;
	float:right;
	width:90px;
	height:90px;
	margin:0 10px 5px 0px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:center center;
	border:5px solid #e6e6e6;
}

div.feed_item_date {
	font-family:"Lucidia Grande",Verdana,Geneva,Arial,Helvetica,Swiss;
	display:block;
	float:left;
	width:46px;
	margin:0 10px 5px 5px;
	padding:0;
	color:black;
	text-align:center;
	text-transform:uppercase;
	background:#ffffff;
	border:1px solid #bebebe;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.feed_item_date span.feed_item_weekday,
.feed_item_date span.feed_item_month,
.feed_item_date span.feed_item_day,
.feed_item_date span.feed_item_year {
	display: block;
}

.feed_item_date span.feed_item_month {
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	line-height: 10px;
	color: white;
	font-weight: bold;
	background-color:#cc3333;
}

.feed_item_date span.feed_item_day {
	font-family:"American Typewriter",Georgia,Times,serif;
	font-size:20px;
	font-weight:normal;
	padding:3px 3px 0px 3px;
}

.feed_item_date span.feed_item_year {
	font-size:10px;
	line-height:10px;
	padding:2px 5px 3px 5px;
}

.feed_item_date_text {
	display:none;
	font-size:0.9em;
	color:#999999;
	padding:0 0 2px 0;
	text-transform:capitalize;
}

/* to hide the calendar style date */
div.feed_item_date {
	/* display:none; */
}
div#body div.feed_item h2, h2#feed_item_title {
	font-size:1.3em;
}
.feed_item {
	padding:10px;
	border:1px solid #bebebe;
	text-align:justify;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.feed_item div.feed_item_date_text {
	display:block;
}
.feed_item_navigation {
	height:20px;
	width:300px;
	margin:10px auto 0 auto;
}
.feed_item_navigation div {
	float:left;
	display:block;
	width:80px;
	font-size:9px;
	text-align:center;
	background-color:#bebebe;
	border:1px solid #999999;
	margin-right:10px;
	padding:3px;
}
.feed_item_navigation div.feed_item_navigation_gray,.feed_item_navigation div.feed_item_navigation_gray:hover {
	background-color:#bebebe;
}
.feed_item_navigation div:hover {
	background-color:#003366;
}
.feed_item_navigation a,.feed_item_navigation a:link,.feed_item_navigation a:visited {
	text-decoration:none;
	color:#000000;
}
.feed_item_navigation a:hover,.feed_item_navigation a:active {
	color:#ffffff;
}