#articles{
	position: relative;
	float: left;
	width: 100%;
	/*height: 1044px;*/
	/*overflow-y: hidden;*/
	margin-bottom:20px;
}

/* IMAGE smaller and centered */
p.imgsmallandsingle {
	max-width: 60% !important;
	margin: 0 auto !important;
}

#articles a{
	color: rgb(200, 50, 50);
	font-size: 14px;
	font-weight: bold;
}

#articles .articles_issue{
	position: relative;
	float: left;
	font-size: 1em;
	width: 100%;
	padding: 0;
	text-align: left;
	color: #989898;
}

#articles .articles_intro{
	position: relative;
	float: left;
	width: 93%;
	padding: 0px 20px 0px 20px;
}
#articles .article_body {
margin-top:20px;
}
#articles .article-author label{
	font-size: 1.2em;
	color:#000;
	margin-bottom:15px !important;
}
#articles .articles_link > :nth-child(2) {
	font-weight: bold;
	font-size: 1em;
	float: left;
	width: 98%;
	text-align: left;	
	margin: 7px 0px 13px 19px;
}
#articles .articles_link > :nth-child(4) {
	font-size: 0.9em;
	float: left;
	width: 374px;
	margin: 5px 0px 0px 20px;
	font-weight: normal;
	text-align: justify;
}
#articles .articles_link {
	position: relative;
	float: left;
	width: 96%;
	margin-bottom: 30px;
	cursor: pointer;
	text-align: justify;
	border-bottom: 2px groove #EEE8E8;
	padding-bottom: 13px;
	text-decoration: none;
	color: #000;
}
#artivles .articles_link_full{
	font-size: 0.9em;
}
#articles .articles_link_full > :nth-child(2) {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}
#articles .articles_link_full > :nth-child(3),
#articles .articles_link_full > :nth-child(4){
	width: 100%;
	float: left;
	color: #000;
}
#articles .articles_link_full > :nth-child(5){
	width:100%;
	float: left;
}
#articles .articles_link_full img.article_photo {
	width: 541px;
	position: relative;
	float: left;
}
#articles .articles_link_full > .article_body{
	text-align: left;
	margin-top: 22px;
	float: left;
	width: 100%;
	line-height: 1.2em;
}


	#articles .articles_link .article_photo{
		position: relative;
		float: left;
		/*height: 95px;*/
		max-width: 140px;
		margin-left: 20px;
	}

	#articles .more_articles{
		position: relative;
		float: left;
		width: 100%;
	}

	#articles .more_articles p{
		color: rgb(200, 50, 50);
		font-size: 18px;
		font-weight: bold;
	}

	#articles .articles_pager{
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
	}

	#articles .articles_link > label {
		width: 100%;
		margin-left: 20px;
		font-weight: normal;
		color: #000;
	}

	#articles .captionClass {
		position: relative;
		float: left;
		width: 97%;
		font-style: italic;
		font-size: 0.8em;
		overflow: hidden;
		height: 40px;
		word-break: break-all;
		padding: 5px 10px 0px 6px;
		background-color: #CFCFCF;
		margin-top: -16px;
	}

#related_wrapper .related_title{
	position: relative;
	float: left;
	width: 100%;
	height: 6%;
	font-size: 1.4em;
	text-align: center;
	color: #545050;
}

#related_wrapper .related_articles_titles{
	font-size: 0.9em;
}

#related_wrapper .related_articles_titles > a{
	color: #000;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    width: 100%;
    float: left;
    border-bottom: 1px groove;

}

#related_wrapper .more{
	text-align: center;
	margin-left: 0;
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
}