.recent_photos .photo_item img { width: 100px; border: 1px solid #cccccc; }
.recent_photos .photo_item a:hover > img { 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.recent_photos .photo_info { display: none; }
.recent_photos .photo_item { float: left; margin: 0 15px 20px 0; width: 102px; }
.recent_photos .photo_item p.photo_meta { font-size: 10px; line-height: 12px; }
.recent_photos .photo_item p.caption { font-size: 14px; line-height: 18px; }
#main .section_header { border-bottom: 1px solid #cccccc; margin: 0 0 10px; padding: 0 0 5px 0; }
#main h2 { 
	font-size: 24px; 
	font-weight: bold; 
	margin: 0;
	float: left;
	}
	
#main h2 a { color: #333333; text-decoration: none; }
#main h2 a:hover { text-decoration: underline; }
#main a.section_rss { text-indent: -9999px; 
	background: url(../images/rss_sprite.png) top left no-repeat;
	margin: 4px 0 0 4px; 
	width: 20px; 
	height: 20px; 
	display: block;
	float: left;
	}
#main a.section_rss:hover { background-position: 0 -20px; }
p.by_year, p.by_month { clear: both; margin: 0; font-size: 12px; }

body.photo_detail #main .photo_content { width: 600px; }
body.photo_detail #main .photo_content img { border: 1px solid #cccccc; }
body.photo_detail #main p.credit { font-size: 11px; font-style: italic; text-align: right; }
body.photo_detail #main p.caption, body.photo_detail #main p.date { font-size: 12px; line-height: 130%; }
