@import '../styles.css';

#gallery #entries{ background:url(../../images/phbg_red.jpg) no-repeat top left;}

h2{
	height:23px;
}

#gallery h2{ background:url(../../images/h2_gallery.gif) no-repeat;}

#entries .header li{
	background:url(../../images/icon_textlink.gif) no-repeat left 1px;
	padding-left:16px;
}
h3{
	background:url(../../images/icon_circle.gif) no-repeat left center;
	padding:2px 0 2px 20px;
	border:none;
	color:#000;
}
.listing #entries{
	width:646px;
	margin-right:0;
}

#entries .header li a{
	color:#42423f;
	font-size:10px;
	line-height:1;
	text-decoration:none;
}

#entries .header li a:hover{
	color:#000;
	border-bottom:1px dotted #000;
}

.view #entries .header dl{
	padding:6px 0;
	width:614px;
}
.view #entries .header dt{
	width:64px;
	font-size:9px;
	color:#6f6f6f;
}
.view #entries .header dd{
	font-size:9px;
}

.listing .entry {
	border:medium none;
	float:left;
	font-size:10px;
	margin:0 16px 0 0;
	min-height:270px;
	padding:0;
	width:196px;
	height:270px;
}

.listing .entry p{
	font-size:10px;
	margin-bottom:0;
}

.listing dl{
	padding:0.4em 0;
	font-size:9px;
}
.listing dl.first{margin-top:13px;}
.listing dt{
	padding:0;
	width:30px;
	color:#6f6f6f;
}
.listing dd{
	width:166px;
	padding:0;
}
