/* Photo Gallery Popup Stylesheet */body {	color: #000; background-color: #cc9;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	font-family:verdana, arial, sans-serif;	font-size:12px;	line-height:16px;}/* Use the darker green because links sometimes are in div with background */	A {		color: #330; background-color: transparent;		font-weight:bold; 		font-size: 11px;		text-decoration: none; 	}	A:link	{color: #330; background-color: transparent;} 	A:visited	{color: #330; background-color: transparent;} 	A:active	{color: #663; background-color: #ff9;} 	A:hover	{color: #663; background-color: #ff9;}/* To get it to line up, you have to subtract the padding from the width. */#banner {	font-family: "Trebuchet MS", verdana, arial, sans-serif;	color:#630; background-color:#c90;	font-size:30px;	font-weight:bold;	padding-top:40px;	padding-left: 10px;	padding-bottom:10px;	border-bottom: 2px solid #630;	width: 100%;}span.description {	font-family: verdana, arial, sans-serif;	color:#630; background-color:transparent;	font-size:12px;	font-weight:bold;}/* garden site navigation bar */#header {	color:#630; background-color:#996;	text-align:center;	border-bottom: 1px solid #630;	width: 100%;}#content {	font-family:verdana, arial, sans-serif;	font-size:12px;	line-height:16px;	width: 100%;}img.photo {	border: 2px solid #996;}h1 {color: #630; background-color:transparent; font-size: 100%; margin-bottom:0em;}h2 {color: #630; background-color:transparent; font-size: 110%; margin-top:14pt; margin-bottom:0em;}p.photo {	margin-top:1em; margin-bottom:1em;	text-align: center;	clear:both;}p.caption {	margin-top:1em; margin-bottom:1em;	padding-left:10px; padding-right:15px;	text-align: left;	clear:both;}p.cont {text-indent:2%; }p.footer {	clear:both;	margin-top: 2em;	border-top: 1px solid #630;	text-align: center; 	padding-left:10px; padding-right:10px;	color: #333; background-color: #cc9; 	font-size: 7pt; padding-top: 10px;}span.strike {text-decoration:line-through;}
