/* articleList */
.articleList {
	padding: 0;
}
.articleList .Date {
	float: right;
	padding-right: 10px;
	line-height: 30px;
}
.articleList ul {
	border-top: 1px solid #DCDCDC;
	clear: both;
}
.articleList li {
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	clear: both;
	padding: 10px;
}
.articleList img {
	width: 100px;
	float: left;
	padding-right: 10px;
}
.articleList .section {
	float: left;
}
.articleList h3 {
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	padding-right: 10px;
}
.articleList h3 a {
	text-decoration: none;
}
.articleList em {
	padding: 1px 10px 0 0;
	float: left;
	color: #a7a7a7;
}
.articleList em:hover {
	color: #404040;
}
.articleList p {
	clear: both;
	padding-top: 4px;
}
a.linkMore {
	padding: 0 14px 0 0;
	display: inline-block;
	line-height: 30px;
	background: url(/Design/Images/Structure/arrowRightBlue.gif) no-repeat 100% 54%;
}
a.linkRSS {
	padding: 0 0 0 38px;
	display: inline-block;
	line-height: 30px;
	background: url(/Design/Images/Structure/rss.gif) no-repeat 10px 54%;
	margin-top: 10px;
	color: #da4327;
}

.socialMedia {
	clear: both;
	padding: 16px 10px 10px 10px;
	border-bottom: 1px solid #DCDCDC;
}
.socialMedia h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
}
.socialMedia li {
	list-style: none;
	line-height: 30px;
	padding-top: 3px;
}
.socialMedia li.fb {
	padding-top: 0;
}
.socialMedia li.google {
	padding-top: 5px;
}