

ul.list, ul.roll, ul.faves, ul.post-details {
/*	background: #fafafa;	*/
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #b9b9b9;
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
	}
	ul.list {
/*		background: url(images/list_bg-bubbles.png) #fafafa right bottom no-repeat;
		border-bottom: 1px solid #ebebeb;
*/		}
		ul.list li { 
			line-height: 1.5em; 
			}
		ul.list li a {
			background: #fafafa;
			border-bottom: 1px solid #eee;
			border-top: 1px solid #fff;
			color: #39352e;
			display: block;
			line-height: 1.5em;
			padding: 0 0 0 0.5em;
			text-decoration: none;
			}
		ul.list li a:hover {
			background: #f2f2f2;
			border-bottom: 1px solid #e5e5e5;
			border-top: 1px solid #f7f7f7;
			color: #3589c1;
			}
	ul.list h4, ul.roll h4, ul.faves h4, ul.post-details h4 {
		background: url(images/list_bg-header.gif) #e6e6e6 left top repeat-x;
		border-bottom: 1px solid #e4e4e4;
		border-top: 1px solid #fff;
		margin: 0;
		padding: 0 0 0 0.5em;
		}
	ul.roll li {
		color: #5a5956;
		display: block;
		line-height: 1.5em;
		margin: 0;
		padding: 0.5em;
		}
		ul.roll li p { margin: 0; }
		ul.roll li.odd { background: url(images/roll_bg-odd.png); }
		ul.roll li.even { background: url(images/roll_bg-even.png);	}
		ul.roll li.title, ul.post-details li.title { padding: 0; }
	ul.roll li a {
		color: #3d7ea9;
		font-weight: bold;
		text-decoration: none;
		}
		ul.roll li a:hover { color: #3589c1; text-decoration: underline; }
	
	ul.faves li.title { border: 0; float: none; }
	ul.faves li.title small {
		font: normal 0.8em/1.8em Verdana, Arial, Helvetica, sans-serif; 
		margin-right: 0.3em; 
		}
		ul.faves li.title small a {
			color: #93a0ad;
			}
	ul.faves li.icons {	
		clear: both;
		float: left;
		padding: 0.2em 0;
		width: 100%;
		}
	ul.faves li.icons a { 
		border: 1px solid #ccc;
		display: block;
		float: left;
		height: 16px;
		margin: 1px;
		text-align: center;
		text-decoration: none; 
		width: 16px;
		}
	ul.post-details li {
		background: #fafafa;
		font: normal 0.916em/1.65em Arial, Helvetica, sans-serif;
		padding: 0.25em 0 0.25em 0.5em;
		}
		ul.post-details li a {
			font-weight: bold;
			text-decoration: none;
			}
