/*  THE PROFESSIONAL COUNSELOR
Custom stylesheet
*/

.post .abstract{
	padding: 30px;
	padding-top: 30px;
	background: #CDD2D5 url(img/abstract-head.jpg) no-repeat 0% 0%;
	text-align: justify;
}

.post .digest{
	padding-bottom:12px;
}

.post .byline{
	font-weight:bold;
	font-style: italic;
	margin-top:-8px;
	padding-bottom:10px;
}

.post .articleLink{
	margin-top: 20px;
	padding-left: 25px;
	background-image: url(img/adobeIcon.png);
	background-position: left;
	background-repeat: no-repeat;
}

.post .downloads{
	background-image: url(img/download-head.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-color: #00446B;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top-width: 2px;
	padding-top:6px;
	margin-top:22px;

}