/* This is the style sheet for all the secondary Maine-ly Apples sites, eg photo pages */
/* These are the styles for the body sections */
body 
	{margin: 85px 30px 0 30px; 
	background-image: url("images/bannerlogo75.gif"); 
	background-repeat: no-repeat; 
	background-color: #E2FFE3; 
	} 
/* These are the styles to control the body elements */
.hidden 
	{display: none
	}
p 
	{font-family: arial, sans-serif; 
	color: #000; 
	text-align: left; 
	line-height: 125%;
	}
ul  
	{font-family: arial, sans-serif; 
	color: #000; 
	line-height: 125%;
	}
h2
	{font-family: tahoma, sans-serif;
	margin-right: 50px; /* Keeps line away from right edge - less than main styles */
    padding-bottom: 2px;
	padding-left: 15px;
    border-bottom: 3px solid #696;
	color: #000;
	font-size: 1.4em;
	}
h3
	{font-family: tahoma, sans-serif;
	margin-right: 125px; /* Keeps line away from right edge - less than main styles */
    padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 2px solid #696;
	color: #000;
	}
/* These are special styles for the in page links */
a:link.inpage,a:visited.inpage
	{color: #663300;
	text-decoration: underline;
	}
a:hover.inpage,a:active.inpage
	{color: #C00;
	text-decoration: underline;
	}
/* For images, especially on the varieties pages */
.photoleft
	{float: left;
	margin: 0px 20px 10px 0px;
	width: auto; 
	height: auto;
	}
hr
	{color: #696;
	background-color: #696;
	height: 2px;	
	width: 100%;
    border: none;
	}

