@charset "utf-8";
/* HHC In the News Page Styles */

/* Featured Post */
.postTeaser{
	padding:10px;
	margin-bottom:0px;
}
#featVid{
	width:696px;
	height:392px; /* Defines height for iFrame video; 16x9 aspect ratio */
	border:0px;
}
#featImg{
	width:695px;
	/* height: ; */
	border:0px;
}
#featTitle{
	font-weight:bold;
	line-height:20px;
	padding:15px 10px 15px 10px;
	margin:0px;
}
#titleLink{
	font-size:20px;
}

/* Post Entries */
.articlePost{
	width:697px;
	height:184px;
	margin:10px auto;
	/*border-bottom:1px dotted #D6D6D6;*/
	padding:10px 0px;
}
.clrDiv{
	clear:both;
	margin-bottom:25px;
	padding:10px 0px;
}
.postImg{
	float:left;
	width:193px;
	height:133px;
	border:none;
}
.postImgLink{
	width:203px;
	height:133px;
}
.postInfo{
	margin-left:210px;
	margin-bottom:10px;
	width:480px;
}
.postCategory{
	margin-bottom:5px;
	margin-top:-5px;
	display:inline-block;	
	line-height:22px;
}
.articleCategory{
	color:#eb892f;
	font-size:11px;
}
.postDate{
	float:right;
	margin-bottom:5px;
	display:inline-block;
	color:#eb892f;
	font-size:11px;
	margin-top:-5px;
}
.postTitle{
	margin-top:0px;
	margin-bottom:0px;
}
.theTeaser{
	margin-top:0px;
}
.theTags{
	line-height:16px;
	font-size:11px;
}
.articleTags{
	color:#a8a8a8;
	margin-right:5px;
	font-size:11px !important;
	/* margin-right:5px; */
}
.articleTags:hover{
	color:#eb892f;
}
.imgBrdr{
	border:1px solid #dadada;
}

/* Pagination */
a.pageItem.active{
	color:#FFF;
	background-color:#066cb6;
}
div#moreArticles{
	text-align:center;
	padding-top:20px;
}
a.prevPage{
	float:left;
	padding-left:10px;
}
a.nextPage{
	float:right;
	padding-right:10px;
}
a.pageItem{
	margin:0px 10px;
}
.activePost{
	display:block;
}
/* Category/Tag Filter */
div.filterContainer>p{
	font-size:13px;
}
p.categoryFilter{
	border:1px solid #066cb6;
	color:#066cb6;
}
p.tagFilter{
	border:1px solid #000;
}
