@charset "utf-8";
/* CMSLite date*/

p.date {margin: 0.5em 0;}
p.date > time:first-of-type:before {
	content: "Issued ";
	color: #666;
	font-weight: normal;
	background: url("/climate/images/symbols/time-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	height: 2em;
	padding: 1px 4px 1px 20px !important;
}
p.date span {
	color: #666;
	font-weight: normal;
	display: inline-block;
	margin-left: 1em;
	margin-right: 0.5em;
}
time {font-weight:bold; color: #000; display:inline-block; margin-right: 0.5em;}

@media print{
	p.date {margin: 0.2em;}
	
	p.date time:first-child:before, p.date time:before {
		padding: 0 !important;
		background-image: none;
	}
}