@charset "utf-8";
/*
============================================

	photo CSS

============================================
*/

/* main gallery
--------------------------------------------- */


#main .gallery {
	background-color: #E4E4E4;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
#main .gallery li {
	float: left;
	padding: 0 0 10px 10px;
}
#main h2 {
	padding-bottom: 20px;
}
#main h3 {
	background-image: url(../img/photo_h3bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-size: 140%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
 #main h3, x:-moz-any-link {
font-size: 110%;
}
:root *> #main h3 {
	font-size: 110%;
}
#main p {
	padding-bottom: 20px;
	color: #666666;
	line-height: 120%;
}
