﻿
/* ---------- BLOG LATEST ---------- */

div.insightsBlogLatest{
	border: 1px solid #dbdbdb;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
}

div.insightsBlogLatest h1, div.insightsBlogLatest h2{
	border: 0px none;
	margin: 0px 0px 10px 0px;
	font-size: 28px;
}

div.insightsBlogLatest h3, div.insightsBlogLatest h4{
	border: 0px none;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
}

div.insightsBlogLatest ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.insightsBlogLatest ul li{
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 147px;
	float: left;
}

div.insightsBlogLatest ul li:last-child{
	margin: 0px 0px 0px 0px;
}

div.insightsBlogLatest ul li span.thumbnail{
	display: block;
	width: 147px;
	height: 100px;
	overflow: hidden;
}

div.insightsBlogLatest ul li span.thumbnail img{
	width: 147px;
}



div.insightsBlogLatest ul li a span.date{
	font-size: 10px;
	color: #707070;
	display: block;
}

div.insightsBlogLatest ul li a span.title{
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	display: block;
}



div.insightsBlogLatest ul li a:hover span.date{
	color: #009ae6;
}

div.insightsBlogLatest ul li a:hover span.title{
	color: #009ae6;
}


div.insightsBlogLatest div.newsreadmore{
	text-align: right;
	padding: 0px 10px 0px 0px;
}

div.insightsBlogLatest div.newsreadmore a:hover{
	text-decoration: underline;
}




/* If the image is wide but short it will have a class added called maketall. Use it to stretch image */
div.insightsBlogLatest ul li span.thumbnail img.maketall{
	width: auto !important;
	height: 100px;
}