#news {
	/* border: 1px solid green; */
	width: 100%;
}


/* ## HEADER and it's inside things */
#news div.header {
	/* padding-top: 25px; */
	position: relative;
}

	#news div.header div.date {

		position: absolute;
			top: 32px;
			right: 10px;
	}

		#news div.header div.date p {
			margin: 0;
			color: #6B736D;
			font-size: 11pt;
		}

	#news div.header h2 {
		font-size: 14pt;
		font-weight: normal;

		margin: 0;
	}
		#news div.header h2 span {
			font-size: 11pt;
			font-style: italic;

			float: right;

			margin: 0 0 2px 0;
		}

	#news div.header a, #news div.header a:link, #news div.header a:visited { text-decoration: none; color: #634D2D; }
	#news div.header a:hover { text-decoration: none; color: #000; }


/* ## CONTENT divs and typography */
#news div.content {

	margin: 15px 0 45px 0;
	border-top: 1px solid #d1b586;

	/* display: table-row; */
}

	#news div.content p {
		margin-top: 1em;
	}

	#news div.content p.signature {

		text-align: right;
		font-style: italic;
		font-size: 8pt;

		padding-right: 10px;
	}

	#news div.content img {

		padding: 5px;

		/* background: #d0d6b3; */
		border: 1px solid #d1b586;
	}

/* ## PAGINATION */
#news div.pagination {

	margin-top: 30px;
	text-align: center;
}
	#news div.pagination p {
		font-size: 8pt;
	}

	#news div.pagination a, #news div.pagination a:link, #news div.pagination a:visited {
		padding: 1px 5px;
		margin: 0 5px;
		border: 1px solid #634D2D;
		color: #634D2D;
	}

	#news div.pagination a.selected, #news div.pagination a:hover {

		background-color: #634D2D;
		color: #E1CB9A;

		text-decoration: none;
	}
