/****** Style sheet for the individual pages  ******/


/****
 * captions for images
 ****/
.caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: center;
}


a.page-link {
	color: #8b9e8c;
}
a.page-link:hover {
	text-decoration: underline;
}

/****
 * Give images a shadow
 ****/
.photo {
	box-shadow: 5px 5px 2px #acacac;
}

/***
 * Block colours
****/
.blockBackground {
        background-color: #badcc9;
}


/****
 * Styling for "definition" boxes
*****/
.definition-box {
	/*background-color: #e8f9e1; original green colour*/
        background-color: #EEEEEE;
	box-shadow: 4px 4px 8px #acacac;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5;
}


.goal-box {
	background-color: #e8f9e1; 
	//background-color: #f5fcb7;
	box-shadow: 4px 4px 8px #acacac;
	padding: 15px;
	font-size: 16px;
	margin: 50px;
}
.goal-block {
	//background-color: #e8f9e1;
	background-color: #f5b780;
	padding: 5px;
	//margin-right: 50%;
}
.goal-block:before {
  content: "\2666\A0\A0\A0";	// diamond:  &diams;
  position: relative;
  font-size: 22px;
  left: 5px;
}


