/* 
    Document   : news
    Created on : Sep 17, 2012, 4:20:01 PM
    Author     : Paul
    Description:
        Purpose of the stylesheet follows.
*/

.newsitem {
	border-bottom:1px solid #ededed;
	padding:8px 0 8px 0;
	
} .newsitem > .title {
	font-size:15px; font-weight:bold;
	display:inline;
} .newsitem > .title > a {
	text-decoration:underline;
	color:#555;
} .newsitem > .snippet {
	display:inline; color:#888;
	font-size:13px; font-style:italic;
} .newsitem > .date {
	color:#999; font-size:11px;
}

.navigation {
	display:block;
	font-size:13px; margin-top:0.5em; margin-bottom:0.5em;
	width:100%;
} .navigation > .next-posts {
	float:left;
} .navigation > .prev-posts {
	float:right;
}