@media screen and (max-width : 767px) {
	/* triggers in MOBILE less than 700px */
	.commentForm {margin: 0 -15px 40px -15px;}
}
@media screen and (min-width: 768px) and (max-width:1023px) {
	/* triggers in TABLET max-width = DP min-width-1 */
	.commentForm {margin: 0 -30px 40px -30px;}
}
@media screen and (min-width:1024px), print { /* IE 6,7,9,10 hack to use desktop */
	/* triggers in DESKTOP */
	.commentForm {margin: 0 -30px 40px -30px;}
}


.commentForm {
	font-size: 14px;
	background: #f8f8f8;
	clear:both;
}
.commentForm .commentGrad {opacity:0.05;background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);width:100%;height:30px;}

.commentForm input[type=text] {
	padding-left:10px;
	height:40px;
	margin-bottom:10px;
}
.commentForm textarea {
	margin: 0;
	padding: 10px;
	font-size:14px;
	width:100%;
	height:150px;
}
.commentForm img {margin:0 10px -13px 0;max-width:none;display:inline-block;}

#articleComments h1, .commentForm h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 18px;
	line-height:21px;
}

#articleComments h1 em, .commentForm em {
	opacity: 0.5;
	font-size: 12px;
	font-style:normal;
	font-weight: normal;
	padding-left: 0.5em;
}

/* Posted comments list */
#articleComments {
	margin:60px 0 30px 0;
}

.commentDisplayTop{
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom:15px;
}
.commentDisplayTop a{
	float:right;
}

.comment {
	padding:20px 0 20px 0;
	font-size: 90%;
	line-height:150%;
}

.alt {
	padding:30px 0 30px 30px;
	margin-bottom:20px;
	background: #f8f8f8;
	border-left: 3px solid #3496D1
}

.commentHeader {
	margin: 0;
	margin-bottom: 5px;
	padding: 2px 10px 2px 0;
	color: #909090;
	font-size:90%;
}

.commentHeader b {
	color:#262626;
	margin-right:5px;
	font-size:120%;
}

.feature .commentHeader h3, .commentHeader h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #444;
}

.postActions a {
	color: #444;
	font-size: 11px;
	padding: 0px 1ex;
}
.postActions img {
	position: relative;
	top: 4px;
	margin-right: 3px;
}

.commentText {
	padding: 5px 30px 0 0;
	line-height:24px;
}

.xc, .xc * {
	color: #900;
}
h3.c_mod {
	float:right;
	font-weight: bold;
}
h3.c_mod a {
	color: #000 !important;
}
