/* --------------------------------------- */
/* CITCLOPS news css */
/* --------------------------------------- */

article {
	border-bottom: 1px solid #788493;
	margin-bottom: 18px;
	}

article dl {
	display: block;
	}

article dt {
	position: relative;
	border: 1px solid #aeaeae;
	width: 82px;
	height: 82px;
	float: left;
	overflow: hidden;
	}

article h6 {
	position: absolute;
	background-color: #58bccc;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 6px 0px 6px;
	bottom: 10px;
	left: 0px;
	}

article dd {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 92px;
	}

article h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
	}

article h4 a			{ color: #4d4a4a; }

#content article .publication-date {
	margin-bottom: 6px;
	}

.publication-date		{ font-style: italic; }


