/* --------------------------------------- */
/* Author profiles css */
/* --------------------------------------- */

@import url(list.css);

address:before {
	content:"";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
	}

address							{ font-style: normal; margin-bottom: 18px; }
address dl {
	margin-bottom: 18px;
	display: block;
	}

address dt						{ border: 1px solid #b1b1b1; width: 100px; height: 120px; margin-right: 10px; display: inline-block; overflow: hidden; }
address dt img					{ max-width: 100%; }
address dd						{ font-size: 0.9em; padding-right: 14px; display: inline-block; vertical-align: top; }

address b a						{ color: #323232; }
address b a:hover				{ color: #039CC0; }

.mail-btn {
	background-image: url(/grfx/mail-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 11px;
	text-indent: -9999px;
	width: 36px;
	height: 24px;
	}

.articledetails					{ font-size: 0.9em; }

#bythisauthor					{ margin-top: 36px; }

#content .archive {
	background: url(/grfx/archive-icon.png) no-repeat 0px 2px;
	background-size: 24px 24px;
	color: #da7a1c;
	}

#content .archive a {
	padding-left: 30px;
	}

#amount-box {
	border: 1px solid #da7a1c;
	margin-bottom: 24px;
	padding: 18px;
	display: block;
	}

#amount-box b,
#amount-box a					{ color: #da7a1c; }

/* 14/06/2016 */
#specialfeatureeditor {
	border: 1px dashed #f90;
	background-color: #fff0e8;
	padding:1em;
	}

/* print */
@media print {

	address b a					{ color: #00f; }

}