/* @override http://0.0.0.0:4331/css/article.css */

/* @group Colors */

/*.article .metadata,
.article-abstract .metadata {
    color: rgb(126,126,126);
}*/

.byline {
    color: rgb(126,126,126);
}

#comments .page {
	border-color: rgb(100,100,100);
	background-image: url(/media/images/transparent-dark-30.png);
}

#comments .comment {
	border-bottom: .1em dotted rgb(100,100,100);
}

#comments .comment:last-child {
	border-bottom-style: none;
}

#comments .comment .metadata a {
    color: rgb(100,100,100);
}

#comments .comment.myself {
	border-left: .2em solid rgb(100,100,100);
	padding-left: 1.8em;
	margin-left: -2em; /* +.3em */
}

/* @end */


/* @group Fonts */

/*#body-container .abstract {
	font-style: italic;
}

.article-abstract .title {
    font-size: 1.2em;
    font-weight: bold;
}*/

/* @end */


/* @group Box Properties */

.byline {
	margin-top: -1.7em;
	margin-bottom: 1.7em;
}

#comments .comment {
	margin-bottom: 1em;
}

#comments .comment:last-child {
	margin-bottom: -1.4em;
}

/*.article-abstract .title {
    margin-bottom: .2em;
}*/

/* @end */