/* 
	Hunt/r-house.com
	News Screen CSS
	October 2008
	Alison Endacott
 */

#inner-content {
	width: 550px;
}

h3 {
	margin-bottom: 1em;
}

/* thumbnail */

.news dl {
	padding: .5em 0;
	margin: .3em 15px;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
}

	dt.newstitle {
		font-weight: bold;
	}
	
	dd.newscontent {
	
	}
	
	dd.newsdate {
		font-size: 90%;
		display: inline;
	}

/* detail */
.news-body {
	font-size: 120%;
	padding: 0 5px;
}