/* recent_projects.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

/* these general styles are repeated in the works.css for all "gallery" pages */
body {
	background: #999 url(images/fabric_circle_pattern.jpg) center top repeat;
	font-weight: bold;
}

.click_enlg { 
	/*float: right;
	margin: 0px 87px 0px 25px;*/
	margin-left: -5px;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

h1 { 
	font-size: 170%;
}

/* unused if page header title is used 
#first_p  {
	margin: 25px 0px 0px 0px;
}*/

.rp_image, .urp_image {
	margin: 65px auto 0px auto;
}

img {
	margin: 5px;
	border: #999 solid 1px;
}
a:hover img {
	border: #000 solid 1px;
}

img.enlg {
	margin: 0px;
}

.title {
	margin: 5px 0px;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
/* unused; hold for delete (rest of image pages use this title style...?) 
.title {
	margin: 5px 0px;
	font-size: 115%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}*/

a:hover .title {
	color: #66FFFF;
}

.location {	
	margin: 5px 0px;
	font-size: 100%;
}

.date {
	margin: 5px 0px;
	font-size: 100%;
}

.view {
	margin: 5px 0px;
	font-variant: small-caps;
	font-size: 110%;
}

.photo_credit {
	margin: 5px 0px;
	font-size: smaller;
	font-weight: normal;
}