#main h2 {
	font-size: 16px;
	color: #31302c;
	padding: 15px 0 5px 0;
}

#postList {
	color: #383838;
	font-size: 12px;
	margin: 11px 0 31px 12px;
	padding-right: 10px;
}

	#postList li {
		margin-top: 10px;
		background: url(/images/furn/footer_x_divider.gif) repeat-x;
		padding-top: 14px;
	}
	
		#postList li.first {
			background: none;
		}
	
		#postList .meta {
			margin-bottom: 5px;
		}
		
		#postList .meta .date {
			font-weight: bold;
		}
		
		#postList .meta .rating {
		
		}
		
			#postList .meta .rating img {
				display: inline;
			}
		
		#postList h4 {
			font-size: 22px;
			margin-bottom: 10px;
		}
		
		#postList #postSummary {
			
		}
		
			#postList #postSummary p {
				margin-bottom: 1em;
			}
		
		#postList .mainLink {
			display: block;
			font-weight: bold;
			padding-left: 10px;
			background: url(/images/furn/bullet4.gif) no-repeat 0 50%;
			color: #333;
		}
		
			#postList .mainLink:hover {
				color: #000;
			}