/*List_Article_Default*/
.cursorHand:hover {
	cursor: pointer;
}
.paidContent p {
	font-size: 15px!important;
}

.blog-sidebar {
	padding: 0px 6px!important;
}
.blog-sidebar .widget h3 {
    padding: 8px 0px!important;
}

/*article_documents*/
.article_documents h2,
.edn_article_links h2,
h2.article_files,
.add_comment h3,
.article_comments h1 {
	font-size: 100%!important;
	border-bottom: 1px solid #447294;
	color: #444444;
	text-transform: capitalize;
}

/*social_links*/
.social_links {
	margin: 10px 0px;
}

/*edn_article_gallery*/
.edn_article_gallery ul {
	margin: 0px;
}
.edn_article_gallery li {
	list-style: none;
	display: inline;
	margin: 0px 5px 5px 0;
}

/*Comments_Default*/
h1.num_of_comment {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.comment img.user_avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}
.comment .actions {
	text-align: right;
}
.add_article_box table {
	width: 100%;
}
.add_article_box .right textarea {
	width: 95%;
	min-height: 60px;
}
.add_article_box .right {
	width: 80%;
}
.add_comment a.submit {

}