/*  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 h2{
letter-spacing: 0px;
}

.post .digest{
	padding-bottom:12px;
}

.post .byline{
	font-weight:bold;
	font-style: italic;
	margin-top:-8px;
	padding-bottom:10px;
}

.post .articleLink{
	margin-top: 8px;
	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: 20px 0 8px 30px;
	margin-top:22px;

}

/* SIDEBAR STUFF */

#sidebar li{
text-indent:-15px;
padding-left:15px;
}

p.volumeLink{
padding-left: 1px;
}
p.issueLink{
    padding-left: 66px;
    text-indent: -50px;
}



/* EDITOR PAGE */
#editorList{
    height: 325px;
	}
.editorName{
line-height:17px;
}
.col2top {
    margin-top: -272px;
}
.col2 {
    padding-left: 240px;
}
.col3top {
    margin-top: -272px;
}
.col3 {
    padding-left: 480px;
}

#editorialStaff{
margin-top: 10px;
}
.staffName{}
.staffTitle{
    font-size: 95%;
    font-style: italic;
	}

