@import '../styles.css';

#entries{ background:none;}
#entries .header{
	min-height:0;
	padding:0;
	width:auto;
}
#entries .header .enclosure-image img{
	border:none;
	background:none;
	padding:0;
}
#entries h2{
text-indent:0;
height:auto;
margin-left:20px;
font-size:15px;
}
#entries .header p{
margin-left:20px;
}
h3{
	background:url(../../images/icon_circle.gif) no-repeat left center;
	padding:2px 0 2px 20px;
	color:#000;
	border:none;
}
.entry{
	border-bottom:1px dotted #2A2A2A;
	padding-bottom:20px;
	margin-bottom:20px;
}

.entry .body{
	padding-left:20px;
	width:478px;
}

dl{
	width:478px;
	padding:6px 0;
	font-size:10px;
}
dt{
	width:100px;
	text-align:right;
}
dl.last{
	margin-bottom:14px;
}
