.purpleHeading {
	height:28px;
	line-height:28px;
	background: #818181;
	padding-left: 5px;
}
.purpleHeading .title, .purpleHeading a {
	color: white;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
	text-decoration: none;
}
.listHeading {
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	color: #3e6fac;
}
.commentsLink, .galleryLink, .videoLink {
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image:  url("/img/icons/small-16.png");
	background-repeat:  no-repeat;
}
.commentsLink {
	background-position:  0px 1px;
}
.galleryLink {
	background-position:  0px -35px;
}
.videoLink {
	background-position:  0 -66px;
}
.bigList .links {
	clear: both;
}
.bigList .text {
 	line-height: 13px;
	height: 40px;
	margin-top: 6px;
	overflow: hidden;
}
.ListView .bigList .links {
	clear:none;
}
.bigList {
	clear: both;
}
.bigList .box {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f1f1;
}
.bigList .box .datePublished{
	font-size: 11px;	
	margin-top: 2px;
	overflow: hidden;
	color: #979797; 
	width: 515px;
}
.bigList .odd {
	background: #f8f8f8;
	margin-top: 1px;
}
.bigList .box .boxFrame {
	padding:0 5px 0 0;
}
.bigList .floatThumb {
	line-height: 0px;
	margin: 0px 10px 10px 0px;
}
.bigList .box .title {
	font-weight: bold;
	font-size: 13px;
}
.ListView .bigList .boxFrame h3 {
	margin-top:2px;
}
.blogList .box .title {
	float: none !important;
	/*margin-bottom: 10px;*/
}
.bigList .boxFrame .thumbnail{
	margin-top: 6px;
}

.bigList .floatingLinks {
	right:-4px !important;
}