time.published, time.updated {
    text-transform: capitalize;
}

#news-index-shown .hfeed {
	margin: 0 !important;
}

#news-index-shown li.hentry {
	display: block;
	margin-left: 0;
	margin-bottom: 5px !important;
	padding-bottom: 20px;
	border-bottom: 1px ;
}

#news-index-shown li:last-child {
	border-bottom: none;
}
	
#news-index-shown li.hentry h3 {
	margin-bottom: 5px;
}
	
	#news-index-shown li.hentry  h3 a {
		text-decoration: none;
	}
	
#news-index-shown li time,
#news-index-shown li *.published  {
	font-size: 14pt !important;
	margin-bottom: 0 !important;
}
	
	#news-index-shown li time span,
	#news-index-shown li *.published span {
	
	}
	
#news-index-shown li.hentry .entry-content,
#news-index-shown li.hentry .entry-content * {
	clear: left;
	margin-bottom: 0 !important;
}

#news-pagination {
	height: 23px;
	border-top: 1px;
}

	#news-pagination * {
		font-size: 11pt !important;
		font-weight: normal;
		text-decoration: none;
	}

	#news-pagination > * {
		width: 17px;
		height: 18px;
		margin-right: 5px;
		display: block;
		float: left;
		position: relative;
		top: 2px;
	}
	
		#news-pagination > *:last-child {
			margin-right: 0;
		}

	#npprev,
	#npnext {
		display: block;
		float: left;
		width: 17px;
		height: 18px;
		background-repeat: no-repeat;
		position: relative;
		top: 2px;
	}


/* CABVI-specific customizations */

#news-index-full {
	margin: 0 !important;
}

.hentry.large .entry-title {
	color: #0079C2;
	font-size: 16px !important;
	text-decoration: none;
	text-transform: none;
}

.hentry.large {
	display: block;
	margin-bottom: 20px;
}

