/* -- photo gallery css -- */ 

/* -- New IDs and Classes -- */
#photo {
	width: 562px;
	margin: 0px;
	padding: 7px 7px 7px 10px;
	background-color: #FFFFFF;
	/*same as article in article.css*/
}
#photo hr {
	margin: 0px 0px 5px 0px;
}
#photo h1 {
	font-style: normal;
	font-size: 1.6em;
	padding: 5px 0px;
	color: #359;
	/*redefinition of h1 in screen.css*/
}
#photo h2 {
	font: bold 1.2em/1.2em Arial, sans;
	padding: 0px;
	padding-top:3px;
	margin: 0px;
	text-transform: normal;
	color: #666;
}
.date {
	float: right;
	padding-top: .6em;
	font: bold .9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	/*same as date in article.css*/
}
.info {
	float: right;
	width: 120px;
	padding: 3px;
	font: bold 9px/10px Arial, Helvetica, sans-serif;
	border: solid 1px #5274AE;
	background-color: #F6F6ED;
}

/* Redefinitions of previously defined classes */
#photo .cMainImg {
	float: none;
	margin: 5px 0px;
}
#photo .smBlurb {
	padding: 5px 117px 5px 0px;
font: normal 1.3em "Times New Roman", Times, Georgia, serif;
line-height: 1.3em;

}
#photo .cArea {
font: normal 1.3em "Times New Roman", Times, Georgia, serif;
line-height: 1.3em;
}

#photo .smLinks {
	clear: none;
	/*same as article smLinks in article.css*/
}
#photo form {
	background-color: #F6F6ED;
	border: solid 1px #5274AE;
	padding: 5px;
}

