
#listing div {
	margin : 0px 10px;
}

#listing .post {
	border-bottom : none;
}

#listing h3 {
	font-family : Verdana;
/*
=====================================
Commented Out BG Color to Force White
=====================================
	background-color : #E5EEF7;
*/
/*
=====================================
Increased Padding from 2px to 4px
=====================================
*/
	padding : 4px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
}

#listing h3 a {
	color : #333;
	text-decoration : none;
}

#listing h3 {
	font-family : Georgia;
/*
=====================================
Increased Font Size from 16px to 18px
=====================================
*/
	font-size : 18px;
/*
=====================================
Added Font Weight Item to Bold
=====================================
*/
	font-weight : bold;
}

#listing .post {
	border-bottom : 1px solid #FA0;
}

#listing .postfoot {
	font-family : 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	font-size : 78%;
	letter-spacing : 0.1em;
	text-transform : uppercase;
	color : #888888;
	text-align : left;
}

#listing .postNormal {
	font-family : Georgia,Serif;
	font-size : 13 !important;
	line-height : 16pt;
	word-wrap : break-word;
	display : block;
}